{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/configuration-get-network-token-response-structure.json", "description": "GetNetworkTokenResponse schema from Adyen API", "type": "object", "properties": { "token": { "description": "The details of the network token.", "$ref": "#/components/schemas/NetworkToken" } }, "required": [ "token" ], "name": "GetNetworkTokenResponse" }