{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "errorExample", "type": "object", "description": "Specifies the fields in the error message", "properties": { "code": { "type": "string", "description": "It specifies the unique code" }, "title": { "type": "string", "description": " Specifies the error message" }, "id": { "type": "string", "description": "Specifies the id" } } }