@api-client/core 0.8.1 → 0.8.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (210) hide show
  1. package/build/browser.d.ts +3 -3
  2. package/build/browser.js.map +1 -1
  3. package/build/index.d.ts +3 -3
  4. package/build/index.js.map +1 -1
  5. package/build/oauth-popup.html +29 -0
  6. package/build/src/amf/AmfShapeGenerator.d.ts +2 -0
  7. package/build/src/amf/AmfShapeGenerator.js +2 -0
  8. package/build/src/amf/AmfShapeGenerator.js.map +1 -1
  9. package/build/src/amf/ApiSchemaValues.d.ts +4 -4
  10. package/build/src/amf/ApiSchemaValues.js.map +1 -1
  11. package/build/src/amf/Utils.js +3 -1
  12. package/build/src/amf/Utils.js.map +1 -1
  13. package/build/src/amf/data-node/XmlDataNodeGenerator.js +2 -1
  14. package/build/src/amf/data-node/XmlDataNodeGenerator.js.map +1 -1
  15. package/build/src/amf/shape/ShapeBase.d.ts +1 -1
  16. package/build/src/amf/shape/ShapeJsonSchemaGenerator.js +4 -2
  17. package/build/src/amf/shape/ShapeJsonSchemaGenerator.js.map +1 -1
  18. package/build/src/amf/shape/ShapeXmlSchemaGenerator.d.ts +13 -13
  19. package/build/src/amf/shape/ShapeXmlSchemaGenerator.js +25 -7
  20. package/build/src/amf/shape/ShapeXmlSchemaGenerator.js.map +1 -1
  21. package/build/src/authorization/OAuth2Authorization.d.ts +4 -4
  22. package/build/src/authorization/OAuth2Authorization.js +7 -7
  23. package/build/src/authorization/OAuth2Authorization.js.map +1 -1
  24. package/build/src/authorization/OidcAuthorization.js +0 -1
  25. package/build/src/authorization/OidcAuthorization.js.map +1 -1
  26. package/build/src/data/XmlReader.js +2 -0
  27. package/build/src/data/XmlReader.js.map +1 -1
  28. package/build/src/events/CustomEvent.d.ts +1 -1
  29. package/build/src/events/CustomEvent.js +1 -1
  30. package/build/src/lib/logging/DefaultLogger.js +1 -0
  31. package/build/src/lib/logging/DefaultLogger.js.map +1 -1
  32. package/build/src/lib/parsers/UriTemplate.js +1 -1
  33. package/build/src/lib/parsers/UrlEncoder.js +1 -0
  34. package/build/src/lib/parsers/UrlEncoder.js.map +1 -1
  35. package/build/src/mocking/LegacyInterfaces.d.ts +1 -2
  36. package/build/src/mocking/LegacyMock.js +0 -1
  37. package/build/src/mocking/LegacyMock.js.map +1 -1
  38. package/build/src/mocking/legacy/Http.js +1 -1
  39. package/build/src/mocking/legacy/Http.js.map +1 -1
  40. package/build/src/models/data/DataNamespace.d.ts +0 -1
  41. package/build/src/models/data/DataNamespace.js +1 -1
  42. package/build/src/models/data/DataNamespace.js.map +1 -1
  43. package/build/src/models/store/Permission.js.map +1 -1
  44. package/build/src/models/transformers/ArcLegacyTransformer.js +1 -0
  45. package/build/src/models/transformers/ArcLegacyTransformer.js.map +1 -1
  46. package/build/src/models/transformers/PostmanV21Transformer.d.ts +1 -2
  47. package/build/src/models/transformers/PostmanV21Transformer.js +2 -0
  48. package/build/src/models/transformers/PostmanV21Transformer.js.map +1 -1
  49. package/build/src/models/transformers/PostmanV2Transformer.js +2 -0
  50. package/build/src/models/transformers/PostmanV2Transformer.js.map +1 -1
  51. package/build/src/runtime/store/AuthSdk.js +1 -0
  52. package/build/src/runtime/store/AuthSdk.js.map +1 -1
  53. package/build/src/runtime/store/SdkBase.js.map +1 -1
  54. package/build/src/testing/TestCliHelper.js.map +1 -1
  55. package/data/apis/APIC-187/APIC-187.raml +21 -0
  56. package/data/apis/APIC-187/dataType.raml +132 -0
  57. package/data/apis/APIC-187/example.raml +84 -0
  58. package/data/apis/APIC-188/APIC-188.raml +21 -0
  59. package/data/apis/APIC-188/dataType.raml +132 -0
  60. package/data/apis/APIC-188/example.raml +84 -0
  61. package/data/apis/APIC-233/APIC-233.raml +15 -0
  62. package/data/apis/APIC-391/APIC-391.raml +44 -0
  63. package/data/apis/APIC-391/examples/post-body-request-example.raml +7 -0
  64. package/data/apis/APIC-483/APIC-483.raml +16 -0
  65. package/data/apis/APIC-483/example/list-of-bank-succ.json +32 -0
  66. package/data/apis/APIC-483/schema/response-retrieve-list-bank.json +68 -0
  67. package/data/apis/APIC-487/APIC-487.raml +36 -0
  68. package/data/apis/APIC-655/APIC-655.raml +44 -0
  69. package/data/apis/APIC-655/delivery.json +12 -0
  70. package/data/apis/APIC-689/APIC-689.raml +20 -0
  71. package/data/apis/APIC-690/APIC-690.raml +17 -0
  72. package/data/apis/APIC-690/datatypes/Address.raml +10 -0
  73. package/data/apis/APIC-690/datatypes/Customer.raml +17 -0
  74. package/data/apis/APIC-690/examples/CustomerExample2.raml +17 -0
  75. package/data/apis/APIC-690/examples/CustomersExample.raml +34 -0
  76. package/data/apis/SE-10469/Purchase-Order-oagis-id-dd32f9c6c01048a19e15c423c9c741ae.json +1383 -0
  77. package/data/apis/SE-10469/SE-10469.raml +11 -0
  78. package/data/apis/SE-13092/Examples/PersonExample.raml +7 -0
  79. package/data/apis/SE-13092/SE-13092.raml +37 -0
  80. package/data/apis/SE-13092/datatypes/Address.raml +5 -0
  81. package/data/apis/SE-13092/datatypes/InlineType.raml +5 -0
  82. package/data/apis/SE-13092/datatypes/Person.raml +15 -0
  83. package/data/apis/SE-22063/SE-22063.raml +14 -0
  84. package/data/apis/SE-22063/stock.raml +41 -0
  85. package/data/apis/arc-demo-api/arc-demo-api.raml +468 -0
  86. package/data/apis/arc-demo-api/examples/e400.xml +4 -0
  87. package/data/apis/arc-demo-api/examples/e401.xml +4 -0
  88. package/data/apis/arc-demo-api/examples/e404.xml +4 -0
  89. package/data/apis/arc-demo-api/examples/image.xml +5 -0
  90. package/data/apis/arc-demo-api/examples/messages-example.json +22 -0
  91. package/data/apis/arc-demo-api/examples/messages-sent-example.json +15 -0
  92. package/data/apis/arc-demo-api/examples/person.json +14 -0
  93. package/data/apis/arc-demo-api/examples/person.url.encoded +1 -0
  94. package/data/apis/arc-demo-api/examples/person.xml +14 -0
  95. package/data/apis/arc-demo-api/examples/product.xml +9 -0
  96. package/data/apis/arc-demo-api/library.raml +36 -0
  97. package/data/apis/arc-demo-api/resourceTypes/app-person.raml +49 -0
  98. package/data/apis/arc-demo-api/resourceTypes/example-types.raml +45 -0
  99. package/data/apis/arc-demo-api/resourceTypes/image.raml +23 -0
  100. package/data/apis/arc-demo-api/resourceTypes/message-sent-type.raml +23 -0
  101. package/data/apis/arc-demo-api/resourceTypes/message-type.raml +33 -0
  102. package/data/apis/arc-demo-api/resourceTypes/product.raml +52 -0
  103. package/data/apis/arc-demo-api/resourceTypes/resource.raml +11 -0
  104. package/data/apis/arc-demo-api/schemas/error-response.xsd +11 -0
  105. package/data/apis/arc-demo-api/schemas/image.xsd +11 -0
  106. package/data/apis/arc-demo-api/schemas/person.json +104 -0
  107. package/data/apis/arc-demo-api/schemas/person.xsd +26 -0
  108. package/data/apis/arc-demo-api/schemas/product.xsd +17 -0
  109. package/data/apis/arc-demo-api/securitySchemes/basic.raml +5 -0
  110. package/data/apis/arc-demo-api/securitySchemes/oauth_2_0.raml +29 -0
  111. package/data/apis/arc-demo-api/securitySchemes/x-custom.raml +26 -0
  112. package/data/apis/arc-demo-api/traits/adminable.raml +23 -0
  113. package/data/apis/arc-demo-api/traits/pagination.raml +83 -0
  114. package/data/apis/arc-demo-api/traits/rate-limited.raml +9 -0
  115. package/data/apis/example-generator-api/contact-email-example.raml +6 -0
  116. package/data/apis/example-generator-api/contact-example.raml +5 -0
  117. package/data/apis/example-generator-api/contact-fax-example.raml +5 -0
  118. package/data/apis/example-generator-api/contact-website-example.raml +2 -0
  119. package/data/apis/example-generator-api/example-1.raml +6 -0
  120. package/data/apis/example-generator-api/example-2.raml +9 -0
  121. package/data/apis/example-generator-api/example-3.raml +4 -0
  122. package/data/apis/example-generator-api/example-4.raml +2 -0
  123. package/data/apis/example-generator-api/example-5.raml +4 -0
  124. package/data/apis/example-generator-api/example-6.raml +2 -0
  125. package/data/apis/example-generator-api/example-7.raml +5 -0
  126. package/data/apis/example-generator-api/example-generator-api.raml +423 -0
  127. package/data/apis/example-generator-api/example.json +14 -0
  128. package/data/apis/example-generator-api/example.xml +15 -0
  129. package/data/apis/example-generator-api/example.xsd +26 -0
  130. package/data/apis/example-generator-api/examples/employee.raml +7 -0
  131. package/data/apis/example-generator-api/examples/employees.raml +7 -0
  132. package/data/apis/example-generator-api/linked-named-example.raml +21 -0
  133. package/data/apis/example-generator-api/named-example-with-link.raml +5 -0
  134. package/data/apis/example-generator-api/named-example.raml +9 -0
  135. package/data/apis/example-generator-api/user-json-example.raml +17 -0
  136. package/data/apis/example-generator-api/user-raml-example.raml +37 -0
  137. package/data/apis/example-generator-api/user.json +8 -0
  138. package/data/apis/example-generator-api/user.raml +18 -0
  139. package/data/apis/example-generator-api/users-json-example.raml +17 -0
  140. package/data/apis/example-generator-api/users-raml-example.raml +32 -0
  141. package/data/apis/example-generator-api/users.json +8 -0
  142. package/data/apis/oas-3-api/oas-3-api.yaml +356 -0
  143. package/data/apis/petstore/petstore.yaml +954 -0
  144. package/data/apis/schema-api/schema-api.raml +13 -1
  145. package/data/apis/secured-api/oauth-2-custom-settings.raml +143 -0
  146. package/data/apis/secured-api/oauth2-header-delivery.raml +13 -0
  147. package/data/apis/secured-api/oauth2-no-delivery.raml +8 -0
  148. package/data/apis/secured-api/oauth2-no-grants.raml +12 -0
  149. package/data/apis/secured-api/oauth2-pkce.raml +13 -0
  150. package/data/apis/secured-api/oauth2-query-delivery.raml +13 -0
  151. package/data/apis/secured-api/oauth_1_0.raml +8 -0
  152. package/data/apis/secured-api/oauth_1_0_no-settings.raml +3 -0
  153. package/data/apis/secured-api/oauth_1_0_no-signature.raml +7 -0
  154. package/data/apis/secured-api/oauth_1_0_signature.raml +8 -0
  155. package/data/apis/secured-api/passthrough-querystring.raml +16 -0
  156. package/data/apis/secured-api/passthrough.raml +24 -0
  157. package/data/apis/secured-api/secured-api.raml +231 -0
  158. package/data/apis/secured-api/x-custom.raml +33 -0
  159. package/data/apis/secured-api/x-other.raml +29 -0
  160. package/data/apis/secured-api/x-query-string.raml +16 -0
  161. package/data/apis/tracked-examples/datatypes/employee.raml +5 -0
  162. package/data/apis/tracked-examples/examples/employee.raml +4 -0
  163. package/data/apis/tracked-examples/examples/employees.raml +8 -0
  164. package/data/apis/tracked-examples/tracked-to-linked.raml +28 -0
  165. package/data/model.js +19 -0
  166. package/data/models/APIC-187.json +11398 -0
  167. package/data/models/APIC-188.json +11398 -0
  168. package/data/models/APIC-233.json +539 -0
  169. package/data/models/APIC-391.json +1872 -0
  170. package/data/models/APIC-483.json +3067 -0
  171. package/data/models/APIC-487.json +1225 -0
  172. package/data/models/APIC-655.json +3109 -0
  173. package/data/models/APIC-689.json +761 -0
  174. package/data/models/APIC-690.json +5992 -0
  175. package/data/models/SE-10469.json +22882 -0
  176. package/data/models/SE-13092.json +2715 -0
  177. package/data/models/SE-22063.json +2276 -0
  178. package/data/models/arc-demo-api.json +52694 -0
  179. package/data/models/example-generator-api.json +44978 -0
  180. package/data/models/oas-3-api.json +10464 -0
  181. package/data/models/petstore.json +27277 -0
  182. package/data/models/schema-api.json +436 -428
  183. package/data/models/secured-api.json +19067 -0
  184. package/data/models/tracked-to-linked.json +1790 -0
  185. package/package.json +6 -5
  186. package/src/amf/AmfShapeGenerator.ts +5 -3
  187. package/src/amf/ApiSchemaValues.ts +5 -5
  188. package/src/amf/Utils.ts +6 -4
  189. package/src/amf/data-node/XmlDataNodeGenerator.ts +2 -1
  190. package/src/amf/shape/ShapeBase.ts +1 -1
  191. package/src/amf/shape/ShapeJsonSchemaGenerator.ts +4 -2
  192. package/src/amf/shape/ShapeXmlSchemaGenerator.ts +85 -66
  193. package/src/authorization/OAuth2Authorization.ts +33 -32
  194. package/src/authorization/OidcAuthorization.ts +3 -4
  195. package/src/data/XmlReader.ts +7 -5
  196. package/src/events/CustomEvent.ts +1 -1
  197. package/src/lib/logging/DefaultLogger.ts +1 -0
  198. package/src/lib/parsers/UriTemplate.ts +1 -1
  199. package/src/lib/parsers/UrlEncoder.ts +1 -0
  200. package/src/mocking/LegacyInterfaces.ts +1 -2
  201. package/src/mocking/LegacyMock.ts +0 -1
  202. package/src/mocking/legacy/Http.ts +1 -1
  203. package/src/models/data/DataNamespace.ts +2 -2
  204. package/src/models/store/Permission.ts +1 -1
  205. package/src/models/transformers/ArcLegacyTransformer.ts +1 -0
  206. package/src/models/transformers/PostmanV21Transformer.ts +3 -2
  207. package/src/models/transformers/PostmanV2Transformer.ts +2 -0
  208. package/src/runtime/store/AuthSdk.ts +1 -0
  209. package/src/runtime/store/SdkBase.ts +1 -0
  210. package/src/testing/TestCliHelper.ts +1 -0
