{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "BatchStatusItems", "type": "object", "properties": { "action": { "type": "string" }, "serviceId": { "type": "string" }, "trid": { "type": "string" }, "programName": { "type": "string" }, "status": { "type": "string" }, "dpaResults": { "type": "array" } } }