InputData
InputData schema from Adyen API
PaymentsFinancial-ServicesFintech
Properties
| Name |
Type |
Description |
| Device |
object |
|
| InfoQualify |
object |
|
| InputCommand |
object |
|
| NotifyCardInputFlag |
boolean |
|
| MaxInputTime |
integer |
|
| ImmediateResponseFlag |
boolean |
|
| MinLength |
integer |
|
| MaxLength |
integer |
|
| MaxDecimalLength |
integer |
|
| WaitUserValidationFlag |
boolean |
|
| DefaultInputString |
string |
|
| DefaultLayoutString |
string |
|
| StringMask |
string |
|
| FromRightToLeftFlag |
boolean |
|
| MaskCharactersFlag |
boolean |
|
| BeepKeyFlag |
boolean |
|
| GlobalCorrectionFlag |
boolean |
|
| DisableCancelFlag |
boolean |
|
| DisableCorrectFlag |
boolean |
|
| DisableValidFlag |
boolean |
|
| MenuBackFlag |
boolean |
|
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-input-data-schema.json",
"title": "InputData",
"description": "InputData schema from Adyen API",
"type": "object",
"properties": {
"Device": {
"$ref": "#/components/schemas/Device"
},
"InfoQualify": {
"$ref": "#/components/schemas/InfoQualify"
},
"InputCommand": {
"$ref": "#/components/schemas/InputCommand"
},
"NotifyCardInputFlag": {
"type": "boolean",
"default": false
},
"MaxInputTime": {
"type": "integer"
},
"ImmediateResponseFlag": {
"type": "boolean",
"default": false
},
"MinLength": {
"type": "integer"
},
"MaxLength": {
"type": "integer"
},
"MaxDecimalLength": {
"type": "integer"
},
"WaitUserValidationFlag": {
"type": "boolean",
"default": true
},
"DefaultInputString": {
"type": "string",
"pattern": "^.+$"
},
"DefaultLayoutString": {
"type": "string",
"pattern": "^.+$"
},
"StringMask": {
"type": "string",
"pattern": "^.+$"
},
"FromRightToLeftFlag": {
"type": "boolean",
"default": false
},
"MaskCharactersFlag": {
"type": "boolean",
"default": false
},
"BeepKeyFlag": {
"type": "boolean",
"default": false
},
"GlobalCorrectionFlag": {
"type": "boolean",
"default": false
},
"DisableCancelFlag": {
"type": "boolean",
"default": false
},
"DisableCorrectFlag": {
"type": "boolean",
"default": false
},
"DisableValidFlag": {
"type": "boolean",
"default": false
},
"MenuBackFlag": {
"type": "boolean",
"default": false
}
},
"required": [
"Device",
"InfoQualify",
"InputCommand"
]
}
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/terminal-input-data"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.