{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/configuration-list-network-tokens-response-schema.json", "title": "ListNetworkTokensResponse", "description": "ListNetworkTokensResponse schema from Adyen API", "type": "object", "properties": { "networkTokens": { "description": "List of network tokens.", "items": { "$ref": "#/components/schemas/NetworkToken" }, "type": "array" } } }