{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MessageResponseBlock", "type": "object", "properties": { "initiatingPartyId": { "type": "string", "description": "Unique identifier of the message sender." }, "messageId": { "type": "string", "description": "A point-to-point unique identifier is assigned to every message by the message initiator." }, "creationDateTime": { "type": "string", "description": "ISO 8601 format date and time in Coordinated Universal Time (UTC) when this message was created." }, "originalMessageId": { "type": "string", "description": "Original message identifier generated and sent by the initiator of\n the request message." } } }