{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorAdditionalInfo", "title": "ErrorAdditionalInfo", "type": "object", "description": "The resource management error additional info.", "properties": { "type": { "type": "string", "readOnly": true, "description": "The additional info type.", "example": "example_value" }, "info": { "type": "object", "readOnly": true, "description": "The additional info.", "example": "example_value" } } }