{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/errorResponse_422", "title": "errorResponse_422", "allOf": [ { "type": "object", "properties": { "code": { "type": "integer" }, "status": { "type": "integer" }, "title": { "type": "string", "description": "The error title describing the particular error." }, "type": { "type": "string" } } }, { "type": "object", "properties": { "errors": { "$ref": "#/components/schemas/DetailedErrors" } } } ], "x-internal": false }