{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DpaRequest", "type": "object", "properties": { "dpas": { "type": "array", "description": "Dpas\n\nObject for Integrator to provide a list of Digital Processing Application (DPA) objects. Each DPA object is used to create a corresponding DPA. A minimum of 1 DPA object must be provided in the request.\n" } } }