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": "#/components/schemas/InputData",
"title": "InputData",
"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"
]
}
Work with this as data
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adyen-inputdata"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.