{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorResponse422", "title": "ErrorResponse422", "type": "object", "properties": { "schema": { "$ref": "#/components/schemas/Error" } }, "x-internal": false }