forked from Proxmox/proxmox
3626f57d2c
infer_type now also returns whether it was encapsualted in an Option<>. So `type: String, optional: true` is now inferred propertly from `Option<String>`. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>