{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TerminalModelsResponse", "title": "TerminalModelsResponse", "properties": { "data": { "description": "The terminal models that the API credential has access to.", "items": { "$ref": "#/components/schemas/IdName" }, "type": "array" } }, "type": "object" }