forked from proxmox-mirrors/proxmox
![]() Additional properties will be parsed according to the default string schema. This is relevant for use cases when the full schema is not known for some reason or another. In particular this allows support for parsing older/newer versions of configuration files. One example of this is the proposed proxmox-mail-forward helper binary, which currently doesn't have access to the PBS API types for dependency reasons and is only interested in the email field for the root user. If it can only use a minimal schema with additional_properties set to true, it will be robust against changes. Writing already works, because the ObjectSchema's verify_json() already handles additional_properties correctly and format_section_content() handles them like all other properties (method doesn't depend on the schema). Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> |
||
---|---|---|
.. | ||
debian | ||
src | ||
Cargo.toml |