{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/instanceNotFoundElementFolder", "title": "Not Found", "type": "object", "properties": { "error": { "type": "object", "properties": { "name": { "type": "string", "description": "The error name.", "example": "instanceNotFoundError" }, "message": { "type": "string", "description": "The error message.", "example": "The specified API does not exist." } } } } }