{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-terminal-models-response-schema.json", "title": "TerminalModelsResponse", "description": "TerminalModelsResponse schema from Adyen API", "type": "object", "properties": { "data": { "description": "The terminal models that the API credential has access to.", "items": { "$ref": "#/components/schemas/IdName" }, "type": "array" } } }