{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-get-pci-questionnaire-infos-response-structure.json", "description": "GetPciQuestionnaireInfosResponse schema from Adyen API", "type": "object", "properties": { "data": { "description": "Information about the signed PCI questionnaires.", "items": { "$ref": "#/components/schemas/PciDocumentInfo" }, "type": "array" } }, "name": "GetPciQuestionnaireInfosResponse" }