Adyen · JSON Structure

Terminal Display Output Structure

It contains a complete display operation for a Display or an Input Device type. For the Input Devices, Diagnosis and EnableService, ResponseRequiredFlag and MinimumDisplayTime shall be absent. Information to display and the way to process the display.

Type: object Properties: 7 Required: 3
PaymentsFinancial-ServicesFintech

DisplayOutput is a JSON Structure definition published by Adyen, describing 7 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResponseRequiredFlag MinimumDisplayTime Device InfoQualify OutputContent MenuEntry OutputSignature

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-display-output-structure.json",
  "description": "It contains a complete display operation for a Display or an Input Device type. For the Input Devices, Diagnosis and EnableService, ResponseRequiredFlag and MinimumDisplayTime shall be absent. Information to display and the way to process the display.",
  "type": "object",
  "properties": {
    "ResponseRequiredFlag": {
      "type": "boolean",
      "default": true,
      "description": "Request of a message response."
    },
    "MinimumDisplayTime": {
      "type": "int32",
      "minimum": 0,
      "maximum": 999,
      "default": 0,
      "description": "Number of seconds the message has to be displayed."
    },
    "Device": {
      "$ref": "#/components/schemas/Device"
    },
    "InfoQualify": {
      "$ref": "#/components/schemas/InfoQualify"
    },
    "OutputContent": {
      "$ref": "#/components/schemas/OutputContent"
    },
    "MenuEntry": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/MenuEntry"
      }
    },
    "OutputSignature": {
      "type": "string",
      "format": "byte",
      "pattern": "^.+$",
      "description": "If protection has to be provided to the vendor on the text to display or print."
    }
  },
  "required": [
    "Device",
    "InfoQualify",
    "OutputContent"
  ],
  "name": "DisplayOutput"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/terminal-display-output-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.