{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UpdateReport", "type": "object", "properties": { "name": { "type": "string" }, "businessPurpose": { "type": "string" }, "reportDate": { "type": "string" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "countryCode": { "type": "string" }, "countrySubDivisionCode": { "type": "string" }, "policyId": { "type": "string" }, "customData": { "type": "array" } } }