{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "NRT-Calls-400-Response", "type": "object", "description": "", "properties": { "id": { "type": "string" }, "code": { "type": "string" }, "title": { "type": "string" }, "details": { "type": "object" } } }