Adyen · JSON Structure

Terminal Output Text Structure

It conveys Information related to the content of the text message and its format. All the data elements related to the format of the text to display or print are parameters valid for the whole Text content. Content of text message to display or print.

Type: object Properties: 11 Required: 1
PaymentsFinancial-ServicesFintech

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

Properties

Text CharacterSet Font StartRow StartColumn Color CharacterWidth CharacterHeight CharacterStyle Alignment EndOfLineFlag

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-output-text-structure.json",
  "description": "It conveys Information related to the content of the text message and its format. All the data elements related to the format of the text to display or print are parameters valid for the whole Text content. Content of text message to display or print.",
  "type": "object",
  "properties": {
    "Text": {
      "type": "string"
    },
    "CharacterSet": {
      "type": "int32"
    },
    "Font": {
      "type": "string",
      "pattern": "^.+$"
    },
    "StartRow": {
      "type": "int32",
      "minimum": 1,
      "maximum": 500
    },
    "StartColumn": {
      "type": "int32",
      "minimum": 1,
      "maximum": 500
    },
    "Color": {
      "$ref": "#/components/schemas/Color"
    },
    "CharacterWidth": {
      "$ref": "#/components/schemas/CharacterWidth"
    },
    "CharacterHeight": {
      "$ref": "#/components/schemas/CharacterHeight"
    },
    "CharacterStyle": {
      "$ref": "#/components/schemas/CharacterStyle"
    },
    "Alignment": {
      "$ref": "#/components/schemas/Alignment"
    },
    "EndOfLineFlag": {
      "type": "boolean",
      "default": true
    }
  },
  "required": [
    "Text"
  ],
  "name": "OutputText"
}

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-output-text-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.