@mojaloop/api-snippets 17.7.9 → 17.7.11
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.
- package/CHANGELOG.md +14 -0
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +21 -23
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +30 -31
- package/lib/fspiop/v2_0/schemas.js +102 -102
- package/lib/fspiop/v2_0/schemas.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/schemas.js +166 -166
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
- package/lib/scripts/json-schema-generator.js +6 -2
- package/lib/scripts/json-schema-generator.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +108 -108
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +116 -116
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +114 -201
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +21 -21
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +3 -90
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +141 -141
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +3 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +226 -338
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +30 -30
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +3 -115
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +138 -138
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +3 -3
- package/package.json +12 -12
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionKey.yaml → ExtensionKey_v2_1_0.yaml} +1 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionList.yaml → ExtensionList_v2_1_0.yaml} +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{Extension.yaml → Extension_v2_1_0.yaml} +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxCharge.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +57 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
@@ -431,7 +431,6 @@
|
|
431
431
|
"items": {
|
432
432
|
"properties": {
|
433
433
|
"key": {
|
434
|
-
"maxLength": 32,
|
435
434
|
"minLength": 1,
|
436
435
|
"type": "string"
|
437
436
|
},
|
@@ -1864,7 +1863,6 @@
|
|
1864
1863
|
"items": {
|
1865
1864
|
"properties": {
|
1866
1865
|
"key": {
|
1867
|
-
"maxLength": 32,
|
1868
1866
|
"minLength": 1,
|
1869
1867
|
"type": "string"
|
1870
1868
|
},
|
@@ -2165,7 +2163,6 @@
|
|
2165
2163
|
"items": {
|
2166
2164
|
"properties": {
|
2167
2165
|
"key": {
|
2168
|
-
"maxLength": 32,
|
2169
2166
|
"minLength": 1,
|
2170
2167
|
"type": "string"
|
2171
2168
|
},
|
@@ -2441,7 +2438,6 @@
|
|
2441
2438
|
"items": {
|
2442
2439
|
"properties": {
|
2443
2440
|
"key": {
|
2444
|
-
"maxLength": 32,
|
2445
2441
|
"minLength": 1,
|
2446
2442
|
"type": "string"
|
2447
2443
|
},
|
@@ -3131,7 +3127,6 @@
|
|
3131
3127
|
"items": {
|
3132
3128
|
"properties": {
|
3133
3129
|
"key": {
|
3134
|
-
"maxLength": 32,
|
3135
3130
|
"minLength": 1,
|
3136
3131
|
"type": "string"
|
3137
3132
|
},
|
@@ -5001,7 +4996,6 @@
|
|
5001
4996
|
"items": {
|
5002
4997
|
"properties": {
|
5003
4998
|
"key": {
|
5004
|
-
"maxLength": 32,
|
5005
4999
|
"minLength": 1,
|
5006
5000
|
"type": "string"
|
5007
5001
|
},
|
@@ -5666,7 +5660,6 @@
|
|
5666
5660
|
"items": {
|
5667
5661
|
"properties": {
|
5668
5662
|
"key": {
|
5669
|
-
"maxLength": 32,
|
5670
5663
|
"minLength": 1,
|
5671
5664
|
"type": "string"
|
5672
5665
|
},
|
@@ -5990,7 +5983,6 @@
|
|
5990
5983
|
"items": {
|
5991
5984
|
"properties": {
|
5992
5985
|
"key": {
|
5993
|
-
"maxLength": 32,
|
5994
5986
|
"minLength": 1,
|
5995
5987
|
"type": "string"
|
5996
5988
|
},
|
@@ -6240,7 +6232,6 @@
|
|
6240
6232
|
"items": {
|
6241
6233
|
"properties": {
|
6242
6234
|
"key": {
|
6243
|
-
"maxLength": 32,
|
6244
6235
|
"minLength": 1,
|
6245
6236
|
"type": "string"
|
6246
6237
|
},
|
@@ -6273,7 +6264,6 @@
|
|
6273
6264
|
"extensionItem": {
|
6274
6265
|
"properties": {
|
6275
6266
|
"key": {
|
6276
|
-
"maxLength": 32,
|
6277
6267
|
"minLength": 1,
|
6278
6268
|
"type": "string"
|
6279
6269
|
},
|
@@ -6289,7 +6279,6 @@
|
|
6289
6279
|
"items": {
|
6290
6280
|
"properties": {
|
6291
6281
|
"key": {
|
6292
|
-
"maxLength": 32,
|
6293
6282
|
"minLength": 1,
|
6294
6283
|
"type": "string"
|
6295
6284
|
},
|
@@ -6313,7 +6302,6 @@
|
|
6313
6302
|
"items": {
|
6314
6303
|
"properties": {
|
6315
6304
|
"key": {
|
6316
|
-
"maxLength": 32,
|
6317
6305
|
"minLength": 1,
|
6318
6306
|
"type": "string"
|
6319
6307
|
},
|
@@ -6370,7 +6358,6 @@
|
|
6370
6358
|
"items": {
|
6371
6359
|
"properties": {
|
6372
6360
|
"key": {
|
6373
|
-
"maxLength": 32,
|
6374
6361
|
"minLength": 1,
|
6375
6362
|
"type": "string"
|
6376
6363
|
},
|
@@ -6445,15 +6432,14 @@
|
|
6445
6432
|
"extension": {
|
6446
6433
|
"type": "array",
|
6447
6434
|
"items": {
|
6448
|
-
"title": "
|
6435
|
+
"title": "Extension_v2_1_0",
|
6449
6436
|
"type": "object",
|
6450
6437
|
"description": "Data model for the complex type Extension.",
|
6451
6438
|
"properties": {
|
6452
6439
|
"key": {
|
6453
|
-
"title": "
|
6440
|
+
"title": "ExtensionKey_v2_1_0",
|
6454
6441
|
"type": "string",
|
6455
6442
|
"minLength": 1,
|
6456
|
-
"maxLength": 32,
|
6457
6443
|
"description": "Extension key."
|
6458
6444
|
},
|
6459
6445
|
"value": {
|
@@ -6532,15 +6518,14 @@
|
|
6532
6518
|
"extension": {
|
6533
6519
|
"type": "array",
|
6534
6520
|
"items": {
|
6535
|
-
"title": "
|
6521
|
+
"title": "Extension_v2_1_0",
|
6536
6522
|
"type": "object",
|
6537
6523
|
"description": "Data model for the complex type Extension.",
|
6538
6524
|
"properties": {
|
6539
6525
|
"key": {
|
6540
|
-
"title": "
|
6526
|
+
"title": "ExtensionKey_v2_1_0",
|
6541
6527
|
"type": "string",
|
6542
6528
|
"minLength": 1,
|
6543
|
-
"maxLength": 32,
|
6544
6529
|
"description": "Extension key."
|
6545
6530
|
},
|
6546
6531
|
"value": {
|
@@ -6825,15 +6810,14 @@
|
|
6825
6810
|
"extension": {
|
6826
6811
|
"type": "array",
|
6827
6812
|
"items": {
|
6828
|
-
"title": "
|
6813
|
+
"title": "Extension_v2_1_0",
|
6829
6814
|
"type": "object",
|
6830
6815
|
"description": "Data model for the complex type Extension.",
|
6831
6816
|
"properties": {
|
6832
6817
|
"key": {
|
6833
|
-
"title": "
|
6818
|
+
"title": "ExtensionKey_v2_1_0",
|
6834
6819
|
"type": "string",
|
6835
6820
|
"minLength": 1,
|
6836
|
-
"maxLength": 32,
|
6837
6821
|
"description": "Extension key."
|
6838
6822
|
},
|
6839
6823
|
"value": {
|
@@ -7083,7 +7067,6 @@
|
|
7083
7067
|
"items": {
|
7084
7068
|
"properties": {
|
7085
7069
|
"key": {
|
7086
|
-
"maxLength": 32,
|
7087
7070
|
"minLength": 1,
|
7088
7071
|
"type": "string"
|
7089
7072
|
},
|
@@ -7289,7 +7272,6 @@
|
|
7289
7272
|
"items": {
|
7290
7273
|
"properties": {
|
7291
7274
|
"key": {
|
7292
|
-
"maxLength": 32,
|
7293
7275
|
"minLength": 1,
|
7294
7276
|
"type": "string"
|
7295
7277
|
},
|
@@ -7618,7 +7600,6 @@
|
|
7618
7600
|
"items": {
|
7619
7601
|
"properties": {
|
7620
7602
|
"key": {
|
7621
|
-
"maxLength": 32,
|
7622
7603
|
"minLength": 1,
|
7623
7604
|
"type": "string"
|
7624
7605
|
},
|
@@ -9166,15 +9147,14 @@
|
|
9166
9147
|
"extension": {
|
9167
9148
|
"type": "array",
|
9168
9149
|
"items": {
|
9169
|
-
"title": "
|
9150
|
+
"title": "Extension_v2_1_0",
|
9170
9151
|
"type": "object",
|
9171
9152
|
"description": "Data model for the complex type Extension.",
|
9172
9153
|
"properties": {
|
9173
9154
|
"key": {
|
9174
|
-
"title": "
|
9155
|
+
"title": "ExtensionKey_v2_1_0",
|
9175
9156
|
"type": "string",
|
9176
9157
|
"minLength": 1,
|
9177
|
-
"maxLength": 32,
|
9178
9158
|
"description": "Extension key."
|
9179
9159
|
},
|
9180
9160
|
"value": {
|
@@ -9288,15 +9268,14 @@
|
|
9288
9268
|
"extension": {
|
9289
9269
|
"type": "array",
|
9290
9270
|
"items": {
|
9291
|
-
"title": "
|
9271
|
+
"title": "Extension_v2_1_0",
|
9292
9272
|
"type": "object",
|
9293
9273
|
"description": "Data model for the complex type Extension.",
|
9294
9274
|
"properties": {
|
9295
9275
|
"key": {
|
9296
|
-
"title": "
|
9276
|
+
"title": "ExtensionKey_v2_1_0",
|
9297
9277
|
"type": "string",
|
9298
9278
|
"minLength": 1,
|
9299
|
-
"maxLength": 32,
|
9300
9279
|
"description": "Extension key."
|
9301
9280
|
},
|
9302
9281
|
"value": {
|
@@ -9635,15 +9614,14 @@
|
|
9635
9614
|
"extension": {
|
9636
9615
|
"type": "array",
|
9637
9616
|
"items": {
|
9638
|
-
"title": "
|
9617
|
+
"title": "Extension_v2_1_0",
|
9639
9618
|
"type": "object",
|
9640
9619
|
"description": "Data model for the complex type Extension.",
|
9641
9620
|
"properties": {
|
9642
9621
|
"key": {
|
9643
|
-
"title": "
|
9622
|
+
"title": "ExtensionKey_v2_1_0",
|
9644
9623
|
"type": "string",
|
9645
9624
|
"minLength": 1,
|
9646
|
-
"maxLength": 32,
|
9647
9625
|
"description": "Extension key."
|
9648
9626
|
},
|
9649
9627
|
"value": {
|
@@ -10883,15 +10861,14 @@
|
|
10883
10861
|
"extension": {
|
10884
10862
|
"type": "array",
|
10885
10863
|
"items": {
|
10886
|
-
"title": "
|
10864
|
+
"title": "Extension_v2_1_0",
|
10887
10865
|
"type": "object",
|
10888
10866
|
"description": "Data model for the complex type Extension.",
|
10889
10867
|
"properties": {
|
10890
10868
|
"key": {
|
10891
|
-
"title": "
|
10869
|
+
"title": "ExtensionKey_v2_1_0",
|
10892
10870
|
"type": "string",
|
10893
10871
|
"minLength": 1,
|
10894
|
-
"maxLength": 32,
|
10895
10872
|
"description": "Extension key."
|
10896
10873
|
},
|
10897
10874
|
"value": {
|
@@ -10939,7 +10916,6 @@
|
|
10939
10916
|
"items": {
|
10940
10917
|
"properties": {
|
10941
10918
|
"key": {
|
10942
|
-
"maxLength": 32,
|
10943
10919
|
"minLength": 1,
|
10944
10920
|
"type": "string"
|
10945
10921
|
},
|
@@ -11780,15 +11756,14 @@
|
|
11780
11756
|
"extension": {
|
11781
11757
|
"type": "array",
|
11782
11758
|
"items": {
|
11783
|
-
"title": "
|
11759
|
+
"title": "Extension_v2_1_0",
|
11784
11760
|
"type": "object",
|
11785
11761
|
"description": "Data model for the complex type Extension.",
|
11786
11762
|
"properties": {
|
11787
11763
|
"key": {
|
11788
|
-
"title": "
|
11764
|
+
"title": "ExtensionKey_v2_1_0",
|
11789
11765
|
"type": "string",
|
11790
11766
|
"minLength": 1,
|
11791
|
-
"maxLength": 32,
|
11792
11767
|
"description": "Extension key."
|
11793
11768
|
},
|
11794
11769
|
"value": {
|
@@ -12127,15 +12102,14 @@
|
|
12127
12102
|
"extension": {
|
12128
12103
|
"type": "array",
|
12129
12104
|
"items": {
|
12130
|
-
"title": "
|
12105
|
+
"title": "Extension_v2_1_0",
|
12131
12106
|
"type": "object",
|
12132
12107
|
"description": "Data model for the complex type Extension.",
|
12133
12108
|
"properties": {
|
12134
12109
|
"key": {
|
12135
|
-
"title": "
|
12110
|
+
"title": "ExtensionKey_v2_1_0",
|
12136
12111
|
"type": "string",
|
12137
12112
|
"minLength": 1,
|
12138
|
-
"maxLength": 32,
|
12139
12113
|
"description": "Extension key."
|
12140
12114
|
},
|
12141
12115
|
"value": {
|
@@ -13375,15 +13349,14 @@
|
|
13375
13349
|
"extension": {
|
13376
13350
|
"type": "array",
|
13377
13351
|
"items": {
|
13378
|
-
"title": "
|
13352
|
+
"title": "Extension_v2_1_0",
|
13379
13353
|
"type": "object",
|
13380
13354
|
"description": "Data model for the complex type Extension.",
|
13381
13355
|
"properties": {
|
13382
13356
|
"key": {
|
13383
|
-
"title": "
|
13357
|
+
"title": "ExtensionKey_v2_1_0",
|
13384
13358
|
"type": "string",
|
13385
13359
|
"minLength": 1,
|
13386
|
-
"maxLength": 32,
|
13387
13360
|
"description": "Extension key."
|
13388
13361
|
},
|
13389
13362
|
"value": {
|
@@ -14252,15 +14225,14 @@
|
|
14252
14225
|
"extension": {
|
14253
14226
|
"type": "array",
|
14254
14227
|
"items": {
|
14255
|
-
"title": "
|
14228
|
+
"title": "Extension_v2_1_0",
|
14256
14229
|
"type": "object",
|
14257
14230
|
"description": "Data model for the complex type Extension.",
|
14258
14231
|
"properties": {
|
14259
14232
|
"key": {
|
14260
|
-
"title": "
|
14233
|
+
"title": "ExtensionKey_v2_1_0",
|
14261
14234
|
"type": "string",
|
14262
14235
|
"minLength": 1,
|
14263
|
-
"maxLength": 32,
|
14264
14236
|
"description": "Extension key."
|
14265
14237
|
},
|
14266
14238
|
"value": {
|
@@ -14600,15 +14572,14 @@
|
|
14600
14572
|
"extension": {
|
14601
14573
|
"type": "array",
|
14602
14574
|
"items": {
|
14603
|
-
"title": "
|
14575
|
+
"title": "Extension_v2_1_0",
|
14604
14576
|
"type": "object",
|
14605
14577
|
"description": "Data model for the complex type Extension.",
|
14606
14578
|
"properties": {
|
14607
14579
|
"key": {
|
14608
|
-
"title": "
|
14580
|
+
"title": "ExtensionKey_v2_1_0",
|
14609
14581
|
"type": "string",
|
14610
14582
|
"minLength": 1,
|
14611
|
-
"maxLength": 32,
|
14612
14583
|
"description": "Extension key."
|
14613
14584
|
},
|
14614
14585
|
"value": {
|
@@ -14947,15 +14918,14 @@
|
|
14947
14918
|
"extension": {
|
14948
14919
|
"type": "array",
|
14949
14920
|
"items": {
|
14950
|
-
"title": "
|
14921
|
+
"title": "Extension_v2_1_0",
|
14951
14922
|
"type": "object",
|
14952
14923
|
"description": "Data model for the complex type Extension.",
|
14953
14924
|
"properties": {
|
14954
14925
|
"key": {
|
14955
|
-
"title": "
|
14926
|
+
"title": "ExtensionKey_v2_1_0",
|
14956
14927
|
"type": "string",
|
14957
14928
|
"minLength": 1,
|
14958
|
-
"maxLength": 32,
|
14959
14929
|
"description": "Extension key."
|
14960
14930
|
},
|
14961
14931
|
"value": {
|
@@ -15565,7 +15535,6 @@
|
|
15565
15535
|
"items": {
|
15566
15536
|
"properties": {
|
15567
15537
|
"key": {
|
15568
|
-
"maxLength": 32,
|
15569
15538
|
"minLength": 1,
|
15570
15539
|
"type": "string"
|
15571
15540
|
},
|
@@ -15771,7 +15740,6 @@
|
|
15771
15740
|
"items": {
|
15772
15741
|
"properties": {
|
15773
15742
|
"key": {
|
15774
|
-
"maxLength": 32,
|
15775
15743
|
"minLength": 1,
|
15776
15744
|
"type": "string"
|
15777
15745
|
},
|
@@ -16100,7 +16068,6 @@
|
|
16100
16068
|
"items": {
|
16101
16069
|
"properties": {
|
16102
16070
|
"key": {
|
16103
|
-
"maxLength": 32,
|
16104
16071
|
"minLength": 1,
|
16105
16072
|
"type": "string"
|
16106
16073
|
},
|
@@ -16835,7 +16802,6 @@
|
|
16835
16802
|
"items": {
|
16836
16803
|
"properties": {
|
16837
16804
|
"key": {
|
16838
|
-
"maxLength": 32,
|
16839
16805
|
"minLength": 1,
|
16840
16806
|
"type": "string"
|
16841
16807
|
},
|
@@ -17804,7 +17770,6 @@
|
|
17804
17770
|
"items": {
|
17805
17771
|
"properties": {
|
17806
17772
|
"key": {
|
17807
|
-
"maxLength": 32,
|
17808
17773
|
"minLength": 1,
|
17809
17774
|
"type": "string"
|
17810
17775
|
},
|
@@ -18121,7 +18086,6 @@
|
|
18121
18086
|
"items": {
|
18122
18087
|
"properties": {
|
18123
18088
|
"key": {
|
18124
|
-
"maxLength": 32,
|
18125
18089
|
"minLength": 1,
|
18126
18090
|
"type": "string"
|
18127
18091
|
},
|
@@ -18710,7 +18674,6 @@
|
|
18710
18674
|
"items": {
|
18711
18675
|
"properties": {
|
18712
18676
|
"key": {
|
18713
|
-
"maxLength": 32,
|
18714
18677
|
"minLength": 1,
|
18715
18678
|
"type": "string"
|
18716
18679
|
},
|
@@ -18741,7 +18704,6 @@
|
|
18741
18704
|
"items": {
|
18742
18705
|
"properties": {
|
18743
18706
|
"key": {
|
18744
|
-
"maxLength": 32,
|
18745
18707
|
"minLength": 1,
|
18746
18708
|
"type": "string"
|
18747
18709
|
},
|
@@ -19036,7 +18998,6 @@
|
|
19036
18998
|
"items": {
|
19037
18999
|
"properties": {
|
19038
19000
|
"key": {
|
19039
|
-
"maxLength": 32,
|
19040
19001
|
"minLength": 1,
|
19041
19002
|
"type": "string"
|
19042
19003
|
},
|
@@ -19348,7 +19309,6 @@
|
|
19348
19309
|
"items": {
|
19349
19310
|
"properties": {
|
19350
19311
|
"key": {
|
19351
|
-
"maxLength": 32,
|
19352
19312
|
"minLength": 1,
|
19353
19313
|
"type": "string"
|
19354
19314
|
},
|
@@ -19811,7 +19771,6 @@
|
|
19811
19771
|
"items": {
|
19812
19772
|
"properties": {
|
19813
19773
|
"key": {
|
19814
|
-
"maxLength": 32,
|
19815
19774
|
"minLength": 1,
|
19816
19775
|
"type": "string"
|
19817
19776
|
},
|
@@ -20316,15 +20275,14 @@
|
|
20316
20275
|
"extension": {
|
20317
20276
|
"type": "array",
|
20318
20277
|
"items": {
|
20319
|
-
"title": "
|
20278
|
+
"title": "Extension_v2_1_0",
|
20320
20279
|
"type": "object",
|
20321
20280
|
"description": "Data model for the complex type Extension.",
|
20322
20281
|
"properties": {
|
20323
20282
|
"key": {
|
20324
|
-
"title": "
|
20283
|
+
"title": "ExtensionKey_v2_1_0",
|
20325
20284
|
"type": "string",
|
20326
20285
|
"minLength": 1,
|
20327
|
-
"maxLength": 32,
|
20328
20286
|
"description": "Extension key."
|
20329
20287
|
},
|
20330
20288
|
"value": {
|
@@ -20663,15 +20621,14 @@
|
|
20663
20621
|
"extension": {
|
20664
20622
|
"type": "array",
|
20665
20623
|
"items": {
|
20666
|
-
"title": "
|
20624
|
+
"title": "Extension_v2_1_0",
|
20667
20625
|
"type": "object",
|
20668
20626
|
"description": "Data model for the complex type Extension.",
|
20669
20627
|
"properties": {
|
20670
20628
|
"key": {
|
20671
|
-
"title": "
|
20629
|
+
"title": "ExtensionKey_v2_1_0",
|
20672
20630
|
"type": "string",
|
20673
20631
|
"minLength": 1,
|
20674
|
-
"maxLength": 32,
|
20675
20632
|
"description": "Extension key."
|
20676
20633
|
},
|
20677
20634
|
"value": {
|
@@ -21038,7 +20995,6 @@
|
|
21038
20995
|
"items": {
|
21039
20996
|
"properties": {
|
21040
20997
|
"key": {
|
21041
|
-
"maxLength": 32,
|
21042
20998
|
"minLength": 1,
|
21043
20999
|
"type": "string"
|
21044
21000
|
},
|
@@ -21797,7 +21753,6 @@
|
|
21797
21753
|
"items": {
|
21798
21754
|
"properties": {
|
21799
21755
|
"key": {
|
21800
|
-
"maxLength": 32,
|
21801
21756
|
"minLength": 1,
|
21802
21757
|
"type": "string"
|
21803
21758
|
},
|
@@ -21835,7 +21790,6 @@
|
|
21835
21790
|
"items": {
|
21836
21791
|
"properties": {
|
21837
21792
|
"key": {
|
21838
|
-
"maxLength": 32,
|
21839
21793
|
"minLength": 1,
|
21840
21794
|
"type": "string"
|
21841
21795
|
},
|
@@ -23133,11 +23087,10 @@
|
|
23133
23087
|
"maxLength": 128,
|
23134
23088
|
"description": "Either a sub-identifier of a PartyIdentifier, or a sub-type of the PartyIdType, normally a PersonalIdentifierType."
|
23135
23089
|
},
|
23136
|
-
"
|
23137
|
-
"title": "
|
23090
|
+
"ExtensionKey_v2_1_0": {
|
23091
|
+
"title": "ExtensionKey_v2_1_0",
|
23138
23092
|
"type": "string",
|
23139
23093
|
"minLength": 1,
|
23140
|
-
"maxLength": 32,
|
23141
23094
|
"description": "Extension key."
|
23142
23095
|
},
|
23143
23096
|
"ExtensionValue": {
|
@@ -23147,16 +23100,15 @@
|
|
23147
23100
|
"maxLength": 128,
|
23148
23101
|
"description": "Extension value."
|
23149
23102
|
},
|
23150
|
-
"
|
23151
|
-
"title": "
|
23103
|
+
"Extension_v2_1_0": {
|
23104
|
+
"title": "Extension_v2_1_0",
|
23152
23105
|
"type": "object",
|
23153
23106
|
"description": "Data model for the complex type Extension.",
|
23154
23107
|
"properties": {
|
23155
23108
|
"key": {
|
23156
|
-
"title": "
|
23109
|
+
"title": "ExtensionKey_v2_1_0",
|
23157
23110
|
"type": "string",
|
23158
23111
|
"minLength": 1,
|
23159
|
-
"maxLength": 32,
|
23160
23112
|
"description": "Extension key."
|
23161
23113
|
},
|
23162
23114
|
"value": {
|
@@ -23172,7 +23124,7 @@
|
|
23172
23124
|
"value"
|
23173
23125
|
]
|
23174
23126
|
},
|
23175
|
-
"
|
23127
|
+
"ExtensionList_v2_1_0": {
|
23176
23128
|
"title": "ExtensionList",
|
23177
23129
|
"type": "object",
|
23178
23130
|
"description": "Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.",
|
@@ -23180,15 +23132,14 @@
|
|
23180
23132
|
"extension": {
|
23181
23133
|
"type": "array",
|
23182
23134
|
"items": {
|
23183
|
-
"title": "
|
23135
|
+
"title": "Extension_v2_1_0",
|
23184
23136
|
"type": "object",
|
23185
23137
|
"description": "Data model for the complex type Extension.",
|
23186
23138
|
"properties": {
|
23187
23139
|
"key": {
|
23188
|
-
"title": "
|
23140
|
+
"title": "ExtensionKey_v2_1_0",
|
23189
23141
|
"type": "string",
|
23190
23142
|
"minLength": 1,
|
23191
|
-
"maxLength": 32,
|
23192
23143
|
"description": "Extension key."
|
23193
23144
|
},
|
23194
23145
|
"value": {
|
@@ -23263,15 +23214,14 @@
|
|
23263
23214
|
"extension": {
|
23264
23215
|
"type": "array",
|
23265
23216
|
"items": {
|
23266
|
-
"title": "
|
23217
|
+
"title": "Extension_v2_1_0",
|
23267
23218
|
"type": "object",
|
23268
23219
|
"description": "Data model for the complex type Extension.",
|
23269
23220
|
"properties": {
|
23270
23221
|
"key": {
|
23271
|
-
"title": "
|
23222
|
+
"title": "ExtensionKey_v2_1_0",
|
23272
23223
|
"type": "string",
|
23273
23224
|
"minLength": 1,
|
23274
|
-
"maxLength": 32,
|
23275
23225
|
"description": "Extension key."
|
23276
23226
|
},
|
23277
23227
|
"value": {
|
@@ -23454,15 +23404,14 @@
|
|
23454
23404
|
"extension": {
|
23455
23405
|
"type": "array",
|
23456
23406
|
"items": {
|
23457
|
-
"title": "
|
23407
|
+
"title": "Extension_v2_1_0",
|
23458
23408
|
"type": "object",
|
23459
23409
|
"description": "Data model for the complex type Extension.",
|
23460
23410
|
"properties": {
|
23461
23411
|
"key": {
|
23462
|
-
"title": "
|
23412
|
+
"title": "ExtensionKey_v2_1_0",
|
23463
23413
|
"type": "string",
|
23464
23414
|
"minLength": 1,
|
23465
|
-
"maxLength": 32,
|
23466
23415
|
"description": "Extension key."
|
23467
23416
|
},
|
23468
23417
|
"value": {
|
@@ -24051,15 +24000,14 @@
|
|
24051
24000
|
"extension": {
|
24052
24001
|
"type": "array",
|
24053
24002
|
"items": {
|
24054
|
-
"title": "
|
24003
|
+
"title": "Extension_v2_1_0",
|
24055
24004
|
"type": "object",
|
24056
24005
|
"description": "Data model for the complex type Extension.",
|
24057
24006
|
"properties": {
|
24058
24007
|
"key": {
|
24059
|
-
"title": "
|
24008
|
+
"title": "ExtensionKey_v2_1_0",
|
24060
24009
|
"type": "string",
|
24061
24010
|
"minLength": 1,
|
24062
|
-
"maxLength": 32,
|
24063
24011
|
"description": "Extension key."
|
24064
24012
|
},
|
24065
24013
|
"value": {
|
@@ -24120,15 +24068,14 @@
|
|
24120
24068
|
"extension": {
|
24121
24069
|
"type": "array",
|
24122
24070
|
"items": {
|
24123
|
-
"title": "
|
24071
|
+
"title": "Extension_v2_1_0",
|
24124
24072
|
"type": "object",
|
24125
24073
|
"description": "Data model for the complex type Extension.",
|
24126
24074
|
"properties": {
|
24127
24075
|
"key": {
|
24128
|
-
"title": "
|
24076
|
+
"title": "ExtensionKey_v2_1_0",
|
24129
24077
|
"type": "string",
|
24130
24078
|
"minLength": 1,
|
24131
|
-
"maxLength": 32,
|
24132
24079
|
"description": "Extension key."
|
24133
24080
|
},
|
24134
24081
|
"value": {
|
@@ -24199,15 +24146,14 @@
|
|
24199
24146
|
"extension": {
|
24200
24147
|
"type": "array",
|
24201
24148
|
"items": {
|
24202
|
-
"title": "
|
24149
|
+
"title": "Extension_v2_1_0",
|
24203
24150
|
"type": "object",
|
24204
24151
|
"description": "Data model for the complex type Extension.",
|
24205
24152
|
"properties": {
|
24206
24153
|
"key": {
|
24207
|
-
"title": "
|
24154
|
+
"title": "ExtensionKey_v2_1_0",
|
24208
24155
|
"type": "string",
|
24209
24156
|
"minLength": 1,
|
24210
|
-
"maxLength": 32,
|
24211
24157
|
"description": "Extension key."
|
24212
24158
|
},
|
24213
24159
|
"value": {
|
@@ -25065,15 +25011,14 @@
|
|
25065
25011
|
"extension": {
|
25066
25012
|
"type": "array",
|
25067
25013
|
"items": {
|
25068
|
-
"title": "
|
25014
|
+
"title": "Extension_v2_1_0",
|
25069
25015
|
"type": "object",
|
25070
25016
|
"description": "Data model for the complex type Extension.",
|
25071
25017
|
"properties": {
|
25072
25018
|
"key": {
|
25073
|
-
"title": "
|
25019
|
+
"title": "ExtensionKey_v2_1_0",
|
25074
25020
|
"type": "string",
|
25075
25021
|
"minLength": 1,
|
25076
|
-
"maxLength": 32,
|
25077
25022
|
"description": "Extension key."
|
25078
25023
|
},
|
25079
25024
|
"value": {
|
@@ -25136,15 +25081,14 @@
|
|
25136
25081
|
"extension": {
|
25137
25082
|
"type": "array",
|
25138
25083
|
"items": {
|
25139
|
-
"title": "
|
25084
|
+
"title": "Extension_v2_1_0",
|
25140
25085
|
"type": "object",
|
25141
25086
|
"description": "Data model for the complex type Extension.",
|
25142
25087
|
"properties": {
|
25143
25088
|
"key": {
|
25144
|
-
"title": "
|
25089
|
+
"title": "ExtensionKey_v2_1_0",
|
25145
25090
|
"type": "string",
|
25146
25091
|
"minLength": 1,
|
25147
|
-
"maxLength": 32,
|
25148
25092
|
"description": "Extension key."
|
25149
25093
|
},
|
25150
25094
|
"value": {
|
@@ -25242,15 +25186,14 @@
|
|
25242
25186
|
"extension": {
|
25243
25187
|
"type": "array",
|
25244
25188
|
"items": {
|
25245
|
-
"title": "
|
25189
|
+
"title": "Extension_v2_1_0",
|
25246
25190
|
"type": "object",
|
25247
25191
|
"description": "Data model for the complex type Extension.",
|
25248
25192
|
"properties": {
|
25249
25193
|
"key": {
|
25250
|
-
"title": "
|
25194
|
+
"title": "ExtensionKey_v2_1_0",
|
25251
25195
|
"type": "string",
|
25252
25196
|
"minLength": 1,
|
25253
|
-
"maxLength": 32,
|
25254
25197
|
"description": "Extension key."
|
25255
25198
|
},
|
25256
25199
|
"value": {
|
@@ -25314,15 +25257,14 @@
|
|
25314
25257
|
"extension": {
|
25315
25258
|
"type": "array",
|
25316
25259
|
"items": {
|
25317
|
-
"title": "
|
25260
|
+
"title": "Extension_v2_1_0",
|
25318
25261
|
"type": "object",
|
25319
25262
|
"description": "Data model for the complex type Extension.",
|
25320
25263
|
"properties": {
|
25321
25264
|
"key": {
|
25322
|
-
"title": "
|
25265
|
+
"title": "ExtensionKey_v2_1_0",
|
25323
25266
|
"type": "string",
|
25324
25267
|
"minLength": 1,
|
25325
|
-
"maxLength": 32,
|
25326
25268
|
"description": "Extension key."
|
25327
25269
|
},
|
25328
25270
|
"value": {
|
@@ -25397,15 +25339,14 @@
|
|
25397
25339
|
"extension": {
|
25398
25340
|
"type": "array",
|
25399
25341
|
"items": {
|
25400
|
-
"title": "
|
25342
|
+
"title": "Extension_v2_1_0",
|
25401
25343
|
"type": "object",
|
25402
25344
|
"description": "Data model for the complex type Extension.",
|
25403
25345
|
"properties": {
|
25404
25346
|
"key": {
|
25405
|
-
"title": "
|
25347
|
+
"title": "ExtensionKey_v2_1_0",
|
25406
25348
|
"type": "string",
|
25407
25349
|
"minLength": 1,
|
25408
|
-
"maxLength": 32,
|
25409
25350
|
"description": "Extension key."
|
25410
25351
|
},
|
25411
25352
|
"value": {
|
@@ -25521,15 +25462,14 @@
|
|
25521
25462
|
"extension": {
|
25522
25463
|
"type": "array",
|
25523
25464
|
"items": {
|
25524
|
-
"title": "
|
25465
|
+
"title": "Extension_v2_1_0",
|
25525
25466
|
"type": "object",
|
25526
25467
|
"description": "Data model for the complex type Extension.",
|
25527
25468
|
"properties": {
|
25528
25469
|
"key": {
|
25529
|
-
"title": "
|
25470
|
+
"title": "ExtensionKey_v2_1_0",
|
25530
25471
|
"type": "string",
|
25531
25472
|
"minLength": 1,
|
25532
|
-
"maxLength": 32,
|
25533
25473
|
"description": "Extension key."
|
25534
25474
|
},
|
25535
25475
|
"value": {
|
@@ -26845,15 +26785,14 @@
|
|
26845
26785
|
"extension": {
|
26846
26786
|
"type": "array",
|
26847
26787
|
"items": {
|
26848
|
-
"title": "
|
26788
|
+
"title": "Extension_v2_1_0",
|
26849
26789
|
"type": "object",
|
26850
26790
|
"description": "Data model for the complex type Extension.",
|
26851
26791
|
"properties": {
|
26852
26792
|
"key": {
|
26853
|
-
"title": "
|
26793
|
+
"title": "ExtensionKey_v2_1_0",
|
26854
26794
|
"type": "string",
|
26855
26795
|
"minLength": 1,
|
26856
|
-
"maxLength": 32,
|
26857
26796
|
"description": "Extension key."
|
26858
26797
|
},
|
26859
26798
|
"value": {
|
@@ -26916,15 +26855,14 @@
|
|
26916
26855
|
"extension": {
|
26917
26856
|
"type": "array",
|
26918
26857
|
"items": {
|
26919
|
-
"title": "
|
26858
|
+
"title": "Extension_v2_1_0",
|
26920
26859
|
"type": "object",
|
26921
26860
|
"description": "Data model for the complex type Extension.",
|
26922
26861
|
"properties": {
|
26923
26862
|
"key": {
|
26924
|
-
"title": "
|
26863
|
+
"title": "ExtensionKey_v2_1_0",
|
26925
26864
|
"type": "string",
|
26926
26865
|
"minLength": 1,
|
26927
|
-
"maxLength": 32,
|
26928
26866
|
"description": "Extension key."
|
26929
26867
|
},
|
26930
26868
|
"value": {
|
@@ -26993,15 +26931,14 @@
|
|
26993
26931
|
"extension": {
|
26994
26932
|
"type": "array",
|
26995
26933
|
"items": {
|
26996
|
-
"title": "
|
26934
|
+
"title": "Extension_v2_1_0",
|
26997
26935
|
"type": "object",
|
26998
26936
|
"description": "Data model for the complex type Extension.",
|
26999
26937
|
"properties": {
|
27000
26938
|
"key": {
|
27001
|
-
"title": "
|
26939
|
+
"title": "ExtensionKey_v2_1_0",
|
27002
26940
|
"type": "string",
|
27003
26941
|
"minLength": 1,
|
27004
|
-
"maxLength": 32,
|
27005
26942
|
"description": "Extension key."
|
27006
26943
|
},
|
27007
26944
|
"value": {
|
@@ -27076,15 +27013,14 @@
|
|
27076
27013
|
"extension": {
|
27077
27014
|
"type": "array",
|
27078
27015
|
"items": {
|
27079
|
-
"title": "
|
27016
|
+
"title": "Extension_v2_1_0",
|
27080
27017
|
"type": "object",
|
27081
27018
|
"description": "Data model for the complex type Extension.",
|
27082
27019
|
"properties": {
|
27083
27020
|
"key": {
|
27084
|
-
"title": "
|
27021
|
+
"title": "ExtensionKey_v2_1_0",
|
27085
27022
|
"type": "string",
|
27086
27023
|
"minLength": 1,
|
27087
|
-
"maxLength": 32,
|
27088
27024
|
"description": "Extension key."
|
27089
27025
|
},
|
27090
27026
|
"value": {
|
@@ -27129,15 +27065,14 @@
|
|
27129
27065
|
"extension": {
|
27130
27066
|
"type": "array",
|
27131
27067
|
"items": {
|
27132
|
-
"title": "
|
27068
|
+
"title": "Extension_v2_1_0",
|
27133
27069
|
"type": "object",
|
27134
27070
|
"description": "Data model for the complex type Extension.",
|
27135
27071
|
"properties": {
|
27136
27072
|
"key": {
|
27137
|
-
"title": "
|
27073
|
+
"title": "ExtensionKey_v2_1_0",
|
27138
27074
|
"type": "string",
|
27139
27075
|
"minLength": 1,
|
27140
|
-
"maxLength": 32,
|
27141
27076
|
"description": "Extension key."
|
27142
27077
|
},
|
27143
27078
|
"value": {
|
@@ -27170,15 +27105,14 @@
|
|
27170
27105
|
"extension": {
|
27171
27106
|
"type": "array",
|
27172
27107
|
"items": {
|
27173
|
-
"title": "
|
27108
|
+
"title": "Extension_v2_1_0",
|
27174
27109
|
"type": "object",
|
27175
27110
|
"description": "Data model for the complex type Extension.",
|
27176
27111
|
"properties": {
|
27177
27112
|
"key": {
|
27178
|
-
"title": "
|
27113
|
+
"title": "ExtensionKey_v2_1_0",
|
27179
27114
|
"type": "string",
|
27180
27115
|
"minLength": 1,
|
27181
|
-
"maxLength": 32,
|
27182
27116
|
"description": "Extension key."
|
27183
27117
|
},
|
27184
27118
|
"value": {
|
@@ -27241,15 +27175,14 @@
|
|
27241
27175
|
"extension": {
|
27242
27176
|
"type": "array",
|
27243
27177
|
"items": {
|
27244
|
-
"title": "
|
27178
|
+
"title": "Extension_v2_1_0",
|
27245
27179
|
"type": "object",
|
27246
27180
|
"description": "Data model for the complex type Extension.",
|
27247
27181
|
"properties": {
|
27248
27182
|
"key": {
|
27249
|
-
"title": "
|
27183
|
+
"title": "ExtensionKey_v2_1_0",
|
27250
27184
|
"type": "string",
|
27251
27185
|
"minLength": 1,
|
27252
|
-
"maxLength": 32,
|
27253
27186
|
"description": "Extension key."
|
27254
27187
|
},
|
27255
27188
|
"value": {
|
@@ -27657,15 +27590,14 @@
|
|
27657
27590
|
"extension": {
|
27658
27591
|
"type": "array",
|
27659
27592
|
"items": {
|
27660
|
-
"title": "
|
27593
|
+
"title": "Extension_v2_1_0",
|
27661
27594
|
"type": "object",
|
27662
27595
|
"description": "Data model for the complex type Extension.",
|
27663
27596
|
"properties": {
|
27664
27597
|
"key": {
|
27665
|
-
"title": "
|
27598
|
+
"title": "ExtensionKey_v2_1_0",
|
27666
27599
|
"type": "string",
|
27667
27600
|
"minLength": 1,
|
27668
|
-
"maxLength": 32,
|
27669
27601
|
"description": "Extension key."
|
27670
27602
|
},
|
27671
27603
|
"value": {
|
@@ -28981,15 +28913,14 @@
|
|
28981
28913
|
"extension": {
|
28982
28914
|
"type": "array",
|
28983
28915
|
"items": {
|
28984
|
-
"title": "
|
28916
|
+
"title": "Extension_v2_1_0",
|
28985
28917
|
"type": "object",
|
28986
28918
|
"description": "Data model for the complex type Extension.",
|
28987
28919
|
"properties": {
|
28988
28920
|
"key": {
|
28989
|
-
"title": "
|
28921
|
+
"title": "ExtensionKey_v2_1_0",
|
28990
28922
|
"type": "string",
|
28991
28923
|
"minLength": 1,
|
28992
|
-
"maxLength": 32,
|
28993
28924
|
"description": "Extension key."
|
28994
28925
|
},
|
28995
28926
|
"value": {
|
@@ -29052,15 +28983,14 @@
|
|
29052
28983
|
"extension": {
|
29053
28984
|
"type": "array",
|
29054
28985
|
"items": {
|
29055
|
-
"title": "
|
28986
|
+
"title": "Extension_v2_1_0",
|
29056
28987
|
"type": "object",
|
29057
28988
|
"description": "Data model for the complex type Extension.",
|
29058
28989
|
"properties": {
|
29059
28990
|
"key": {
|
29060
|
-
"title": "
|
28991
|
+
"title": "ExtensionKey_v2_1_0",
|
29061
28992
|
"type": "string",
|
29062
28993
|
"minLength": 1,
|
29063
|
-
"maxLength": 32,
|
29064
28994
|
"description": "Extension key."
|
29065
28995
|
},
|
29066
28996
|
"value": {
|
@@ -29129,15 +29059,14 @@
|
|
29129
29059
|
"extension": {
|
29130
29060
|
"type": "array",
|
29131
29061
|
"items": {
|
29132
|
-
"title": "
|
29062
|
+
"title": "Extension_v2_1_0",
|
29133
29063
|
"type": "object",
|
29134
29064
|
"description": "Data model for the complex type Extension.",
|
29135
29065
|
"properties": {
|
29136
29066
|
"key": {
|
29137
|
-
"title": "
|
29067
|
+
"title": "ExtensionKey_v2_1_0",
|
29138
29068
|
"type": "string",
|
29139
29069
|
"minLength": 1,
|
29140
|
-
"maxLength": 32,
|
29141
29070
|
"description": "Extension key."
|
29142
29071
|
},
|
29143
29072
|
"value": {
|
@@ -29212,15 +29141,14 @@
|
|
29212
29141
|
"extension": {
|
29213
29142
|
"type": "array",
|
29214
29143
|
"items": {
|
29215
|
-
"title": "
|
29144
|
+
"title": "Extension_v2_1_0",
|
29216
29145
|
"type": "object",
|
29217
29146
|
"description": "Data model for the complex type Extension.",
|
29218
29147
|
"properties": {
|
29219
29148
|
"key": {
|
29220
|
-
"title": "
|
29149
|
+
"title": "ExtensionKey_v2_1_0",
|
29221
29150
|
"type": "string",
|
29222
29151
|
"minLength": 1,
|
29223
|
-
"maxLength": 32,
|
29224
29152
|
"description": "Extension key."
|
29225
29153
|
},
|
29226
29154
|
"value": {
|
@@ -29265,15 +29193,14 @@
|
|
29265
29193
|
"extension": {
|
29266
29194
|
"type": "array",
|
29267
29195
|
"items": {
|
29268
|
-
"title": "
|
29196
|
+
"title": "Extension_v2_1_0",
|
29269
29197
|
"type": "object",
|
29270
29198
|
"description": "Data model for the complex type Extension.",
|
29271
29199
|
"properties": {
|
29272
29200
|
"key": {
|
29273
|
-
"title": "
|
29201
|
+
"title": "ExtensionKey_v2_1_0",
|
29274
29202
|
"type": "string",
|
29275
29203
|
"minLength": 1,
|
29276
|
-
"maxLength": 32,
|
29277
29204
|
"description": "Extension key."
|
29278
29205
|
},
|
29279
29206
|
"value": {
|
@@ -29306,15 +29233,14 @@
|
|
29306
29233
|
"extension": {
|
29307
29234
|
"type": "array",
|
29308
29235
|
"items": {
|
29309
|
-
"title": "
|
29236
|
+
"title": "Extension_v2_1_0",
|
29310
29237
|
"type": "object",
|
29311
29238
|
"description": "Data model for the complex type Extension.",
|
29312
29239
|
"properties": {
|
29313
29240
|
"key": {
|
29314
|
-
"title": "
|
29241
|
+
"title": "ExtensionKey_v2_1_0",
|
29315
29242
|
"type": "string",
|
29316
29243
|
"minLength": 1,
|
29317
|
-
"maxLength": 32,
|
29318
29244
|
"description": "Extension key."
|
29319
29245
|
},
|
29320
29246
|
"value": {
|
@@ -29377,15 +29303,14 @@
|
|
29377
29303
|
"extension": {
|
29378
29304
|
"type": "array",
|
29379
29305
|
"items": {
|
29380
|
-
"title": "
|
29306
|
+
"title": "Extension_v2_1_0",
|
29381
29307
|
"type": "object",
|
29382
29308
|
"description": "Data model for the complex type Extension.",
|
29383
29309
|
"properties": {
|
29384
29310
|
"key": {
|
29385
|
-
"title": "
|
29311
|
+
"title": "ExtensionKey_v2_1_0",
|
29386
29312
|
"type": "string",
|
29387
29313
|
"minLength": 1,
|
29388
|
-
"maxLength": 32,
|
29389
29314
|
"description": "Extension key."
|
29390
29315
|
},
|
29391
29316
|
"value": {
|
@@ -29431,15 +29356,14 @@
|
|
29431
29356
|
"extension": {
|
29432
29357
|
"type": "array",
|
29433
29358
|
"items": {
|
29434
|
-
"title": "
|
29359
|
+
"title": "Extension_v2_1_0",
|
29435
29360
|
"type": "object",
|
29436
29361
|
"description": "Data model for the complex type Extension.",
|
29437
29362
|
"properties": {
|
29438
29363
|
"key": {
|
29439
|
-
"title": "
|
29364
|
+
"title": "ExtensionKey_v2_1_0",
|
29440
29365
|
"type": "string",
|
29441
29366
|
"minLength": 1,
|
29442
|
-
"maxLength": 32,
|
29443
29367
|
"description": "Extension key."
|
29444
29368
|
},
|
29445
29369
|
"value": {
|
@@ -29933,15 +29857,14 @@
|
|
29933
29857
|
"extension": {
|
29934
29858
|
"type": "array",
|
29935
29859
|
"items": {
|
29936
|
-
"title": "
|
29860
|
+
"title": "Extension_v2_1_0",
|
29937
29861
|
"type": "object",
|
29938
29862
|
"description": "Data model for the complex type Extension.",
|
29939
29863
|
"properties": {
|
29940
29864
|
"key": {
|
29941
|
-
"title": "
|
29865
|
+
"title": "ExtensionKey_v2_1_0",
|
29942
29866
|
"type": "string",
|
29943
29867
|
"minLength": 1,
|
29944
|
-
"maxLength": 32,
|
29945
29868
|
"description": "Extension key."
|
29946
29869
|
},
|
29947
29870
|
"value": {
|
@@ -30219,15 +30142,14 @@
|
|
30219
30142
|
"extension": {
|
30220
30143
|
"type": "array",
|
30221
30144
|
"items": {
|
30222
|
-
"title": "
|
30145
|
+
"title": "Extension_v2_1_0",
|
30223
30146
|
"type": "object",
|
30224
30147
|
"description": "Data model for the complex type Extension.",
|
30225
30148
|
"properties": {
|
30226
30149
|
"key": {
|
30227
|
-
"title": "
|
30150
|
+
"title": "ExtensionKey_v2_1_0",
|
30228
30151
|
"type": "string",
|
30229
30152
|
"minLength": 1,
|
30230
|
-
"maxLength": 32,
|
30231
30153
|
"description": "Extension key."
|
30232
30154
|
},
|
30233
30155
|
"value": {
|
@@ -31088,15 +31010,14 @@
|
|
31088
31010
|
"extension": {
|
31089
31011
|
"type": "array",
|
31090
31012
|
"items": {
|
31091
|
-
"title": "
|
31013
|
+
"title": "Extension_v2_1_0",
|
31092
31014
|
"type": "object",
|
31093
31015
|
"description": "Data model for the complex type Extension.",
|
31094
31016
|
"properties": {
|
31095
31017
|
"key": {
|
31096
|
-
"title": "
|
31018
|
+
"title": "ExtensionKey_v2_1_0",
|
31097
31019
|
"type": "string",
|
31098
31020
|
"minLength": 1,
|
31099
|
-
"maxLength": 32,
|
31100
31021
|
"description": "Extension key."
|
31101
31022
|
},
|
31102
31023
|
"value": {
|
@@ -31371,15 +31292,14 @@
|
|
31371
31292
|
"extension": {
|
31372
31293
|
"type": "array",
|
31373
31294
|
"items": {
|
31374
|
-
"title": "
|
31295
|
+
"title": "Extension_v2_1_0",
|
31375
31296
|
"type": "object",
|
31376
31297
|
"description": "Data model for the complex type Extension.",
|
31377
31298
|
"properties": {
|
31378
31299
|
"key": {
|
31379
|
-
"title": "
|
31300
|
+
"title": "ExtensionKey_v2_1_0",
|
31380
31301
|
"type": "string",
|
31381
31302
|
"minLength": 1,
|
31382
|
-
"maxLength": 32,
|
31383
31303
|
"description": "Extension key."
|
31384
31304
|
},
|
31385
31305
|
"value": {
|
@@ -31718,15 +31638,14 @@
|
|
31718
31638
|
"extension": {
|
31719
31639
|
"type": "array",
|
31720
31640
|
"items": {
|
31721
|
-
"title": "
|
31641
|
+
"title": "Extension_v2_1_0",
|
31722
31642
|
"type": "object",
|
31723
31643
|
"description": "Data model for the complex type Extension.",
|
31724
31644
|
"properties": {
|
31725
31645
|
"key": {
|
31726
|
-
"title": "
|
31646
|
+
"title": "ExtensionKey_v2_1_0",
|
31727
31647
|
"type": "string",
|
31728
31648
|
"minLength": 1,
|
31729
|
-
"maxLength": 32,
|
31730
31649
|
"description": "Extension key."
|
31731
31650
|
},
|
31732
31651
|
"value": {
|
@@ -32966,15 +32885,14 @@
|
|
32966
32885
|
"extension": {
|
32967
32886
|
"type": "array",
|
32968
32887
|
"items": {
|
32969
|
-
"title": "
|
32888
|
+
"title": "Extension_v2_1_0",
|
32970
32889
|
"type": "object",
|
32971
32890
|
"description": "Data model for the complex type Extension.",
|
32972
32891
|
"properties": {
|
32973
32892
|
"key": {
|
32974
|
-
"title": "
|
32893
|
+
"title": "ExtensionKey_v2_1_0",
|
32975
32894
|
"type": "string",
|
32976
32895
|
"minLength": 1,
|
32977
|
-
"maxLength": 32,
|
32978
32896
|
"description": "Extension key."
|
32979
32897
|
},
|
32980
32898
|
"value": {
|
@@ -34526,15 +34444,14 @@
|
|
34526
34444
|
"extension": {
|
34527
34445
|
"type": "array",
|
34528
34446
|
"items": {
|
34529
|
-
"title": "
|
34447
|
+
"title": "Extension_v2_1_0",
|
34530
34448
|
"type": "object",
|
34531
34449
|
"description": "Data model for the complex type Extension.",
|
34532
34450
|
"properties": {
|
34533
34451
|
"key": {
|
34534
|
-
"title": "
|
34452
|
+
"title": "ExtensionKey_v2_1_0",
|
34535
34453
|
"type": "string",
|
34536
34454
|
"minLength": 1,
|
34537
|
-
"maxLength": 32,
|
34538
34455
|
"description": "Extension key."
|
34539
34456
|
},
|
34540
34457
|
"value": {
|
@@ -35510,15 +35427,14 @@
|
|
35510
35427
|
"extension": {
|
35511
35428
|
"type": "array",
|
35512
35429
|
"items": {
|
35513
|
-
"title": "
|
35430
|
+
"title": "Extension_v2_1_0",
|
35514
35431
|
"type": "object",
|
35515
35432
|
"description": "Data model for the complex type Extension.",
|
35516
35433
|
"properties": {
|
35517
35434
|
"key": {
|
35518
|
-
"title": "
|
35435
|
+
"title": "ExtensionKey_v2_1_0",
|
35519
35436
|
"type": "string",
|
35520
35437
|
"minLength": 1,
|
35521
|
-
"maxLength": 32,
|
35522
35438
|
"description": "Extension key."
|
35523
35439
|
},
|
35524
35440
|
"value": {
|
@@ -36495,15 +36411,14 @@
|
|
36495
36411
|
"extension": {
|
36496
36412
|
"type": "array",
|
36497
36413
|
"items": {
|
36498
|
-
"title": "
|
36414
|
+
"title": "Extension_v2_1_0",
|
36499
36415
|
"type": "object",
|
36500
36416
|
"description": "Data model for the complex type Extension.",
|
36501
36417
|
"properties": {
|
36502
36418
|
"key": {
|
36503
|
-
"title": "
|
36419
|
+
"title": "ExtensionKey_v2_1_0",
|
36504
36420
|
"type": "string",
|
36505
36421
|
"minLength": 1,
|
36506
|
-
"maxLength": 32,
|
36507
36422
|
"description": "Extension key."
|
36508
36423
|
},
|
36509
36424
|
"value": {
|
@@ -37617,15 +37532,14 @@
|
|
37617
37532
|
"extension": {
|
37618
37533
|
"type": "array",
|
37619
37534
|
"items": {
|
37620
|
-
"title": "
|
37535
|
+
"title": "Extension_v2_1_0",
|
37621
37536
|
"type": "object",
|
37622
37537
|
"description": "Data model for the complex type Extension.",
|
37623
37538
|
"properties": {
|
37624
37539
|
"key": {
|
37625
|
-
"title": "
|
37540
|
+
"title": "ExtensionKey_v2_1_0",
|
37626
37541
|
"type": "string",
|
37627
37542
|
"minLength": 1,
|
37628
|
-
"maxLength": 32,
|
37629
37543
|
"description": "Extension key."
|
37630
37544
|
},
|
37631
37545
|
"value": {
|
@@ -37720,15 +37634,14 @@
|
|
37720
37634
|
"extension": {
|
37721
37635
|
"type": "array",
|
37722
37636
|
"items": {
|
37723
|
-
"title": "
|
37637
|
+
"title": "Extension_v2_1_0",
|
37724
37638
|
"type": "object",
|
37725
37639
|
"description": "Data model for the complex type Extension.",
|
37726
37640
|
"properties": {
|
37727
37641
|
"key": {
|
37728
|
-
"title": "
|
37642
|
+
"title": "ExtensionKey_v2_1_0",
|
37729
37643
|
"type": "string",
|
37730
37644
|
"minLength": 1,
|
37731
|
-
"maxLength": 32,
|
37732
37645
|
"description": "Extension key."
|
37733
37646
|
},
|
37734
37647
|
"value": {
|