Adyen · JSON-LD Context
Adyen Terminal Input Data Context
JSON-LD context defining the semantic vocabulary for Adyen Terminal Input Data from Adyen.
1 Classes
21 Properties
4 Namespaces
Namespaces
adyen:
https://docs.adyen.com/schema/
schema:
https://schema.org/
dcterms:
http://purl.org/dc/terms/
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
InputData
Properties
| Property | Type | Container |
|---|---|---|
| Device | string | |
| InfoQualify | string | |
| InputCommand | string | |
| 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-LD Document
{
"@context": {
"@version": 1.1,
"adyen": "https://docs.adyen.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"InputData": "adyen:InputData",
"Device": {
"@id": "adyen:Device",
"@type": "xsd:string"
},
"InfoQualify": {
"@id": "adyen:InfoQualify",
"@type": "xsd:string"
},
"InputCommand": {
"@id": "adyen:InputCommand",
"@type": "xsd:string"
},
"NotifyCardInputFlag": {
"@id": "adyen:NotifyCardInputFlag",
"@type": "xsd:boolean"
},
"MaxInputTime": {
"@id": "adyen:MaxInputTime",
"@type": "xsd:integer"
},
"ImmediateResponseFlag": {
"@id": "adyen:ImmediateResponseFlag",
"@type": "xsd:boolean"
},
"MinLength": {
"@id": "adyen:MinLength",
"@type": "xsd:integer"
},
"MaxLength": {
"@id": "adyen:MaxLength",
"@type": "xsd:integer"
},
"MaxDecimalLength": {
"@id": "adyen:MaxDecimalLength",
"@type": "xsd:integer"
},
"WaitUserValidationFlag": {
"@id": "adyen:WaitUserValidationFlag",
"@type": "xsd:boolean"
},
"DefaultInputString": {
"@id": "adyen:DefaultInputString",
"@type": "xsd:string"
},
"DefaultLayoutString": {
"@id": "adyen:DefaultLayoutString",
"@type": "xsd:string"
},
"StringMask": {
"@id": "adyen:StringMask",
"@type": "xsd:string"
},
"FromRightToLeftFlag": {
"@id": "adyen:FromRightToLeftFlag",
"@type": "xsd:boolean"
},
"MaskCharactersFlag": {
"@id": "adyen:MaskCharactersFlag",
"@type": "xsd:boolean"
},
"BeepKeyFlag": {
"@id": "adyen:BeepKeyFlag",
"@type": "xsd:boolean"
},
"GlobalCorrectionFlag": {
"@id": "adyen:GlobalCorrectionFlag",
"@type": "xsd:boolean"
},
"DisableCancelFlag": {
"@id": "adyen:DisableCancelFlag",
"@type": "xsd:boolean"
},
"DisableCorrectFlag": {
"@id": "adyen:DisableCorrectFlag",
"@type": "xsd:boolean"
},
"DisableValidFlag": {
"@id": "adyen:DisableValidFlag",
"@type": "xsd:boolean"
},
"MenuBackFlag": {
"@id": "adyen:MenuBackFlag",
"@type": "xsd:boolean"
}
}
}