{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AddUpdateItems", "type": "object", "properties": { "action": { "type": "string" }, "customerId": { "type": "string" }, "programType": { "type": "string" }, "trid": { "type": "string" }, "serviceId": { "type": "string" }, "category": { "type": "string" }, "programName": { "type": "string" }, "dpas": { "type": "array" } } }