|
1 | 1 | --- |
2 | 2 | showToc: true |
3 | 3 | --- |
4 | | - |
5 | 4 | # JSON Binding Rules |
6 | 5 |
|
7 | | -## Open API for FSP Interoperability Specification |
| 6 | +## _Open API for FSP Interoperability Specification_ |
8 | 7 |
|
9 | 8 | **Table of Contents** |
10 | 9 |
|
11 | | -[1. Preface](#1-preface) |
| 10 | +1. [Preface](#1-preface) |
12 | 11 |
|
13 | | -[1.1 Conventions Used in This Document](#11-conventions-used-in-this-document) |
| 12 | + 1.1 [Conventions Used in This Document](#11-conventions-used-in-this-document) |
14 | 13 |
|
15 | | -[1.2 Document Version Information](#12-document-version-information) |
| 14 | + 1.2 [Document Version Information](#12-document-version-information) |
16 | 15 |
|
17 | | -[2. Introduction](#2-introduction) |
| 16 | +2. [Introduction](#2-introduction) |
18 | 17 |
|
19 | | -[2.1 Open API for FSP Interoperability Specification](#21-open-api-for-fsp-interoperability-specification) |
| 18 | + 2.1 [Open API for FSP Interoperability Specification](#21-open-api-for-fsp-interoperability-specification) |
20 | 19 |
|
21 | | -[3. Keywords and Usage](#3-keywords-and-usage) |
| 20 | +3. [Keywords and Usage](#3-keywords-and-usage) |
22 | 21 |
|
23 | | -[3.1 Validation Keywords](#31-validation-keywords) |
| 22 | + 3.1 [Validation Keywords](#31-validation-keywords) |
24 | 23 |
|
25 | | -[3.2 Metadata Keywords](#32-metadata-keywords) |
| 24 | + 3.2 [Metadata Keywords](#32-metadata-keywords) |
26 | 25 |
|
27 | | -[3.3 Instance and \$ref](#33-instance-and-$ref) |
| 26 | + 3.3 [Instance and \$ref](#33-instance-and-$ref) |
28 | 27 |
|
29 | | -[3.4 JSON Definitions and Examples](#34-json-definitions-and-examples) |
| 28 | + 3.4 [JSON Definitions and Examples](#34-json-definitions-and-examples) |
30 | 29 |
|
31 | | -[4. Element and Basic Data Types](#4-element-and-basic-data-types) |
| 30 | +4. [Element and Basic Data Types](#4-element-and-basic-data-types) |
32 | 31 |
|
33 | | -[4.1 Data Type Amount](#41-data-type-amount) |
| 32 | + 4.1 [Data Type Amount](#41-data-type-amount) |
34 | 33 |
|
35 | | -[4.2 Data Type BinaryString](#42-data-type-binaryString) |
| 34 | + 4.2 [Data Type BinaryString](#42-data-type-binaryString) |
36 | 35 |
|
37 | | -[4.3 Data Type BinaryString32](#43-data-type-binaryString32) |
| 36 | + 4.3 [Data Type BinaryString32](#43-data-type-binaryString32) |
38 | 37 |
|
39 | | -[4.4 Data Type BopCode](#44-data-type-bopcode) |
| 38 | + 4.4 [Data Type BopCode](#44-data-type-bopcode) |
40 | 39 |
|
41 | | -[4.5 Data Type Enum](#45-data-type-enum) |
| 40 | + 4.5 [Data Type Enum](#45-data-type-enum) |
42 | 41 |
|
43 | | -[4.6 Data Type Date](#46-data-type-date) |
| 42 | + 4.6 [Data Type Date](#46-data-type-date) |
44 | 43 |
|
45 | | -[4.7 Data Type DateTime](#47-data-type-datetime) |
| 44 | + 4.7 [Data Type DateTime](#47-data-type-datetime) |
46 | 45 |
|
47 | | -[4.8 Data Type ErrorCode](#48-data-type-errorcode) |
| 46 | + 4.8 [Data Type ErrorCode](#48-data-type-errorcode) |
48 | 47 |
|
49 | | -[4.9 Data Type Integer](#49-data-type-integer) |
| 48 | + 4.9 [Data Type Integer](#49-data-type-integer) |
50 | 49 |
|
51 | | -[4.10 Data Type Latitude](#410-data-type-latitude) |
| 50 | + 4.10 [Data Type Latitude](#410-data-type-latitude) |
52 | 51 |
|
53 | | -[4.11 Data Type Longitude](#411-data-type-longitude) |
| 52 | + 4.11 [Data Type Longitude](#411-data-type-longitude) |
54 | 53 |
|
55 | | -[4.12 Data Type MerchantClassificationCode](#412-data-type-merchantclassificationcode) |
| 54 | + 4.12 [Data Type MerchantClassificationCode](#412-data-type-merchantclassificationcode) |
56 | 55 |
|
57 | | -[4.13 Data Type Name](#413-data-type-name) |
| 56 | + 4.13 [Data Type Name](#413-data-type-name) |
58 | 57 |
|
59 | | -[4.14 Data Type OtpValue](#414-data-type-otpvalue) |
| 58 | + 4.14 [Data Type OtpValue](#414-data-type-otpvalue) |
60 | 59 |
|
61 | | -[4.15 Data Type String](#415-data-type-string) |
| 60 | + 4.15 [Data Type String](#415-data-type-string) |
62 | 61 |
|
63 | | -[4.16 Data Type TokenCode](#416-data-type-tokencode) |
| 62 | + 4.16 [Data Type TokenCode](#416-data-type-tokencode) |
64 | 63 |
|
65 | | -[4.17 Data Type UndefinedEnum](#417-data-type-undefinedenum) |
| 64 | + 4.17 [Data Type UndefinedEnum](#417-data-type-undefinedenum) |
66 | 65 |
|
67 | | -[4.18 Data Type UUID](#418-data-type-uuid) |
| 66 | + 4.18 [Data Type UUID](#418-data-type-uuid) |
68 | 67 |
|
69 | | -[5. Complex Type](#5-complex-type) |
| 68 | +5. [Complex Type](#5-complex-type) |
70 | 69 |
|
71 | | -[5.1 Complex Type Definition, Transformation](#51-complex-type-definition,-transformation) |
| 70 | + 5.1 [Complex Type Definition, Transformation](#51-complex-type-definition,-transformation) |
72 | 71 |
|
73 | | -[5.2 Types of objects in Requests or Responses](#52-types-of-objects-in-requests-or-responses) |
| 72 | + 5.2 [Types of objects in Requests or Responses](#52-types-of-objects-in-requests-or-responses) |
74 | 73 |
|
75 | | -[6. References](#6-references) |
| 74 | +6. [References](#6-references) |
76 | 75 |
|
77 | 76 | **Table of Listings** |
78 | 77 |
|
@@ -157,7 +156,7 @@ The following conventions are used in this document to identify the specified ty |
157 | 156 |
|
158 | 157 | |Version|Date|Change Description| |
159 | 158 | |---|---|---| |
160 | | -|**1.0**|2019-03-12|Initial version| |
| 159 | +|**1.0**|2018-03-13|Initial version| |
161 | 160 |
|
162 | 161 | ## 2. Introduction |
163 | 162 |
|
|
0 commit comments