{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorExample", "type": "object", "description": "Error Example Object", "properties": { "code": { "type": "string", "description": "Specifies the error code." }, "title": { "type": "string", "description": " Specifies the error message." }, "id": { "type": "string", "description": "Specifies the id." } } }