{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ContactResponse", "type": "object", "properties": { "operationStatus": { "type": "string" }, "requestServiceMessageID": { "type": "string" }, "responseDateTime": { "type": "string" }, "resultMessages": { "type": "array" } } }