{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-get-terms-of-service-acceptance-infos-response-structure.json", "description": "GetTermsOfServiceAcceptanceInfosResponse schema from Adyen API", "type": "object", "properties": { "data": { "description": "The Terms of Service acceptance information.", "items": { "$ref": "#/components/schemas/TermsOfServiceAcceptanceInfo" }, "type": "array" } }, "name": "GetTermsOfServiceAcceptanceInfosResponse" }