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