@@ -0,0 +1,539 @@
1
+ {
2
+ "@graph": [
3
+ {
4
+ "@id": "#1",
5
+ "@type": [
6
+ "doc:APIContractProcessingData"
7
+ ],
8
+ "apiContract:modelVersion": "3.7.0",
9
+ "doc:transformed": true,
10
+ "doc:sourceSpec": "RAML 0.8"
11
+ },
12
+ {
13
+ "@id": "#2",
14
+ "@type": [
15
+ "apiContract:WebAPI",
16
+ "apiContract:API",
17
+ "doc:RootDomainElement",
18
+ "doc:DomainElement"
19
+ ],
20
+ "core:name": "Arabic Test 0.8",
21
+ "core:version": "v1",
22
+ "apiContract:endpoint": [
23
+ {
24
+ "@id": "#3"
25
+ }
26
+ ],
27
+ "sourcemaps:sources": [
28
+ {
29
+ "@id": "#2/source-map"
30
+ }
31
+ ]
32
+ },
33
+ {
34
+ "@id": "#3",
35
+ "@type": [
36
+ "apiContract:EndPoint",
37
+ "doc:DomainElement"
38
+ ],
39
+ "apiContract:path": "/stuff",
40
+ "apiContract:supportedOperation": [
41
+ {
42
+ "@id": "#4"
43
+ }
44
+ ],
45
+ "sourcemaps:sources": [
46
+ {
47
+ "@id": "#3/source-map"
48
+ }
49
+ ]
50
+ },
51
+ {
52
+ "@id": "#2/source-map",
53
+ "@type": [
54
+ "sourcemaps:SourceMap"
55
+ ],
56
+ "sourcemaps:lexical": [
57
+ {
58
+ "@id": "#2/source-map/lexical/element_2"
59
+ },
60
+ {
61
+ "@id": "#2/source-map/lexical/element_0"
62
+ },
63
+ {
64
+ "@id": "#2/source-map/lexical/element_1"
65
+ }
66
+ ]
67
+ },
68
+ {
69
+ "@id": "#4",
70
+ "@type": [
71
+ "apiContract:Operation",
72
+ "core:Operation",
73
+ "doc:DomainElement"
74
+ ],
75
+ "apiContract:method": "get",
76
+ "apiContract:returns": [
77
+ {
78
+ "@id": "#5"
79
+ }
80
+ ],
81
+ "sourcemaps:sources": [
82
+ {
83
+ "@id": "#4/source-map"
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "@id": "#3/source-map",
89
+ "@type": [
90
+ "sourcemaps:SourceMap"
91
+ ],
92
+ "sourcemaps:lexical": [
93
+ {
94
+ "@id": "#3/source-map/lexical/element_1"
95
+ },
96
+ {
97
+ "@id": "#3/source-map/lexical/element_0"
98
+ }
99
+ ]
100
+ },
101
+ {
102
+ "@id": "#2/source-map/lexical/element_2",
103
+ "sourcemaps:element": "core:name",
104
+ "sourcemaps:value": "[(2,0)-(4,0)]"
105
+ },
106
+ {
107
+ "@id": "#2/source-map/lexical/element_0",
108
+ "sourcemaps:element": "core:version",
109
+ "sourcemaps:value": "[(4,0)-(6,0)]"
110
+ },
111
+ {
112
+ "@id": "#2/source-map/lexical/element_1",
113
+ "sourcemaps:element": "amf://id#2",
114
+ "sourcemaps:value": "[(2,0)-(16,0)]"
115
+ },
116
+ {
117
+ "@id": "#5",
118
+ "@type": [
119
+ "apiContract:Response",
120
+ "core:Response",
121
+ "apiContract:Message",
122
+ "doc:DomainElement"
123
+ ],
124
+ "apiContract:statusCode": "200",
125
+ "core:name": "200",
126
+ "core:description": "\u0628\u064A\u0646\u063A",
127
+ "apiContract:payload": [
128
+ {
129
+ "@id": "#6"
130
+ }
131
+ ],
132
+ "sourcemaps:sources": [
133
+ {
134
+ "@id": "#5/source-map"
135
+ }
136
+ ]
137
+ },
138
+ {
139
+ "@id": "#4/source-map",
140
+ "@type": [
141
+ "sourcemaps:SourceMap"
142
+ ],
143
+ "sourcemaps:lexical": [
144
+ {
145
+ "@id": "#4/source-map/lexical/element_1"
146
+ },
147
+ {
148
+ "@id": "#4/source-map/lexical/element_0"
149
+ }
150
+ ]
151
+ },
152
+ {
153
+ "@id": "#3/source-map/lexical/element_1",
154
+ "sourcemaps:element": "amf://id#3",
155
+ "sourcemaps:value": "[(6,0)-(16,0)]"
156
+ },
157
+ {
158
+ "@id": "#3/source-map/lexical/element_0",
159
+ "sourcemaps:element": "apiContract:path",
160
+ "sourcemaps:value": "[(6,0)-(6,6)]"
161
+ },
162
+ {
163
+ "@id": "#6",
164
+ "@type": [
165
+ "apiContract:Payload",
166
+ "core:Payload",
167
+ "doc:DomainElement"
168
+ ],
169
+ "core:mediaType": "application/json",
170
+ "raml-shapes:schema": {
171
+ "@id": "#7"
172
+ },
173
+ "sourcemaps:sources": [
174
+ {
175
+ "@id": "#6/source-map"
176
+ }
177
+ ]
178
+ },
179
+ {
180
+ "@id": "#5/source-map",
181
+ "@type": [
182
+ "sourcemaps:SourceMap"
183
+ ],
184
+ "sourcemaps:lexical": [
185
+ {
186
+ "@id": "#5/source-map/lexical/element_2"
187
+ },
188
+ {
189
+ "@id": "#5/source-map/lexical/element_0"
190
+ },
191
+ {
192
+ "@id": "#5/source-map/lexical/element_1"
193
+ }
194
+ ]
195
+ },
196
+ {
197
+ "@id": "#4/source-map/lexical/element_1",
198
+ "sourcemaps:element": "amf://id#4",
199
+ "sourcemaps:value": "[(7,2)-(16,0)]"
200
+ },
201
+ {
202
+ "@id": "#4/source-map/lexical/element_0",
203
+ "sourcemaps:element": "apiContract:returns",
204
+ "sourcemaps:value": "[(8,4)-(16,0)]"
205
+ },
206
+ {
207
+ "@id": "#7",
208
+ "@type": [
209
+ "raml-shapes:AnyShape",
210
+ "shacl:Shape",
211
+ "raml-shapes:Shape",
212
+ "doc:DomainElement"
213
+ ],
214
+ "shacl:name": "application/json",
215
+ "apiContract:examples": [
216
+ {
217
+ "@id": "#8"
218
+ }
219
+ ],
220
+ "sourcemaps:sources": [
221
+ {
222
+ "@id": "#7/source-map"
223
+ }
224
+ ]
225
+ },
226
+ {
227
+ "@id": "#6/source-map",
228
+ "@type": [
229
+ "sourcemaps:SourceMap"
230
+ ],
231
+ "sourcemaps:lexical": [
232
+ {
233
+ "@id": "#6/source-map/lexical/element_0"
234
+ }
235
+ ]
236
+ },
237
+ {
238
+ "@id": "#5/source-map/lexical/element_2",
239
+ "sourcemaps:element": "core:description",
240
+ "sourcemaps:value": "[(10,8)-(11,0)]"
241
+ },
242
+ {
243
+ "@id": "#5/source-map/lexical/element_0",
244
+ "sourcemaps:element": "apiContract:payload",
245
+ "sourcemaps:value": "[(11,8)-(16,0)]"
246
+ },
247
+ {
248
+ "@id": "#5/source-map/lexical/element_1",
249
+ "sourcemaps:element": "amf://id#5",
250
+ "sourcemaps:value": "[(9,6)-(16,0)]"
251
+ },
252
+ {
253
+ "@id": "#8",
254
+ "@type": [
255
+ "apiContract:Example",
256
+ "doc:DomainElement"
257
+ ],
258
+ "doc:strict": true,
259
+ "doc:structuredValue": {
260
+ "@id": "#9"
261
+ },
262
+ "doc:raw": "\u0627\u0644\u062D\u0627\u0644\u0629: \u062D\u0633\u0646\u0627\nmessage: Shop in \u0627\u0644\u0645\u0645\u0644",
263
+ "sourcemaps:sources": [
264
+ {
265
+ "@id": "#8/source-map"
266
+ }
267
+ ]
268
+ },
269
+ {
270
+ "@id": "#7/source-map",
271
+ "@type": [
272
+ "sourcemaps:SourceMap"
273
+ ],
274
+ "sourcemaps:lexical": [
275
+ {
276
+ "@id": "#7/source-map/lexical/element_1"
277
+ },
278
+ {
279
+ "@id": "#7/source-map/lexical/element_0"
280
+ }
281
+ ]
282
+ },
283
+ {
284
+ "@id": "#6/source-map/lexical/element_0",
285
+ "sourcemaps:element": "amf://id#6",
286
+ "sourcemaps:value": "[(12,10)-(16,0)]"
287
+ },
288
+ {
289
+ "@id": "#9",
290
+ "@type": [
291
+ "data:Object",
292
+ "data:Node",
293
+ "doc:DomainElement"
294
+ ],
295
+ "data:%D8%A7%D9%84%D8%AD%D8%A7%D9%84%D8%A9": {
296
+ "@id": "#10"
297
+ },
298
+ "data:message": {
299
+ "@id": "#11"
300
+ },
301
+ "core:name": "object_1",
302
+ "sourcemaps:sources": [
303
+ {
304
+ "@id": "#9/source-map"
305
+ }
306
+ ]
307
+ },
308
+ {
309
+ "@id": "#8/source-map",
310
+ "@type": [
311
+ "sourcemaps:SourceMap"
312
+ ],
313
+ "sourcemaps:synthesized-field": [
314
+ {
315
+ "@id": "#8/source-map/synthesized-field/element_1"
316
+ },
317
+ {
318
+ "@id": "#8/source-map/synthesized-field/element_0"
319
+ }
320
+ ],
321
+ "sourcemaps:lexical": [
322
+ {
323
+ "@id": "#8/source-map/lexical/element_0"
324
+ }
325
+ ],
326
+ "sourcemaps:tracked-element": [
327
+ {
328
+ "@id": "#8/source-map/tracked-element/element_0"
329
+ }
330
+ ]
331
+ },
332
+ {
333
+ "@id": "#7/source-map/lexical/element_1",
334
+ "sourcemaps:element": "amf://id#7",
335
+ "sourcemaps:value": "[(12,10)-(16,0)]"
336
+ },
337
+ {
338
+ "@id": "#7/source-map/lexical/element_0",
339
+ "sourcemaps:element": "apiContract:examples",
340
+ "sourcemaps:value": "[(13,12)-(16,0)]"
341
+ },
342
+ {
343
+ "@id": "#10",
344
+ "@type": [
345
+ "data:Scalar",
346
+ "data:Node",
347
+ "doc:DomainElement"
348
+ ],
349
+ "data:value": "\u062D\u0633\u0646\u0627",
350
+ "shacl:datatype": [
351
+ {
352
+ "@id": "http://www.w3.org/2001/XMLSchema#string"
353
+ }
354
+ ],
355
+ "core:name": "\u0627\u0644\u062D\u0627\u0644\u0629",
356
+ "sourcemaps:sources": [
357
+ {
358
+ "@id": "#10/source-map"
359
+ }
360
+ ]
361
+ },
362
+ {
363
+ "@id": "#11",
364
+ "@type": [
365
+ "data:Scalar",
366
+ "data:Node",
367
+ "doc:DomainElement"
368
+ ],
369
+ "data:value": "Shop in \u0627\u0644\u0645\u0645\u0644",
370
+ "shacl:datatype": [
371
+ {
372
+ "@id": "http://www.w3.org/2001/XMLSchema#string"
373
+ }
374
+ ],
375
+ "core:name": "message",
376
+ "sourcemaps:sources": [
377
+ {
378
+ "@id": "#11/source-map"
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "@id": "#9/source-map",
384
+ "@type": [
385
+ "sourcemaps:SourceMap"
386
+ ],
387
+ "sourcemaps:synthesized-field": [
388
+ {
389
+ "@id": "#9/source-map/synthesized-field/element_0"
390
+ }
391
+ ],
392
+ "sourcemaps:lexical": [
393
+ {
394
+ "@id": "#9/source-map/lexical/element_2"
395
+ },
396
+ {
397
+ "@id": "#9/source-map/lexical/element_0"
398
+ },
399
+ {
400
+ "@id": "#9/source-map/lexical/element_1"
401
+ }
402
+ ]
403
+ },
404
+ {
405
+ "@id": "#8/source-map/synthesized-field/element_1",
406
+ "sourcemaps:element": "doc:strict",
407
+ "sourcemaps:value": "true"
408
+ },
409
+ {
410
+ "@id": "#8/source-map/synthesized-field/element_0",
411
+ "sourcemaps:element": "doc:raw",
412
+ "sourcemaps:value": "true"
413
+ },
414
+ {
415
+ "@id": "#8/source-map/lexical/element_0",
416
+ "sourcemaps:element": "amf://id#8",
417
+ "sourcemaps:value": "[(13,12)-(16,0)]"
418
+ },
419
+ {
420
+ "@id": "#8/source-map/tracked-element/element_0",
421
+ "sourcemaps:element": "amf://id#8",
422
+ "sourcemaps:value": "amf://id#6"
423
+ },
424
+ {
425
+ "@id": "#10/source-map",
426
+ "@type": [
427
+ "sourcemaps:SourceMap"
428
+ ],
429
+ "sourcemaps:synthesized-field": [
430
+ {
431
+ "@id": "#10/source-map/synthesized-field/element_1"
432
+ },
433
+ {
434
+ "@id": "#10/source-map/synthesized-field/element_0"
435
+ }
436
+ ],
437
+ "sourcemaps:lexical": [
438
+ {
439
+ "@id": "#10/source-map/lexical/element_0"
440
+ }
441
+ ]
442
+ },
443
+ {
444
+ "@id": "#11/source-map",
445
+ "@type": [
446
+ "sourcemaps:SourceMap"
447
+ ],
448
+ "sourcemaps:synthesized-field": [
449
+ {
450
+ "@id": "#11/source-map/synthesized-field/element_1"
451
+ },
452
+ {
453
+ "@id": "#11/source-map/synthesized-field/element_0"
454
+ }
455
+ ],
456
+ "sourcemaps:lexical": [
457
+ {
458
+ "@id": "#11/source-map/lexical/element_0"
459
+ }
460
+ ]
461
+ },
462
+ {
463
+ "@id": "#9/source-map/synthesized-field/element_0",
464
+ "sourcemaps:element": "core:name",
465
+ "sourcemaps:value": "true"
466
+ },
467
+ {
468
+ "@id": "#9/source-map/lexical/element_2",
469
+ "sourcemaps:element": "data:%D8%A7%D9%84%D8%AD%D8%A7%D9%84%D8%A9",
470
+ "sourcemaps:value": "[(14,14)-(15,0)]"
471
+ },
472
+ {
473
+ "@id": "#9/source-map/lexical/element_0",
474
+ "sourcemaps:element": "data:message",
475
+ "sourcemaps:value": "[(15,14)-(16,0)]"
476
+ },
477
+ {
478
+ "@id": "#9/source-map/lexical/element_1",
479
+ "sourcemaps:element": "amf://id#9",
480
+ "sourcemaps:value": "[(14,0)-(16,0)]"
481
+ },
482
+ {
483
+ "@id": "#10/source-map/synthesized-field/element_1",
484
+ "sourcemaps:element": "shacl:datatype",
485
+ "sourcemaps:value": "true"
486
+ },
487
+ {
488
+ "@id": "#10/source-map/synthesized-field/element_0",
489
+ "sourcemaps:element": "core:name",
490
+ "sourcemaps:value": "true"
491
+ },
492
+ {
493
+ "@id": "#10/source-map/lexical/element_0",
494
+ "sourcemaps:element": "amf://id#10",
495
+ "sourcemaps:value": "[(14,22)-(14,26)]"
496
+ },
497
+ {
498
+ "@id": "#11/source-map/synthesized-field/element_1",
499
+ "sourcemaps:element": "shacl:datatype",
500
+ "sourcemaps:value": "true"
501
+ },
502
+ {
503
+ "@id": "#11/source-map/synthesized-field/element_0",
504
+ "sourcemaps:element": "core:name",
505
+ "sourcemaps:value": "true"
506
+ },
507
+ {
508
+ "@id": "#11/source-map/lexical/element_0",
509
+ "sourcemaps:element": "amf://id#11",
510
+ "sourcemaps:value": "[(15,23)-(15,36)]"
511
+ },
512
+ {
513
+ "@id": "",
514
+ "@type": [
515
+ "doc:Document",
516
+ "doc:Fragment",
517
+ "doc:Module",
518
+ "doc:Unit"
519
+ ],
520
+ "doc:encodes": {
521
+ "@id": "#2"
522
+ },
523
+ "doc:root": true,
524
+ "doc:processingData": {
525
+ "@id": "#1"
526
+ }
527
+ }
528
+ ],
529
+ "@context": {
530
+ "@base": "amf://id",
531
+ "shacl": "http://www.w3.org/ns/shacl#",
532
+ "raml-shapes": "http://a.ml/vocabularies/shapes#",
533
+ "data": "http://a.ml/vocabularies/data#",
534
+ "doc": "http://a.ml/vocabularies/document#",
535
+ "apiContract": "http://a.ml/vocabularies/apiContract#",
536
+ "core": "http://a.ml/vocabularies/core#",
537
+ "sourcemaps": "http://a.ml/vocabularies/document-source-maps#"
538
+ }
539
+ }