{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "DpaData", "type": "object", "properties": { "dpaName": { "type": "string" }, "dpaPresentationName": { "type": "string" }, "dpaUri": { "type": "string" }, "originDomains": { "type": "array" } } }