{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Error", "type": "object", "properties": { "STATUS": { "type": "integer" }, "MESSAGE": { "type": "string" }, "REASON": { "type": "string" } } }