{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-terminal-products-response-structure.json", "description": "TerminalProductsResponse schema from Adyen API", "type": "object", "properties": { "data": { "description": "Terminal products that can be ordered.", "items": { "$ref": "#/components/schemas/TerminalProduct" }, "type": "array" } }, "name": "TerminalProductsResponse" }