{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/errorDetailed_Full", "title": "errorDetailed_Full", "type": "object", "properties": { "errors": { "type": "object", "additionalProperties": { "type": "string" }, "title": "DetailedErrors" } }, "x-internal": false }