{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-pci-document-info-structure.json", "description": "PciDocumentInfo schema from Adyen API", "type": "object", "properties": { "createdAt": { "description": "The date the questionnaire was created, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00", "type": "datetime" }, "id": { "description": "The unique identifier of the signed questionnaire.", "type": "string" }, "validUntil": { "description": "The expiration date of the questionnaire, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00", "type": "datetime" } }, "name": "PciDocumentInfo" }