{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/error_Full", "title": "error_Full", "type": "object", "properties": { "status": { "description": "The HTTP status code.\n", "type": "integer" }, "title": { "description": "The error title describing the particular error.\n", "type": "string" }, "type": { "type": "string" } }, "x-internal": false }