{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_good_response", "title": "mconn_good_response", "allOf": [ { "$ref": "#/components/schemas/mconn_response" }, { "properties": { "errors": { "items": { "$ref": "#/components/schemas/mconn_coded_message" }, "maxLength": 0, "type": "array" } } } ] }