-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabstract-api-iban-validation-context.jsonld
More file actions
57 lines (57 loc) · 1.24 KB
/
abstract-api-iban-validation-context.jsonld
File metadata and controls
57 lines (57 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"@context": {
"@version": 1.1,
"abstract": "https://abstractapi.com/schema/",
"schema": "https://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"IBANValidationResponse": "abstract:IBANValidationResponse",
"iban": {
"@id": "abstract:iban",
"@type": "xsd:string"
},
"isValid": {
"@id": "abstract:is_valid",
"@type": "xsd:boolean"
},
"country": {
"@id": "abstract:country",
"@type": "@id"
},
"code": {
"@id": "abstract:code",
"@type": "xsd:string"
},
"name": {
"@id": "schema:name"
},
"bank": {
"@id": "abstract:bank",
"@type": "@id"
},
"bankName": {
"@id": "abstract:bank_name",
"@type": "xsd:string"
},
"bankCode": {
"@id": "abstract:bank_code",
"@type": "xsd:string"
},
"bic": {
"@id": "abstract:bic",
"@type": "xsd:string"
},
"accountNumber": {
"@id": "abstract:account_number",
"@type": "xsd:string"
},
"checkDigits": {
"@id": "abstract:check_digits",
"@type": "xsd:string"
},
"sepaMember": {
"@id": "abstract:sepa_member",
"@type": "xsd:boolean"
}
}
}