{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorAdditionalInfo", "type": "object", "description": "The resource management error additional info.", "properties": { "type": { "type": "string", "description": "The additional info type." }, "info": { "type": "object", "description": "The additional info." } } }