{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetPciQuestionnaireInfosResponse", "title": "GetPciQuestionnaireInfosResponse", "properties": { "data": { "description": "Information about the signed PCI questionnaires.", "items": { "$ref": "#/components/schemas/PciDocumentInfo" }, "type": "array" } }, "type": "object" }