{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetTermsOfServiceAcceptanceInfosResponse", "title": "GetTermsOfServiceAcceptanceInfosResponse", "properties": { "data": { "description": "The Terms of Service acceptance information.", "items": { "$ref": "#/components/schemas/TermsOfServiceAcceptanceInfo" }, "type": "array" } }, "type": "object" }