forked from Proxmox/proxmox
aa10025366
StringSchema::check_constraint runs `parse_property_string` for property strings, but when we deserialize a `PropertyString` we immediately follow that up with deserializing it using the schema, so there's no need to check it beforehand. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>