{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "agent", "type": "object", "properties": { "requestId": { "type": "string" }, "fsymId": { "type": "string" }, "agentEntityId": { "type": "string" }, "agentCommAmt": { "type": "number" }, "agentName": { "type": "string" }, "agentType": { "type": "string" } } }