@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
@@ -514,11 +514,10 @@
|
|
514
514
|
"maxLength": 128,
|
515
515
|
"description": "Error description string."
|
516
516
|
},
|
517
|
-
"
|
518
|
-
"title": "
|
517
|
+
"ExtensionKey_v2_1_0": {
|
518
|
+
"title": "ExtensionKey_v2_1_0",
|
519
519
|
"type": "string",
|
520
520
|
"minLength": 1,
|
521
|
-
"maxLength": 32,
|
522
521
|
"description": "Extension key."
|
523
522
|
},
|
524
523
|
"ExtensionValue": {
|
@@ -528,16 +527,15 @@
|
|
528
527
|
"maxLength": 128,
|
529
528
|
"description": "Extension value."
|
530
529
|
},
|
531
|
-
"
|
532
|
-
"title": "
|
530
|
+
"Extension_v2_1_0": {
|
531
|
+
"title": "Extension_v2_1_0",
|
533
532
|
"type": "object",
|
534
533
|
"description": "Data model for the complex type Extension.",
|
535
534
|
"properties": {
|
536
535
|
"key": {
|
537
|
-
"title": "
|
536
|
+
"title": "ExtensionKey_v2_1_0",
|
538
537
|
"type": "string",
|
539
538
|
"minLength": 1,
|
540
|
-
"maxLength": 32,
|
541
539
|
"description": "Extension key."
|
542
540
|
},
|
543
541
|
"value": {
|
@@ -553,7 +551,7 @@
|
|
553
551
|
"value"
|
554
552
|
]
|
555
553
|
},
|
556
|
-
"
|
554
|
+
"ExtensionList_v2_1_0": {
|
557
555
|
"title": "ExtensionList",
|
558
556
|
"type": "object",
|
559
557
|
"description": "Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.",
|
@@ -561,15 +559,14 @@
|
|
561
559
|
"extension": {
|
562
560
|
"type": "array",
|
563
561
|
"items": {
|
564
|
-
"title": "
|
562
|
+
"title": "Extension_v2_1_0",
|
565
563
|
"type": "object",
|
566
564
|
"description": "Data model for the complex type Extension.",
|
567
565
|
"properties": {
|
568
566
|
"key": {
|
569
|
-
"title": "
|
567
|
+
"title": "ExtensionKey_v2_1_0",
|
570
568
|
"type": "string",
|
571
569
|
"minLength": 1,
|
572
|
-
"maxLength": 32,
|
573
570
|
"description": "Extension key."
|
574
571
|
},
|
575
572
|
"value": {
|
@@ -621,15 +618,14 @@
|
|
621
618
|
"extension": {
|
622
619
|
"type": "array",
|
623
620
|
"items": {
|
624
|
-
"title": "
|
621
|
+
"title": "Extension_v2_1_0",
|
625
622
|
"type": "object",
|
626
623
|
"description": "Data model for the complex type Extension.",
|
627
624
|
"properties": {
|
628
625
|
"key": {
|
629
|
-
"title": "
|
626
|
+
"title": "ExtensionKey_v2_1_0",
|
630
627
|
"type": "string",
|
631
628
|
"minLength": 1,
|
632
|
-
"maxLength": 32,
|
633
629
|
"description": "Extension key."
|
634
630
|
},
|
635
631
|
"value": {
|
@@ -690,15 +686,14 @@
|
|
690
686
|
"extension": {
|
691
687
|
"type": "array",
|
692
688
|
"items": {
|
693
|
-
"title": "
|
689
|
+
"title": "Extension_v2_1_0",
|
694
690
|
"type": "object",
|
695
691
|
"description": "Data model for the complex type Extension.",
|
696
692
|
"properties": {
|
697
693
|
"key": {
|
698
|
-
"title": "
|
694
|
+
"title": "ExtensionKey_v2_1_0",
|
699
695
|
"type": "string",
|
700
696
|
"minLength": 1,
|
701
|
-
"maxLength": 32,
|
702
697
|
"description": "Extension key."
|
703
698
|
},
|
704
699
|
"value": {
|
@@ -769,15 +764,14 @@
|
|
769
764
|
"extension": {
|
770
765
|
"type": "array",
|
771
766
|
"items": {
|
772
|
-
"title": "
|
767
|
+
"title": "Extension_v2_1_0",
|
773
768
|
"type": "object",
|
774
769
|
"description": "Data model for the complex type Extension.",
|
775
770
|
"properties": {
|
776
771
|
"key": {
|
777
|
-
"title": "
|
772
|
+
"title": "ExtensionKey_v2_1_0",
|
778
773
|
"type": "string",
|
779
774
|
"minLength": 1,
|
780
|
-
"maxLength": 32,
|
781
775
|
"description": "Extension key."
|
782
776
|
},
|
783
777
|
"value": {
|
@@ -1141,15 +1135,14 @@
|
|
1141
1135
|
"extension": {
|
1142
1136
|
"type": "array",
|
1143
1137
|
"items": {
|
1144
|
-
"title": "
|
1138
|
+
"title": "Extension_v2_1_0",
|
1145
1139
|
"type": "object",
|
1146
1140
|
"description": "Data model for the complex type Extension.",
|
1147
1141
|
"properties": {
|
1148
1142
|
"key": {
|
1149
|
-
"title": "
|
1143
|
+
"title": "ExtensionKey_v2_1_0",
|
1150
1144
|
"type": "string",
|
1151
1145
|
"minLength": 1,
|
1152
|
-
"maxLength": 32,
|
1153
1146
|
"description": "Extension key."
|
1154
1147
|
},
|
1155
1148
|
"value": {
|
@@ -1550,15 +1543,14 @@
|
|
1550
1543
|
"extension": {
|
1551
1544
|
"type": "array",
|
1552
1545
|
"items": {
|
1553
|
-
"title": "
|
1546
|
+
"title": "Extension_v2_1_0",
|
1554
1547
|
"type": "object",
|
1555
1548
|
"description": "Data model for the complex type Extension.",
|
1556
1549
|
"properties": {
|
1557
1550
|
"key": {
|
1558
|
-
"title": "
|
1551
|
+
"title": "ExtensionKey_v2_1_0",
|
1559
1552
|
"type": "string",
|
1560
1553
|
"minLength": 1,
|
1561
|
-
"maxLength": 32,
|
1562
1554
|
"description": "Extension key."
|
1563
1555
|
},
|
1564
1556
|
"value": {
|
@@ -1689,15 +1681,14 @@
|
|
1689
1681
|
"extensionListEmptiable": {
|
1690
1682
|
"type": "array",
|
1691
1683
|
"items": {
|
1692
|
-
"title": "
|
1684
|
+
"title": "Extension_v2_1_0",
|
1693
1685
|
"type": "object",
|
1694
1686
|
"description": "Data model for the complex type Extension.",
|
1695
1687
|
"properties": {
|
1696
1688
|
"key": {
|
1697
|
-
"title": "
|
1689
|
+
"title": "ExtensionKey_v2_1_0",
|
1698
1690
|
"type": "string",
|
1699
1691
|
"minLength": 1,
|
1700
|
-
"maxLength": 32,
|
1701
1692
|
"description": "Extension key."
|
1702
1693
|
},
|
1703
1694
|
"value": {
|
@@ -2008,15 +1999,14 @@
|
|
2008
1999
|
"extensionList": {
|
2009
2000
|
"type": "array",
|
2010
2001
|
"items": {
|
2011
|
-
"title": "
|
2002
|
+
"title": "Extension_v2_1_0",
|
2012
2003
|
"type": "object",
|
2013
2004
|
"description": "Data model for the complex type Extension.",
|
2014
2005
|
"properties": {
|
2015
2006
|
"key": {
|
2016
|
-
"title": "
|
2007
|
+
"title": "ExtensionKey_v2_1_0",
|
2017
2008
|
"type": "string",
|
2018
2009
|
"minLength": 1,
|
2019
|
-
"maxLength": 32,
|
2020
2010
|
"description": "Extension key."
|
2021
2011
|
},
|
2022
2012
|
"value": {
|
@@ -2381,15 +2371,14 @@
|
|
2381
2371
|
"extensionList": {
|
2382
2372
|
"type": "array",
|
2383
2373
|
"items": {
|
2384
|
-
"title": "
|
2374
|
+
"title": "Extension_v2_1_0",
|
2385
2375
|
"type": "object",
|
2386
2376
|
"description": "Data model for the complex type Extension.",
|
2387
2377
|
"properties": {
|
2388
2378
|
"key": {
|
2389
|
-
"title": "
|
2379
|
+
"title": "ExtensionKey_v2_1_0",
|
2390
2380
|
"type": "string",
|
2391
2381
|
"minLength": 1,
|
2392
|
-
"maxLength": 32,
|
2393
2382
|
"description": "Extension key."
|
2394
2383
|
},
|
2395
2384
|
"value": {
|
@@ -2631,15 +2620,14 @@
|
|
2631
2620
|
"extension": {
|
2632
2621
|
"type": "array",
|
2633
2622
|
"items": {
|
2634
|
-
"title": "
|
2623
|
+
"title": "Extension_v2_1_0",
|
2635
2624
|
"type": "object",
|
2636
2625
|
"description": "Data model for the complex type Extension.",
|
2637
2626
|
"properties": {
|
2638
2627
|
"key": {
|
2639
|
-
"title": "
|
2628
|
+
"title": "ExtensionKey_v2_1_0",
|
2640
2629
|
"type": "string",
|
2641
2630
|
"minLength": 1,
|
2642
|
-
"maxLength": 32,
|
2643
2631
|
"description": "Extension key."
|
2644
2632
|
},
|
2645
2633
|
"value": {
|
@@ -2985,15 +2973,14 @@
|
|
2985
2973
|
"extensionList": {
|
2986
2974
|
"type": "array",
|
2987
2975
|
"items": {
|
2988
|
-
"title": "
|
2976
|
+
"title": "Extension_v2_1_0",
|
2989
2977
|
"type": "object",
|
2990
2978
|
"description": "Data model for the complex type Extension.",
|
2991
2979
|
"properties": {
|
2992
2980
|
"key": {
|
2993
|
-
"title": "
|
2981
|
+
"title": "ExtensionKey_v2_1_0",
|
2994
2982
|
"type": "string",
|
2995
2983
|
"minLength": 1,
|
2996
|
-
"maxLength": 32,
|
2997
2984
|
"description": "Extension key."
|
2998
2985
|
},
|
2999
2986
|
"value": {
|
@@ -3323,15 +3310,14 @@
|
|
3323
3310
|
"extensionList": {
|
3324
3311
|
"type": "array",
|
3325
3312
|
"items": {
|
3326
|
-
"title": "
|
3313
|
+
"title": "Extension_v2_1_0",
|
3327
3314
|
"type": "object",
|
3328
3315
|
"description": "Data model for the complex type Extension.",
|
3329
3316
|
"properties": {
|
3330
3317
|
"key": {
|
3331
|
-
"title": "
|
3318
|
+
"title": "ExtensionKey_v2_1_0",
|
3332
3319
|
"type": "string",
|
3333
3320
|
"minLength": 1,
|
3334
|
-
"maxLength": 32,
|
3335
3321
|
"description": "Extension key."
|
3336
3322
|
},
|
3337
3323
|
"value": {
|
@@ -3573,15 +3559,14 @@
|
|
3573
3559
|
"extension": {
|
3574
3560
|
"type": "array",
|
3575
3561
|
"items": {
|
3576
|
-
"title": "
|
3562
|
+
"title": "Extension_v2_1_0",
|
3577
3563
|
"type": "object",
|
3578
3564
|
"description": "Data model for the complex type Extension.",
|
3579
3565
|
"properties": {
|
3580
3566
|
"key": {
|
3581
|
-
"title": "
|
3567
|
+
"title": "ExtensionKey_v2_1_0",
|
3582
3568
|
"type": "string",
|
3583
3569
|
"minLength": 1,
|
3584
|
-
"maxLength": 32,
|
3585
3570
|
"description": "Extension key."
|
3586
3571
|
},
|
3587
3572
|
"value": {
|
@@ -3625,15 +3610,14 @@
|
|
3625
3610
|
"extension": {
|
3626
3611
|
"type": "array",
|
3627
3612
|
"items": {
|
3628
|
-
"title": "
|
3613
|
+
"title": "Extension_v2_1_0",
|
3629
3614
|
"type": "object",
|
3630
3615
|
"description": "Data model for the complex type Extension.",
|
3631
3616
|
"properties": {
|
3632
3617
|
"key": {
|
3633
|
-
"title": "
|
3618
|
+
"title": "ExtensionKey_v2_1_0",
|
3634
3619
|
"type": "string",
|
3635
3620
|
"minLength": 1,
|
3636
|
-
"maxLength": 32,
|
3637
3621
|
"description": "Extension key."
|
3638
3622
|
},
|
3639
3623
|
"value": {
|
@@ -3958,15 +3942,14 @@
|
|
3958
3942
|
"extension": {
|
3959
3943
|
"type": "array",
|
3960
3944
|
"items": {
|
3961
|
-
"title": "
|
3945
|
+
"title": "Extension_v2_1_0",
|
3962
3946
|
"type": "object",
|
3963
3947
|
"description": "Data model for the complex type Extension.",
|
3964
3948
|
"properties": {
|
3965
3949
|
"key": {
|
3966
|
-
"title": "
|
3950
|
+
"title": "ExtensionKey_v2_1_0",
|
3967
3951
|
"type": "string",
|
3968
3952
|
"minLength": 1,
|
3969
|
-
"maxLength": 32,
|
3970
3953
|
"description": "Extension key."
|
3971
3954
|
},
|
3972
3955
|
"value": {
|
@@ -4824,15 +4807,14 @@
|
|
4824
4807
|
"extension": {
|
4825
4808
|
"type": "array",
|
4826
4809
|
"items": {
|
4827
|
-
"title": "
|
4810
|
+
"title": "Extension_v2_1_0",
|
4828
4811
|
"type": "object",
|
4829
4812
|
"description": "Data model for the complex type Extension.",
|
4830
4813
|
"properties": {
|
4831
4814
|
"key": {
|
4832
|
-
"title": "
|
4815
|
+
"title": "ExtensionKey_v2_1_0",
|
4833
4816
|
"type": "string",
|
4834
4817
|
"minLength": 1,
|
4835
|
-
"maxLength": 32,
|
4836
4818
|
"description": "Extension key."
|
4837
4819
|
},
|
4838
4820
|
"value": {
|
@@ -4895,15 +4877,14 @@
|
|
4895
4877
|
"extension": {
|
4896
4878
|
"type": "array",
|
4897
4879
|
"items": {
|
4898
|
-
"title": "
|
4880
|
+
"title": "Extension_v2_1_0",
|
4899
4881
|
"type": "object",
|
4900
4882
|
"description": "Data model for the complex type Extension.",
|
4901
4883
|
"properties": {
|
4902
4884
|
"key": {
|
4903
|
-
"title": "
|
4885
|
+
"title": "ExtensionKey_v2_1_0",
|
4904
4886
|
"type": "string",
|
4905
4887
|
"minLength": 1,
|
4906
|
-
"maxLength": 32,
|
4907
4888
|
"description": "Extension key."
|
4908
4889
|
},
|
4909
4890
|
"value": {
|
@@ -4978,15 +4959,14 @@
|
|
4978
4959
|
"extension": {
|
4979
4960
|
"type": "array",
|
4980
4961
|
"items": {
|
4981
|
-
"title": "
|
4962
|
+
"title": "Extension_v2_1_0",
|
4982
4963
|
"type": "object",
|
4983
4964
|
"description": "Data model for the complex type Extension.",
|
4984
4965
|
"properties": {
|
4985
4966
|
"key": {
|
4986
|
-
"title": "
|
4967
|
+
"title": "ExtensionKey_v2_1_0",
|
4987
4968
|
"type": "string",
|
4988
4969
|
"minLength": 1,
|
4989
|
-
"maxLength": 32,
|
4990
4970
|
"description": "Extension key."
|
4991
4971
|
},
|
4992
4972
|
"value": {
|
@@ -5844,15 +5824,14 @@
|
|
5844
5824
|
"extension": {
|
5845
5825
|
"type": "array",
|
5846
5826
|
"items": {
|
5847
|
-
"title": "
|
5827
|
+
"title": "Extension_v2_1_0",
|
5848
5828
|
"type": "object",
|
5849
5829
|
"description": "Data model for the complex type Extension.",
|
5850
5830
|
"properties": {
|
5851
5831
|
"key": {
|
5852
|
-
"title": "
|
5832
|
+
"title": "ExtensionKey_v2_1_0",
|
5853
5833
|
"type": "string",
|
5854
5834
|
"minLength": 1,
|
5855
|
-
"maxLength": 32,
|
5856
5835
|
"description": "Extension key."
|
5857
5836
|
},
|
5858
5837
|
"value": {
|
@@ -5915,15 +5894,14 @@
|
|
5915
5894
|
"extension": {
|
5916
5895
|
"type": "array",
|
5917
5896
|
"items": {
|
5918
|
-
"title": "
|
5897
|
+
"title": "Extension_v2_1_0",
|
5919
5898
|
"type": "object",
|
5920
5899
|
"description": "Data model for the complex type Extension.",
|
5921
5900
|
"properties": {
|
5922
5901
|
"key": {
|
5923
|
-
"title": "
|
5902
|
+
"title": "ExtensionKey_v2_1_0",
|
5924
5903
|
"type": "string",
|
5925
5904
|
"minLength": 1,
|
5926
|
-
"maxLength": 32,
|
5927
5905
|
"description": "Extension key."
|
5928
5906
|
},
|
5929
5907
|
"value": {
|
@@ -6023,15 +6001,14 @@
|
|
6023
6001
|
"extension": {
|
6024
6002
|
"type": "array",
|
6025
6003
|
"items": {
|
6026
|
-
"title": "
|
6004
|
+
"title": "Extension_v2_1_0",
|
6027
6005
|
"type": "object",
|
6028
6006
|
"description": "Data model for the complex type Extension.",
|
6029
6007
|
"properties": {
|
6030
6008
|
"key": {
|
6031
|
-
"title": "
|
6009
|
+
"title": "ExtensionKey_v2_1_0",
|
6032
6010
|
"type": "string",
|
6033
6011
|
"minLength": 1,
|
6034
|
-
"maxLength": 32,
|
6035
6012
|
"description": "Extension key."
|
6036
6013
|
},
|
6037
6014
|
"value": {
|
@@ -6889,15 +6866,14 @@
|
|
6889
6866
|
"extension": {
|
6890
6867
|
"type": "array",
|
6891
6868
|
"items": {
|
6892
|
-
"title": "
|
6869
|
+
"title": "Extension_v2_1_0",
|
6893
6870
|
"type": "object",
|
6894
6871
|
"description": "Data model for the complex type Extension.",
|
6895
6872
|
"properties": {
|
6896
6873
|
"key": {
|
6897
|
-
"title": "
|
6874
|
+
"title": "ExtensionKey_v2_1_0",
|
6898
6875
|
"type": "string",
|
6899
6876
|
"minLength": 1,
|
6900
|
-
"maxLength": 32,
|
6901
6877
|
"description": "Extension key."
|
6902
6878
|
},
|
6903
6879
|
"value": {
|
@@ -6960,15 +6936,14 @@
|
|
6960
6936
|
"extension": {
|
6961
6937
|
"type": "array",
|
6962
6938
|
"items": {
|
6963
|
-
"title": "
|
6939
|
+
"title": "Extension_v2_1_0",
|
6964
6940
|
"type": "object",
|
6965
6941
|
"description": "Data model for the complex type Extension.",
|
6966
6942
|
"properties": {
|
6967
6943
|
"key": {
|
6968
|
-
"title": "
|
6944
|
+
"title": "ExtensionKey_v2_1_0",
|
6969
6945
|
"type": "string",
|
6970
6946
|
"minLength": 1,
|
6971
|
-
"maxLength": 32,
|
6972
6947
|
"description": "Extension key."
|
6973
6948
|
},
|
6974
6949
|
"value": {
|
@@ -7353,15 +7328,14 @@
|
|
7353
7328
|
"extensionList": {
|
7354
7329
|
"type": "array",
|
7355
7330
|
"items": {
|
7356
|
-
"title": "
|
7331
|
+
"title": "Extension_v2_1_0",
|
7357
7332
|
"type": "object",
|
7358
7333
|
"description": "Data model for the complex type Extension.",
|
7359
7334
|
"properties": {
|
7360
7335
|
"key": {
|
7361
|
-
"title": "
|
7336
|
+
"title": "ExtensionKey_v2_1_0",
|
7362
7337
|
"type": "string",
|
7363
7338
|
"minLength": 1,
|
7364
|
-
"maxLength": 32,
|
7365
7339
|
"description": "Extension key."
|
7366
7340
|
},
|
7367
7341
|
"value": {
|
@@ -7603,15 +7577,14 @@
|
|
7603
7577
|
"extension": {
|
7604
7578
|
"type": "array",
|
7605
7579
|
"items": {
|
7606
|
-
"title": "
|
7580
|
+
"title": "Extension_v2_1_0",
|
7607
7581
|
"type": "object",
|
7608
7582
|
"description": "Data model for the complex type Extension.",
|
7609
7583
|
"properties": {
|
7610
7584
|
"key": {
|
7611
|
-
"title": "
|
7585
|
+
"title": "ExtensionKey_v2_1_0",
|
7612
7586
|
"type": "string",
|
7613
7587
|
"minLength": 1,
|
7614
|
-
"maxLength": 32,
|
7615
7588
|
"description": "Extension key."
|
7616
7589
|
},
|
7617
7590
|
"value": {
|
@@ -8369,15 +8342,14 @@
|
|
8369
8342
|
"extension": {
|
8370
8343
|
"type": "array",
|
8371
8344
|
"items": {
|
8372
|
-
"title": "
|
8345
|
+
"title": "Extension_v2_1_0",
|
8373
8346
|
"type": "object",
|
8374
8347
|
"description": "Data model for the complex type Extension.",
|
8375
8348
|
"properties": {
|
8376
8349
|
"key": {
|
8377
|
-
"title": "
|
8350
|
+
"title": "ExtensionKey_v2_1_0",
|
8378
8351
|
"type": "string",
|
8379
8352
|
"minLength": 1,
|
8380
|
-
"maxLength": 32,
|
8381
8353
|
"description": "Extension key."
|
8382
8354
|
},
|
8383
8355
|
"value": {
|
@@ -8560,15 +8532,14 @@
|
|
8560
8532
|
"extension": {
|
8561
8533
|
"type": "array",
|
8562
8534
|
"items": {
|
8563
|
-
"title": "
|
8535
|
+
"title": "Extension_v2_1_0",
|
8564
8536
|
"type": "object",
|
8565
8537
|
"description": "Data model for the complex type Extension.",
|
8566
8538
|
"properties": {
|
8567
8539
|
"key": {
|
8568
|
-
"title": "
|
8540
|
+
"title": "ExtensionKey_v2_1_0",
|
8569
8541
|
"type": "string",
|
8570
8542
|
"minLength": 1,
|
8571
|
-
"maxLength": 32,
|
8572
8543
|
"description": "Extension key."
|
8573
8544
|
},
|
8574
8545
|
"value": {
|
@@ -8916,15 +8887,14 @@
|
|
8916
8887
|
"extension": {
|
8917
8888
|
"type": "array",
|
8918
8889
|
"items": {
|
8919
|
-
"title": "
|
8890
|
+
"title": "Extension_v2_1_0",
|
8920
8891
|
"type": "object",
|
8921
8892
|
"description": "Data model for the complex type Extension.",
|
8922
8893
|
"properties": {
|
8923
8894
|
"key": {
|
8924
|
-
"title": "
|
8895
|
+
"title": "ExtensionKey_v2_1_0",
|
8925
8896
|
"type": "string",
|
8926
8897
|
"minLength": 1,
|
8927
|
-
"maxLength": 32,
|
8928
8898
|
"description": "Extension key."
|
8929
8899
|
},
|
8930
8900
|
"value": {
|
@@ -9418,15 +9388,14 @@
|
|
9418
9388
|
"extension": {
|
9419
9389
|
"type": "array",
|
9420
9390
|
"items": {
|
9421
|
-
"title": "
|
9391
|
+
"title": "Extension_v2_1_0",
|
9422
9392
|
"type": "object",
|
9423
9393
|
"description": "Data model for the complex type Extension.",
|
9424
9394
|
"properties": {
|
9425
9395
|
"key": {
|
9426
|
-
"title": "
|
9396
|
+
"title": "ExtensionKey_v2_1_0",
|
9427
9397
|
"type": "string",
|
9428
9398
|
"minLength": 1,
|
9429
|
-
"maxLength": 32,
|
9430
9399
|
"description": "Extension key."
|
9431
9400
|
},
|
9432
9401
|
"value": {
|
@@ -9459,15 +9428,14 @@
|
|
9459
9428
|
"extension": {
|
9460
9429
|
"type": "array",
|
9461
9430
|
"items": {
|
9462
|
-
"title": "
|
9431
|
+
"title": "Extension_v2_1_0",
|
9463
9432
|
"type": "object",
|
9464
9433
|
"description": "Data model for the complex type Extension.",
|
9465
9434
|
"properties": {
|
9466
9435
|
"key": {
|
9467
|
-
"title": "
|
9436
|
+
"title": "ExtensionKey_v2_1_0",
|
9468
9437
|
"type": "string",
|
9469
9438
|
"minLength": 1,
|
9470
|
-
"maxLength": 32,
|
9471
9439
|
"description": "Extension key."
|
9472
9440
|
},
|
9473
9441
|
"value": {
|
@@ -9530,15 +9498,14 @@
|
|
9530
9498
|
"extension": {
|
9531
9499
|
"type": "array",
|
9532
9500
|
"items": {
|
9533
|
-
"title": "
|
9501
|
+
"title": "Extension_v2_1_0",
|
9534
9502
|
"type": "object",
|
9535
9503
|
"description": "Data model for the complex type Extension.",
|
9536
9504
|
"properties": {
|
9537
9505
|
"key": {
|
9538
|
-
"title": "
|
9506
|
+
"title": "ExtensionKey_v2_1_0",
|
9539
9507
|
"type": "string",
|
9540
9508
|
"minLength": 1,
|
9541
|
-
"maxLength": 32,
|
9542
9509
|
"description": "Extension key."
|
9543
9510
|
},
|
9544
9511
|
"value": {
|
@@ -9916,15 +9883,14 @@
|
|
9916
9883
|
"extension": {
|
9917
9884
|
"type": "array",
|
9918
9885
|
"items": {
|
9919
|
-
"title": "
|
9886
|
+
"title": "Extension_v2_1_0",
|
9920
9887
|
"type": "object",
|
9921
9888
|
"description": "Data model for the complex type Extension.",
|
9922
9889
|
"properties": {
|
9923
9890
|
"key": {
|
9924
|
-
"title": "
|
9891
|
+
"title": "ExtensionKey_v2_1_0",
|
9925
9892
|
"type": "string",
|
9926
9893
|
"minLength": 1,
|
9927
|
-
"maxLength": 32,
|
9928
9894
|
"description": "Extension key."
|
9929
9895
|
},
|
9930
9896
|
"value": {
|
@@ -10276,15 +10242,14 @@
|
|
10276
10242
|
"extension": {
|
10277
10243
|
"type": "array",
|
10278
10244
|
"items": {
|
10279
|
-
"title": "
|
10245
|
+
"title": "Extension_v2_1_0",
|
10280
10246
|
"type": "object",
|
10281
10247
|
"description": "Data model for the complex type Extension.",
|
10282
10248
|
"properties": {
|
10283
10249
|
"key": {
|
10284
|
-
"title": "
|
10250
|
+
"title": "ExtensionKey_v2_1_0",
|
10285
10251
|
"type": "string",
|
10286
10252
|
"minLength": 1,
|
10287
|
-
"maxLength": 32,
|
10288
10253
|
"description": "Extension key."
|
10289
10254
|
},
|
10290
10255
|
"value": {
|
@@ -10778,15 +10743,14 @@
|
|
10778
10743
|
"extension": {
|
10779
10744
|
"type": "array",
|
10780
10745
|
"items": {
|
10781
|
-
"title": "
|
10746
|
+
"title": "Extension_v2_1_0",
|
10782
10747
|
"type": "object",
|
10783
10748
|
"description": "Data model for the complex type Extension.",
|
10784
10749
|
"properties": {
|
10785
10750
|
"key": {
|
10786
|
-
"title": "
|
10751
|
+
"title": "ExtensionKey_v2_1_0",
|
10787
10752
|
"type": "string",
|
10788
10753
|
"minLength": 1,
|
10789
|
-
"maxLength": 32,
|
10790
10754
|
"description": "Extension key."
|
10791
10755
|
},
|
10792
10756
|
"value": {
|
@@ -10819,15 +10783,14 @@
|
|
10819
10783
|
"extension": {
|
10820
10784
|
"type": "array",
|
10821
10785
|
"items": {
|
10822
|
-
"title": "
|
10786
|
+
"title": "Extension_v2_1_0",
|
10823
10787
|
"type": "object",
|
10824
10788
|
"description": "Data model for the complex type Extension.",
|
10825
10789
|
"properties": {
|
10826
10790
|
"key": {
|
10827
|
-
"title": "
|
10791
|
+
"title": "ExtensionKey_v2_1_0",
|
10828
10792
|
"type": "string",
|
10829
10793
|
"minLength": 1,
|
10830
|
-
"maxLength": 32,
|
10831
10794
|
"description": "Extension key."
|
10832
10795
|
},
|
10833
10796
|
"value": {
|
@@ -10890,15 +10853,14 @@
|
|
10890
10853
|
"extension": {
|
10891
10854
|
"type": "array",
|
10892
10855
|
"items": {
|
10893
|
-
"title": "
|
10856
|
+
"title": "Extension_v2_1_0",
|
10894
10857
|
"type": "object",
|
10895
10858
|
"description": "Data model for the complex type Extension.",
|
10896
10859
|
"properties": {
|
10897
10860
|
"key": {
|
10898
|
-
"title": "
|
10861
|
+
"title": "ExtensionKey_v2_1_0",
|
10899
10862
|
"type": "string",
|
10900
10863
|
"minLength": 1,
|
10901
|
-
"maxLength": 32,
|
10902
10864
|
"description": "Extension key."
|
10903
10865
|
},
|
10904
10866
|
"value": {
|
@@ -10951,15 +10913,14 @@
|
|
10951
10913
|
"extension": {
|
10952
10914
|
"type": "array",
|
10953
10915
|
"items": {
|
10954
|
-
"title": "
|
10916
|
+
"title": "Extension_v2_1_0",
|
10955
10917
|
"type": "object",
|
10956
10918
|
"description": "Data model for the complex type Extension.",
|
10957
10919
|
"properties": {
|
10958
10920
|
"key": {
|
10959
|
-
"title": "
|
10921
|
+
"title": "ExtensionKey_v2_1_0",
|
10960
10922
|
"type": "string",
|
10961
10923
|
"minLength": 1,
|
10962
|
-
"maxLength": 32,
|
10963
10924
|
"description": "Extension key."
|
10964
10925
|
},
|
10965
10926
|
"value": {
|
@@ -11035,15 +10996,14 @@
|
|
11035
10996
|
"extension": {
|
11036
10997
|
"type": "array",
|
11037
10998
|
"items": {
|
11038
|
-
"title": "
|
10999
|
+
"title": "Extension_v2_1_0",
|
11039
11000
|
"type": "object",
|
11040
11001
|
"description": "Data model for the complex type Extension.",
|
11041
11002
|
"properties": {
|
11042
11003
|
"key": {
|
11043
|
-
"title": "
|
11004
|
+
"title": "ExtensionKey_v2_1_0",
|
11044
11005
|
"type": "string",
|
11045
11006
|
"minLength": 1,
|
11046
|
-
"maxLength": 32,
|
11047
11007
|
"description": "Extension key."
|
11048
11008
|
},
|
11049
11009
|
"value": {
|
@@ -11118,15 +11078,14 @@
|
|
11118
11078
|
"extension": {
|
11119
11079
|
"type": "array",
|
11120
11080
|
"items": {
|
11121
|
-
"title": "
|
11081
|
+
"title": "Extension_v2_1_0",
|
11122
11082
|
"type": "object",
|
11123
11083
|
"description": "Data model for the complex type Extension.",
|
11124
11084
|
"properties": {
|
11125
11085
|
"key": {
|
11126
|
-
"title": "
|
11086
|
+
"title": "ExtensionKey_v2_1_0",
|
11127
11087
|
"type": "string",
|
11128
11088
|
"minLength": 1,
|
11129
|
-
"maxLength": 32,
|
11130
11089
|
"description": "Extension key."
|
11131
11090
|
},
|
11132
11091
|
"value": {
|
@@ -11216,15 +11175,14 @@
|
|
11216
11175
|
"extension": {
|
11217
11176
|
"type": "array",
|
11218
11177
|
"items": {
|
11219
|
-
"title": "
|
11178
|
+
"title": "Extension_v2_1_0",
|
11220
11179
|
"type": "object",
|
11221
11180
|
"description": "Data model for the complex type Extension.",
|
11222
11181
|
"properties": {
|
11223
11182
|
"key": {
|
11224
|
-
"title": "
|
11183
|
+
"title": "ExtensionKey_v2_1_0",
|
11225
11184
|
"type": "string",
|
11226
11185
|
"minLength": 1,
|
11227
|
-
"maxLength": 32,
|
11228
11186
|
"description": "Extension key."
|
11229
11187
|
},
|
11230
11188
|
"value": {
|
@@ -11288,15 +11246,14 @@
|
|
11288
11246
|
"extension": {
|
11289
11247
|
"type": "array",
|
11290
11248
|
"items": {
|
11291
|
-
"title": "
|
11249
|
+
"title": "Extension_v2_1_0",
|
11292
11250
|
"type": "object",
|
11293
11251
|
"description": "Data model for the complex type Extension.",
|
11294
11252
|
"properties": {
|
11295
11253
|
"key": {
|
11296
|
-
"title": "
|
11254
|
+
"title": "ExtensionKey_v2_1_0",
|
11297
11255
|
"type": "string",
|
11298
11256
|
"minLength": 1,
|
11299
|
-
"maxLength": 32,
|
11300
11257
|
"description": "Extension key."
|
11301
11258
|
},
|
11302
11259
|
"value": {
|
@@ -11371,15 +11328,14 @@
|
|
11371
11328
|
"extension": {
|
11372
11329
|
"type": "array",
|
11373
11330
|
"items": {
|
11374
|
-
"title": "
|
11331
|
+
"title": "Extension_v2_1_0",
|
11375
11332
|
"type": "object",
|
11376
11333
|
"description": "Data model for the complex type Extension.",
|
11377
11334
|
"properties": {
|
11378
11335
|
"key": {
|
11379
|
-
"title": "
|
11336
|
+
"title": "ExtensionKey_v2_1_0",
|
11380
11337
|
"type": "string",
|
11381
11338
|
"minLength": 1,
|
11382
|
-
"maxLength": 32,
|
11383
11339
|
"description": "Extension key."
|
11384
11340
|
},
|
11385
11341
|
"value": {
|
@@ -11494,15 +11450,14 @@
|
|
11494
11450
|
"extension": {
|
11495
11451
|
"type": "array",
|
11496
11452
|
"items": {
|
11497
|
-
"title": "
|
11453
|
+
"title": "Extension_v2_1_0",
|
11498
11454
|
"type": "object",
|
11499
11455
|
"description": "Data model for the complex type Extension.",
|
11500
11456
|
"properties": {
|
11501
11457
|
"key": {
|
11502
|
-
"title": "
|
11458
|
+
"title": "ExtensionKey_v2_1_0",
|
11503
11459
|
"type": "string",
|
11504
11460
|
"minLength": 1,
|
11505
|
-
"maxLength": 32,
|
11506
11461
|
"description": "Extension key."
|
11507
11462
|
},
|
11508
11463
|
"value": {
|
@@ -11566,15 +11521,14 @@
|
|
11566
11521
|
"extension": {
|
11567
11522
|
"type": "array",
|
11568
11523
|
"items": {
|
11569
|
-
"title": "
|
11524
|
+
"title": "Extension_v2_1_0",
|
11570
11525
|
"type": "object",
|
11571
11526
|
"description": "Data model for the complex type Extension.",
|
11572
11527
|
"properties": {
|
11573
11528
|
"key": {
|
11574
|
-
"title": "
|
11529
|
+
"title": "ExtensionKey_v2_1_0",
|
11575
11530
|
"type": "string",
|
11576
11531
|
"minLength": 1,
|
11577
|
-
"maxLength": 32,
|
11578
11532
|
"description": "Extension key."
|
11579
11533
|
},
|
11580
11534
|
"value": {
|
@@ -11649,15 +11603,14 @@
|
|
11649
11603
|
"extension": {
|
11650
11604
|
"type": "array",
|
11651
11605
|
"items": {
|
11652
|
-
"title": "
|
11606
|
+
"title": "Extension_v2_1_0",
|
11653
11607
|
"type": "object",
|
11654
11608
|
"description": "Data model for the complex type Extension.",
|
11655
11609
|
"properties": {
|
11656
11610
|
"key": {
|
11657
|
-
"title": "
|
11611
|
+
"title": "ExtensionKey_v2_1_0",
|
11658
11612
|
"type": "string",
|
11659
11613
|
"minLength": 1,
|
11660
|
-
"maxLength": 32,
|
11661
11614
|
"description": "Extension key."
|
11662
11615
|
},
|
11663
11616
|
"value": {
|
@@ -11884,15 +11837,14 @@
|
|
11884
11837
|
"extension": {
|
11885
11838
|
"type": "array",
|
11886
11839
|
"items": {
|
11887
|
-
"title": "
|
11840
|
+
"title": "Extension_v2_1_0",
|
11888
11841
|
"type": "object",
|
11889
11842
|
"description": "Data model for the complex type Extension.",
|
11890
11843
|
"properties": {
|
11891
11844
|
"key": {
|
11892
|
-
"title": "
|
11845
|
+
"title": "ExtensionKey_v2_1_0",
|
11893
11846
|
"type": "string",
|
11894
11847
|
"minLength": 1,
|
11895
|
-
"maxLength": 32,
|
11896
11848
|
"description": "Extension key."
|
11897
11849
|
},
|
11898
11850
|
"value": {
|
@@ -12037,15 +11989,14 @@
|
|
12037
11989
|
"extension": {
|
12038
11990
|
"type": "array",
|
12039
11991
|
"items": {
|
12040
|
-
"title": "
|
11992
|
+
"title": "Extension_v2_1_0",
|
12041
11993
|
"type": "object",
|
12042
11994
|
"description": "Data model for the complex type Extension.",
|
12043
11995
|
"properties": {
|
12044
11996
|
"key": {
|
12045
|
-
"title": "
|
11997
|
+
"title": "ExtensionKey_v2_1_0",
|
12046
11998
|
"type": "string",
|
12047
11999
|
"minLength": 1,
|
12048
|
-
"maxLength": 32,
|
12049
12000
|
"description": "Extension key."
|
12050
12001
|
},
|
12051
12002
|
"value": {
|
@@ -12196,15 +12147,14 @@
|
|
12196
12147
|
"extension": {
|
12197
12148
|
"type": "array",
|
12198
12149
|
"items": {
|
12199
|
-
"title": "
|
12150
|
+
"title": "Extension_v2_1_0",
|
12200
12151
|
"type": "object",
|
12201
12152
|
"description": "Data model for the complex type Extension.",
|
12202
12153
|
"properties": {
|
12203
12154
|
"key": {
|
12204
|
-
"title": "
|
12155
|
+
"title": "ExtensionKey_v2_1_0",
|
12205
12156
|
"type": "string",
|
12206
12157
|
"minLength": 1,
|
12207
|
-
"maxLength": 32,
|
12208
12158
|
"description": "Extension key."
|
12209
12159
|
},
|
12210
12160
|
"value": {
|
@@ -12549,15 +12499,14 @@
|
|
12549
12499
|
"extensionList": {
|
12550
12500
|
"type": "array",
|
12551
12501
|
"items": {
|
12552
|
-
"title": "
|
12502
|
+
"title": "Extension_v2_1_0",
|
12553
12503
|
"type": "object",
|
12554
12504
|
"description": "Data model for the complex type Extension.",
|
12555
12505
|
"properties": {
|
12556
12506
|
"key": {
|
12557
|
-
"title": "
|
12507
|
+
"title": "ExtensionKey_v2_1_0",
|
12558
12508
|
"type": "string",
|
12559
12509
|
"minLength": 1,
|
12560
|
-
"maxLength": 32,
|
12561
12510
|
"description": "Extension key."
|
12562
12511
|
},
|
12563
12512
|
"value": {
|
@@ -12815,15 +12764,14 @@
|
|
12815
12764
|
"extension": {
|
12816
12765
|
"type": "array",
|
12817
12766
|
"items": {
|
12818
|
-
"title": "
|
12767
|
+
"title": "Extension_v2_1_0",
|
12819
12768
|
"type": "object",
|
12820
12769
|
"description": "Data model for the complex type Extension.",
|
12821
12770
|
"properties": {
|
12822
12771
|
"key": {
|
12823
|
-
"title": "
|
12772
|
+
"title": "ExtensionKey_v2_1_0",
|
12824
12773
|
"type": "string",
|
12825
12774
|
"minLength": 1,
|
12826
|
-
"maxLength": 32,
|
12827
12775
|
"description": "Extension key."
|
12828
12776
|
},
|
12829
12777
|
"value": {
|
@@ -13179,15 +13127,14 @@
|
|
13179
13127
|
"extensionList": {
|
13180
13128
|
"type": "array",
|
13181
13129
|
"items": {
|
13182
|
-
"title": "
|
13130
|
+
"title": "Extension_v2_1_0",
|
13183
13131
|
"type": "object",
|
13184
13132
|
"description": "Data model for the complex type Extension.",
|
13185
13133
|
"properties": {
|
13186
13134
|
"key": {
|
13187
|
-
"title": "
|
13135
|
+
"title": "ExtensionKey_v2_1_0",
|
13188
13136
|
"type": "string",
|
13189
13137
|
"minLength": 1,
|
13190
|
-
"maxLength": 32,
|
13191
13138
|
"description": "Extension key."
|
13192
13139
|
},
|
13193
13140
|
"value": {
|
@@ -13517,15 +13464,14 @@
|
|
13517
13464
|
"extensionList": {
|
13518
13465
|
"type": "array",
|
13519
13466
|
"items": {
|
13520
|
-
"title": "
|
13467
|
+
"title": "Extension_v2_1_0",
|
13521
13468
|
"type": "object",
|
13522
13469
|
"description": "Data model for the complex type Extension.",
|
13523
13470
|
"properties": {
|
13524
13471
|
"key": {
|
13525
|
-
"title": "
|
13472
|
+
"title": "ExtensionKey_v2_1_0",
|
13526
13473
|
"type": "string",
|
13527
13474
|
"minLength": 1,
|
13528
|
-
"maxLength": 32,
|
13529
13475
|
"description": "Extension key."
|
13530
13476
|
},
|
13531
13477
|
"value": {
|
@@ -13783,15 +13729,14 @@
|
|
13783
13729
|
"extension": {
|
13784
13730
|
"type": "array",
|
13785
13731
|
"items": {
|
13786
|
-
"title": "
|
13732
|
+
"title": "Extension_v2_1_0",
|
13787
13733
|
"type": "object",
|
13788
13734
|
"description": "Data model for the complex type Extension.",
|
13789
13735
|
"properties": {
|
13790
13736
|
"key": {
|
13791
|
-
"title": "
|
13737
|
+
"title": "ExtensionKey_v2_1_0",
|
13792
13738
|
"type": "string",
|
13793
13739
|
"minLength": 1,
|
13794
|
-
"maxLength": 32,
|
13795
13740
|
"description": "Extension key."
|
13796
13741
|
},
|
13797
13742
|
"value": {
|
@@ -13836,15 +13781,14 @@
|
|
13836
13781
|
"extension": {
|
13837
13782
|
"type": "array",
|
13838
13783
|
"items": {
|
13839
|
-
"title": "
|
13784
|
+
"title": "Extension_v2_1_0",
|
13840
13785
|
"type": "object",
|
13841
13786
|
"description": "Data model for the complex type Extension.",
|
13842
13787
|
"properties": {
|
13843
13788
|
"key": {
|
13844
|
-
"title": "
|
13789
|
+
"title": "ExtensionKey_v2_1_0",
|
13845
13790
|
"type": "string",
|
13846
13791
|
"minLength": 1,
|
13847
|
-
"maxLength": 32,
|
13848
13792
|
"description": "Extension key."
|
13849
13793
|
},
|
13850
13794
|
"value": {
|
@@ -13891,15 +13835,14 @@
|
|
13891
13835
|
"extension": {
|
13892
13836
|
"type": "array",
|
13893
13837
|
"items": {
|
13894
|
-
"title": "
|
13838
|
+
"title": "Extension_v2_1_0",
|
13895
13839
|
"type": "object",
|
13896
13840
|
"description": "Data model for the complex type Extension.",
|
13897
13841
|
"properties": {
|
13898
13842
|
"key": {
|
13899
|
-
"title": "
|
13843
|
+
"title": "ExtensionKey_v2_1_0",
|
13900
13844
|
"type": "string",
|
13901
13845
|
"minLength": 1,
|
13902
|
-
"maxLength": 32,
|
13903
13846
|
"description": "Extension key."
|
13904
13847
|
},
|
13905
13848
|
"value": {
|
@@ -13972,15 +13915,14 @@
|
|
13972
13915
|
"extension": {
|
13973
13916
|
"type": "array",
|
13974
13917
|
"items": {
|
13975
|
-
"title": "
|
13918
|
+
"title": "Extension_v2_1_0",
|
13976
13919
|
"type": "object",
|
13977
13920
|
"description": "Data model for the complex type Extension.",
|
13978
13921
|
"properties": {
|
13979
13922
|
"key": {
|
13980
|
-
"title": "
|
13923
|
+
"title": "ExtensionKey_v2_1_0",
|
13981
13924
|
"type": "string",
|
13982
13925
|
"minLength": 1,
|
13983
|
-
"maxLength": 32,
|
13984
13926
|
"description": "Extension key."
|
13985
13927
|
},
|
13986
13928
|
"value": {
|
@@ -14080,15 +14022,14 @@
|
|
14080
14022
|
"extension": {
|
14081
14023
|
"type": "array",
|
14082
14024
|
"items": {
|
14083
|
-
"title": "
|
14025
|
+
"title": "Extension_v2_1_0",
|
14084
14026
|
"type": "object",
|
14085
14027
|
"description": "Data model for the complex type Extension.",
|
14086
14028
|
"properties": {
|
14087
14029
|
"key": {
|
14088
|
-
"title": "
|
14030
|
+
"title": "ExtensionKey_v2_1_0",
|
14089
14031
|
"type": "string",
|
14090
14032
|
"minLength": 1,
|
14091
|
-
"maxLength": 32,
|
14092
14033
|
"description": "Extension key."
|
14093
14034
|
},
|
14094
14035
|
"value": {
|
@@ -15041,15 +14982,14 @@
|
|
15041
14982
|
"extension": {
|
15042
14983
|
"type": "array",
|
15043
14984
|
"items": {
|
15044
|
-
"title": "
|
14985
|
+
"title": "Extension_v2_1_0",
|
15045
14986
|
"type": "object",
|
15046
14987
|
"description": "Data model for the complex type Extension.",
|
15047
14988
|
"properties": {
|
15048
14989
|
"key": {
|
15049
|
-
"title": "
|
14990
|
+
"title": "ExtensionKey_v2_1_0",
|
15050
14991
|
"type": "string",
|
15051
14992
|
"minLength": 1,
|
15052
|
-
"maxLength": 32,
|
15053
14993
|
"description": "Extension key."
|
15054
14994
|
},
|
15055
14995
|
"value": {
|
@@ -15388,15 +15328,14 @@
|
|
15388
15328
|
"extension": {
|
15389
15329
|
"type": "array",
|
15390
15330
|
"items": {
|
15391
|
-
"title": "
|
15331
|
+
"title": "Extension_v2_1_0",
|
15392
15332
|
"type": "object",
|
15393
15333
|
"description": "Data model for the complex type Extension.",
|
15394
15334
|
"properties": {
|
15395
15335
|
"key": {
|
15396
|
-
"title": "
|
15336
|
+
"title": "ExtensionKey_v2_1_0",
|
15397
15337
|
"type": "string",
|
15398
15338
|
"minLength": 1,
|
15399
|
-
"maxLength": 32,
|
15400
15339
|
"description": "Extension key."
|
15401
15340
|
},
|
15402
15341
|
"value": {
|
@@ -16636,15 +16575,14 @@
|
|
16636
16575
|
"extension": {
|
16637
16576
|
"type": "array",
|
16638
16577
|
"items": {
|
16639
|
-
"title": "
|
16578
|
+
"title": "Extension_v2_1_0",
|
16640
16579
|
"type": "object",
|
16641
16580
|
"description": "Data model for the complex type Extension.",
|
16642
16581
|
"properties": {
|
16643
16582
|
"key": {
|
16644
|
-
"title": "
|
16583
|
+
"title": "ExtensionKey_v2_1_0",
|
16645
16584
|
"type": "string",
|
16646
16585
|
"minLength": 1,
|
16647
|
-
"maxLength": 32,
|
16648
16586
|
"description": "Extension key."
|
16649
16587
|
},
|
16650
16588
|
"value": {
|
@@ -16772,15 +16710,14 @@
|
|
16772
16710
|
"extension": {
|
16773
16711
|
"type": "array",
|
16774
16712
|
"items": {
|
16775
|
-
"title": "
|
16713
|
+
"title": "Extension_v2_1_0",
|
16776
16714
|
"type": "object",
|
16777
16715
|
"description": "Data model for the complex type Extension.",
|
16778
16716
|
"properties": {
|
16779
16717
|
"key": {
|
16780
|
-
"title": "
|
16718
|
+
"title": "ExtensionKey_v2_1_0",
|
16781
16719
|
"type": "string",
|
16782
16720
|
"minLength": 1,
|
16783
|
-
"maxLength": 32,
|
16784
16721
|
"description": "Extension key."
|
16785
16722
|
},
|
16786
16723
|
"value": {
|
@@ -17119,15 +17056,14 @@
|
|
17119
17056
|
"extension": {
|
17120
17057
|
"type": "array",
|
17121
17058
|
"items": {
|
17122
|
-
"title": "
|
17059
|
+
"title": "Extension_v2_1_0",
|
17123
17060
|
"type": "object",
|
17124
17061
|
"description": "Data model for the complex type Extension.",
|
17125
17062
|
"properties": {
|
17126
17063
|
"key": {
|
17127
|
-
"title": "
|
17064
|
+
"title": "ExtensionKey_v2_1_0",
|
17128
17065
|
"type": "string",
|
17129
17066
|
"minLength": 1,
|
17130
|
-
"maxLength": 32,
|
17131
17067
|
"description": "Extension key."
|
17132
17068
|
},
|
17133
17069
|
"value": {
|
@@ -18367,15 +18303,14 @@
|
|
18367
18303
|
"extension": {
|
18368
18304
|
"type": "array",
|
18369
18305
|
"items": {
|
18370
|
-
"title": "
|
18306
|
+
"title": "Extension_v2_1_0",
|
18371
18307
|
"type": "object",
|
18372
18308
|
"description": "Data model for the complex type Extension.",
|
18373
18309
|
"properties": {
|
18374
18310
|
"key": {
|
18375
|
-
"title": "
|
18311
|
+
"title": "ExtensionKey_v2_1_0",
|
18376
18312
|
"type": "string",
|
18377
18313
|
"minLength": 1,
|
18378
|
-
"maxLength": 32,
|
18379
18314
|
"description": "Extension key."
|
18380
18315
|
},
|
18381
18316
|
"value": {
|
@@ -19247,15 +19182,14 @@
|
|
19247
19182
|
"extension": {
|
19248
19183
|
"type": "array",
|
19249
19184
|
"items": {
|
19250
|
-
"title": "
|
19185
|
+
"title": "Extension_v2_1_0",
|
19251
19186
|
"type": "object",
|
19252
19187
|
"description": "Data model for the complex type Extension.",
|
19253
19188
|
"properties": {
|
19254
19189
|
"key": {
|
19255
|
-
"title": "
|
19190
|
+
"title": "ExtensionKey_v2_1_0",
|
19256
19191
|
"type": "string",
|
19257
19192
|
"minLength": 1,
|
19258
|
-
"maxLength": 32,
|
19259
19193
|
"description": "Extension key."
|
19260
19194
|
},
|
19261
19195
|
"value": {
|
@@ -19650,15 +19584,14 @@
|
|
19650
19584
|
"extensionList": {
|
19651
19585
|
"type": "array",
|
19652
19586
|
"items": {
|
19653
|
-
"title": "
|
19587
|
+
"title": "Extension_v2_1_0",
|
19654
19588
|
"type": "object",
|
19655
19589
|
"description": "Data model for the complex type Extension.",
|
19656
19590
|
"properties": {
|
19657
19591
|
"key": {
|
19658
|
-
"title": "
|
19592
|
+
"title": "ExtensionKey_v2_1_0",
|
19659
19593
|
"type": "string",
|
19660
19594
|
"minLength": 1,
|
19661
|
-
"maxLength": 32,
|
19662
19595
|
"description": "Extension key."
|
19663
19596
|
},
|
19664
19597
|
"value": {
|
@@ -19971,15 +19904,14 @@
|
|
19971
19904
|
"extensionList": {
|
19972
19905
|
"type": "array",
|
19973
19906
|
"items": {
|
19974
|
-
"title": "
|
19907
|
+
"title": "Extension_v2_1_0",
|
19975
19908
|
"type": "object",
|
19976
19909
|
"description": "Data model for the complex type Extension.",
|
19977
19910
|
"properties": {
|
19978
19911
|
"key": {
|
19979
|
-
"title": "
|
19912
|
+
"title": "ExtensionKey_v2_1_0",
|
19980
19913
|
"type": "string",
|
19981
19914
|
"minLength": 1,
|
19982
|
-
"maxLength": 32,
|
19983
19915
|
"description": "Extension key."
|
19984
19916
|
},
|
19985
19917
|
"value": {
|
@@ -20291,15 +20223,14 @@
|
|
20291
20223
|
"extension": {
|
20292
20224
|
"type": "array",
|
20293
20225
|
"items": {
|
20294
|
-
"title": "
|
20226
|
+
"title": "Extension_v2_1_0",
|
20295
20227
|
"type": "object",
|
20296
20228
|
"description": "Data model for the complex type Extension.",
|
20297
20229
|
"properties": {
|
20298
20230
|
"key": {
|
20299
|
-
"title": "
|
20231
|
+
"title": "ExtensionKey_v2_1_0",
|
20300
20232
|
"type": "string",
|
20301
20233
|
"minLength": 1,
|
20302
|
-
"maxLength": 32,
|
20303
20234
|
"description": "Extension key."
|
20304
20235
|
},
|
20305
20236
|
"value": {
|
@@ -20639,15 +20570,14 @@
|
|
20639
20570
|
"extension": {
|
20640
20571
|
"type": "array",
|
20641
20572
|
"items": {
|
20642
|
-
"title": "
|
20573
|
+
"title": "Extension_v2_1_0",
|
20643
20574
|
"type": "object",
|
20644
20575
|
"description": "Data model for the complex type Extension.",
|
20645
20576
|
"properties": {
|
20646
20577
|
"key": {
|
20647
|
-
"title": "
|
20578
|
+
"title": "ExtensionKey_v2_1_0",
|
20648
20579
|
"type": "string",
|
20649
20580
|
"minLength": 1,
|
20650
|
-
"maxLength": 32,
|
20651
20581
|
"description": "Extension key."
|
20652
20582
|
},
|
20653
20583
|
"value": {
|
@@ -20998,15 +20928,14 @@
|
|
20998
20928
|
"extensionList": {
|
20999
20929
|
"type": "array",
|
21000
20930
|
"items": {
|
21001
|
-
"title": "
|
20931
|
+
"title": "Extension_v2_1_0",
|
21002
20932
|
"type": "object",
|
21003
20933
|
"description": "Data model for the complex type Extension.",
|
21004
20934
|
"properties": {
|
21005
20935
|
"key": {
|
21006
|
-
"title": "
|
20936
|
+
"title": "ExtensionKey_v2_1_0",
|
21007
20937
|
"type": "string",
|
21008
20938
|
"minLength": 1,
|
21009
|
-
"maxLength": 32,
|
21010
20939
|
"description": "Extension key."
|
21011
20940
|
},
|
21012
20941
|
"value": {
|
@@ -21319,15 +21248,14 @@
|
|
21319
21248
|
"extensionList": {
|
21320
21249
|
"type": "array",
|
21321
21250
|
"items": {
|
21322
|
-
"title": "
|
21251
|
+
"title": "Extension_v2_1_0",
|
21323
21252
|
"type": "object",
|
21324
21253
|
"description": "Data model for the complex type Extension.",
|
21325
21254
|
"properties": {
|
21326
21255
|
"key": {
|
21327
|
-
"title": "
|
21256
|
+
"title": "ExtensionKey_v2_1_0",
|
21328
21257
|
"type": "string",
|
21329
21258
|
"minLength": 1,
|
21330
|
-
"maxLength": 32,
|
21331
21259
|
"description": "Extension key."
|
21332
21260
|
},
|
21333
21261
|
"value": {
|
@@ -21626,15 +21554,14 @@
|
|
21626
21554
|
"extension": {
|
21627
21555
|
"type": "array",
|
21628
21556
|
"items": {
|
21629
|
-
"title": "
|
21557
|
+
"title": "Extension_v2_1_0",
|
21630
21558
|
"type": "object",
|
21631
21559
|
"description": "Data model for the complex type Extension.",
|
21632
21560
|
"properties": {
|
21633
21561
|
"key": {
|
21634
|
-
"title": "
|
21562
|
+
"title": "ExtensionKey_v2_1_0",
|
21635
21563
|
"type": "string",
|
21636
21564
|
"minLength": 1,
|
21637
|
-
"maxLength": 32,
|
21638
21565
|
"description": "Extension key."
|
21639
21566
|
},
|
21640
21567
|
"value": {
|
@@ -21962,15 +21889,14 @@
|
|
21962
21889
|
"extension": {
|
21963
21890
|
"type": "array",
|
21964
21891
|
"items": {
|
21965
|
-
"title": "
|
21892
|
+
"title": "Extension_v2_1_0",
|
21966
21893
|
"type": "object",
|
21967
21894
|
"description": "Data model for the complex type Extension.",
|
21968
21895
|
"properties": {
|
21969
21896
|
"key": {
|
21970
|
-
"title": "
|
21897
|
+
"title": "ExtensionKey_v2_1_0",
|
21971
21898
|
"type": "string",
|
21972
21899
|
"minLength": 1,
|
21973
|
-
"maxLength": 32,
|
21974
21900
|
"description": "Extension key."
|
21975
21901
|
},
|
21976
21902
|
"value": {
|
@@ -22047,15 +21973,14 @@
|
|
22047
21973
|
"extension": {
|
22048
21974
|
"type": "array",
|
22049
21975
|
"items": {
|
22050
|
-
"title": "
|
21976
|
+
"title": "Extension_v2_1_0",
|
22051
21977
|
"type": "object",
|
22052
21978
|
"description": "Data model for the complex type Extension.",
|
22053
21979
|
"properties": {
|
22054
21980
|
"key": {
|
22055
|
-
"title": "
|
21981
|
+
"title": "ExtensionKey_v2_1_0",
|
22056
21982
|
"type": "string",
|
22057
21983
|
"minLength": 1,
|
22058
|
-
"maxLength": 32,
|
22059
21984
|
"description": "Extension key."
|
22060
21985
|
},
|
22061
21986
|
"value": {
|
@@ -22927,15 +22852,14 @@
|
|
22927
22852
|
"extension": {
|
22928
22853
|
"type": "array",
|
22929
22854
|
"items": {
|
22930
|
-
"title": "
|
22855
|
+
"title": "Extension_v2_1_0",
|
22931
22856
|
"type": "object",
|
22932
22857
|
"description": "Data model for the complex type Extension.",
|
22933
22858
|
"properties": {
|
22934
22859
|
"key": {
|
22935
|
-
"title": "
|
22860
|
+
"title": "ExtensionKey_v2_1_0",
|
22936
22861
|
"type": "string",
|
22937
22862
|
"minLength": 1,
|
22938
|
-
"maxLength": 32,
|
22939
22863
|
"description": "Extension key."
|
22940
22864
|
},
|
22941
22865
|
"value": {
|
@@ -24484,15 +24408,14 @@
|
|
24484
24408
|
"extension": {
|
24485
24409
|
"type": "array",
|
24486
24410
|
"items": {
|
24487
|
-
"title": "
|
24411
|
+
"title": "Extension_v2_1_0",
|
24488
24412
|
"type": "object",
|
24489
24413
|
"description": "Data model for the complex type Extension.",
|
24490
24414
|
"properties": {
|
24491
24415
|
"key": {
|
24492
|
-
"title": "
|
24416
|
+
"title": "ExtensionKey_v2_1_0",
|
24493
24417
|
"type": "string",
|
24494
24418
|
"minLength": 1,
|
24495
|
-
"maxLength": 32,
|
24496
24419
|
"description": "Extension key."
|
24497
24420
|
},
|
24498
24421
|
"value": {
|
@@ -25472,15 +25395,14 @@
|
|
25472
25395
|
"extension": {
|
25473
25396
|
"type": "array",
|
25474
25397
|
"items": {
|
25475
|
-
"title": "
|
25398
|
+
"title": "Extension_v2_1_0",
|
25476
25399
|
"type": "object",
|
25477
25400
|
"description": "Data model for the complex type Extension.",
|
25478
25401
|
"properties": {
|
25479
25402
|
"key": {
|
25480
|
-
"title": "
|
25403
|
+
"title": "ExtensionKey_v2_1_0",
|
25481
25404
|
"type": "string",
|
25482
25405
|
"minLength": 1,
|
25483
|
-
"maxLength": 32,
|
25484
25406
|
"description": "Extension key."
|
25485
25407
|
},
|
25486
25408
|
"value": {
|
@@ -25571,15 +25493,14 @@
|
|
25571
25493
|
"extension": {
|
25572
25494
|
"type": "array",
|
25573
25495
|
"items": {
|
25574
|
-
"title": "
|
25496
|
+
"title": "Extension_v2_1_0",
|
25575
25497
|
"type": "object",
|
25576
25498
|
"description": "Data model for the complex type Extension.",
|
25577
25499
|
"properties": {
|
25578
25500
|
"key": {
|
25579
|
-
"title": "
|
25501
|
+
"title": "ExtensionKey_v2_1_0",
|
25580
25502
|
"type": "string",
|
25581
25503
|
"minLength": 1,
|
25582
|
-
"maxLength": 32,
|
25583
25504
|
"description": "Extension key."
|
25584
25505
|
},
|
25585
25506
|
"value": {
|
@@ -25924,15 +25845,14 @@
|
|
25924
25845
|
"extensionList": {
|
25925
25846
|
"type": "array",
|
25926
25847
|
"items": {
|
25927
|
-
"title": "
|
25848
|
+
"title": "Extension_v2_1_0",
|
25928
25849
|
"type": "object",
|
25929
25850
|
"description": "Data model for the complex type Extension.",
|
25930
25851
|
"properties": {
|
25931
25852
|
"key": {
|
25932
|
-
"title": "
|
25853
|
+
"title": "ExtensionKey_v2_1_0",
|
25933
25854
|
"type": "string",
|
25934
25855
|
"minLength": 1,
|
25935
|
-
"maxLength": 32,
|
25936
25856
|
"description": "Extension key."
|
25937
25857
|
},
|
25938
25858
|
"value": {
|
@@ -26245,15 +26165,14 @@
|
|
26245
26165
|
"extensionList": {
|
26246
26166
|
"type": "array",
|
26247
26167
|
"items": {
|
26248
|
-
"title": "
|
26168
|
+
"title": "Extension_v2_1_0",
|
26249
26169
|
"type": "object",
|
26250
26170
|
"description": "Data model for the complex type Extension.",
|
26251
26171
|
"properties": {
|
26252
26172
|
"key": {
|
26253
|
-
"title": "
|
26173
|
+
"title": "ExtensionKey_v2_1_0",
|
26254
26174
|
"type": "string",
|
26255
26175
|
"minLength": 1,
|
26256
|
-
"maxLength": 32,
|
26257
26176
|
"description": "Extension key."
|
26258
26177
|
},
|
26259
26178
|
"value": {
|
@@ -26567,15 +26486,14 @@
|
|
26567
26486
|
"extension": {
|
26568
26487
|
"type": "array",
|
26569
26488
|
"items": {
|
26570
|
-
"title": "
|
26489
|
+
"title": "Extension_v2_1_0",
|
26571
26490
|
"type": "object",
|
26572
26491
|
"description": "Data model for the complex type Extension.",
|
26573
26492
|
"properties": {
|
26574
26493
|
"key": {
|
26575
|
-
"title": "
|
26494
|
+
"title": "ExtensionKey_v2_1_0",
|
26576
26495
|
"type": "string",
|
26577
26496
|
"minLength": 1,
|
26578
|
-
"maxLength": 32,
|
26579
26497
|
"description": "Extension key."
|
26580
26498
|
},
|
26581
26499
|
"value": {
|
@@ -26894,15 +26812,14 @@
|
|
26894
26812
|
"extension": {
|
26895
26813
|
"type": "array",
|
26896
26814
|
"items": {
|
26897
|
-
"title": "
|
26815
|
+
"title": "Extension_v2_1_0",
|
26898
26816
|
"type": "object",
|
26899
26817
|
"description": "Data model for the complex type Extension.",
|
26900
26818
|
"properties": {
|
26901
26819
|
"key": {
|
26902
|
-
"title": "
|
26820
|
+
"title": "ExtensionKey_v2_1_0",
|
26903
26821
|
"type": "string",
|
26904
26822
|
"minLength": 1,
|
26905
|
-
"maxLength": 32,
|
26906
26823
|
"description": "Extension key."
|
26907
26824
|
},
|
26908
26825
|
"value": {
|
@@ -27779,15 +27696,14 @@
|
|
27779
27696
|
"extension": {
|
27780
27697
|
"type": "array",
|
27781
27698
|
"items": {
|
27782
|
-
"title": "
|
27699
|
+
"title": "Extension_v2_1_0",
|
27783
27700
|
"type": "object",
|
27784
27701
|
"description": "Data model for the complex type Extension.",
|
27785
27702
|
"properties": {
|
27786
27703
|
"key": {
|
27787
|
-
"title": "
|
27704
|
+
"title": "ExtensionKey_v2_1_0",
|
27788
27705
|
"type": "string",
|
27789
27706
|
"minLength": 1,
|
27790
|
-
"maxLength": 32,
|
27791
27707
|
"description": "Extension key."
|
27792
27708
|
},
|
27793
27709
|
"value": {
|
@@ -28781,15 +28697,14 @@
|
|
28781
28697
|
"extension": {
|
28782
28698
|
"type": "array",
|
28783
28699
|
"items": {
|
28784
|
-
"title": "
|
28700
|
+
"title": "Extension_v2_1_0",
|
28785
28701
|
"type": "object",
|
28786
28702
|
"description": "Data model for the complex type Extension.",
|
28787
28703
|
"properties": {
|
28788
28704
|
"key": {
|
28789
|
-
"title": "
|
28705
|
+
"title": "ExtensionKey_v2_1_0",
|
28790
28706
|
"type": "string",
|
28791
28707
|
"minLength": 1,
|
28792
|
-
"maxLength": 32,
|
28793
28708
|
"description": "Extension key."
|
28794
28709
|
},
|
28795
28710
|
"value": {
|
@@ -28895,15 +28810,14 @@
|
|
28895
28810
|
"extension": {
|
28896
28811
|
"type": "array",
|
28897
28812
|
"items": {
|
28898
|
-
"title": "
|
28813
|
+
"title": "Extension_v2_1_0",
|
28899
28814
|
"type": "object",
|
28900
28815
|
"description": "Data model for the complex type Extension.",
|
28901
28816
|
"properties": {
|
28902
28817
|
"key": {
|
28903
|
-
"title": "
|
28818
|
+
"title": "ExtensionKey_v2_1_0",
|
28904
28819
|
"type": "string",
|
28905
28820
|
"minLength": 1,
|
28906
|
-
"maxLength": 32,
|
28907
28821
|
"description": "Extension key."
|
28908
28822
|
},
|
28909
28823
|
"value": {
|
@@ -28976,15 +28890,14 @@
|
|
28976
28890
|
"extension": {
|
28977
28891
|
"type": "array",
|
28978
28892
|
"items": {
|
28979
|
-
"title": "
|
28893
|
+
"title": "Extension_v2_1_0",
|
28980
28894
|
"type": "object",
|
28981
28895
|
"description": "Data model for the complex type Extension.",
|
28982
28896
|
"properties": {
|
28983
28897
|
"key": {
|
28984
|
-
"title": "
|
28898
|
+
"title": "ExtensionKey_v2_1_0",
|
28985
28899
|
"type": "string",
|
28986
28900
|
"minLength": 1,
|
28987
|
-
"maxLength": 32,
|
28988
28901
|
"description": "Extension key."
|
28989
28902
|
},
|
28990
28903
|
"value": {
|
@@ -29361,15 +29274,14 @@
|
|
29361
29274
|
"extensionList": {
|
29362
29275
|
"type": "array",
|
29363
29276
|
"items": {
|
29364
|
-
"title": "
|
29277
|
+
"title": "Extension_v2_1_0",
|
29365
29278
|
"type": "object",
|
29366
29279
|
"description": "Data model for the complex type Extension.",
|
29367
29280
|
"properties": {
|
29368
29281
|
"key": {
|
29369
|
-
"title": "
|
29282
|
+
"title": "ExtensionKey_v2_1_0",
|
29370
29283
|
"type": "string",
|
29371
29284
|
"minLength": 1,
|
29372
|
-
"maxLength": 32,
|
29373
29285
|
"description": "Extension key."
|
29374
29286
|
},
|
29375
29287
|
"value": {
|
@@ -29682,15 +29594,14 @@
|
|
29682
29594
|
"extensionList": {
|
29683
29595
|
"type": "array",
|
29684
29596
|
"items": {
|
29685
|
-
"title": "
|
29597
|
+
"title": "Extension_v2_1_0",
|
29686
29598
|
"type": "object",
|
29687
29599
|
"description": "Data model for the complex type Extension.",
|
29688
29600
|
"properties": {
|
29689
29601
|
"key": {
|
29690
|
-
"title": "
|
29602
|
+
"title": "ExtensionKey_v2_1_0",
|
29691
29603
|
"type": "string",
|
29692
29604
|
"minLength": 1,
|
29693
|
-
"maxLength": 32,
|
29694
29605
|
"description": "Extension key."
|
29695
29606
|
},
|
29696
29607
|
"value": {
|
@@ -30004,15 +29915,14 @@
|
|
30004
29915
|
"extension": {
|
30005
29916
|
"type": "array",
|
30006
29917
|
"items": {
|
30007
|
-
"title": "
|
29918
|
+
"title": "Extension_v2_1_0",
|
30008
29919
|
"type": "object",
|
30009
29920
|
"description": "Data model for the complex type Extension.",
|
30010
29921
|
"properties": {
|
30011
29922
|
"key": {
|
30012
|
-
"title": "
|
29923
|
+
"title": "ExtensionKey_v2_1_0",
|
30013
29924
|
"type": "string",
|
30014
29925
|
"minLength": 1,
|
30015
|
-
"maxLength": 32,
|
30016
29926
|
"description": "Extension key."
|
30017
29927
|
},
|
30018
29928
|
"value": {
|
@@ -30331,15 +30241,14 @@
|
|
30331
30241
|
"extension": {
|
30332
30242
|
"type": "array",
|
30333
30243
|
"items": {
|
30334
|
-
"title": "
|
30244
|
+
"title": "Extension_v2_1_0",
|
30335
30245
|
"type": "object",
|
30336
30246
|
"description": "Data model for the complex type Extension.",
|
30337
30247
|
"properties": {
|
30338
30248
|
"key": {
|
30339
|
-
"title": "
|
30249
|
+
"title": "ExtensionKey_v2_1_0",
|
30340
30250
|
"type": "string",
|
30341
30251
|
"minLength": 1,
|
30342
|
-
"maxLength": 32,
|
30343
30252
|
"description": "Extension key."
|
30344
30253
|
},
|
30345
30254
|
"value": {
|
@@ -31216,15 +31125,14 @@
|
|
31216
31125
|
"extension": {
|
31217
31126
|
"type": "array",
|
31218
31127
|
"items": {
|
31219
|
-
"title": "
|
31128
|
+
"title": "Extension_v2_1_0",
|
31220
31129
|
"type": "object",
|
31221
31130
|
"description": "Data model for the complex type Extension.",
|
31222
31131
|
"properties": {
|
31223
31132
|
"key": {
|
31224
|
-
"title": "
|
31133
|
+
"title": "ExtensionKey_v2_1_0",
|
31225
31134
|
"type": "string",
|
31226
31135
|
"minLength": 1,
|
31227
|
-
"maxLength": 32,
|
31228
31136
|
"description": "Extension key."
|
31229
31137
|
},
|
31230
31138
|
"value": {
|
@@ -32218,15 +32126,14 @@
|
|
32218
32126
|
"extension": {
|
32219
32127
|
"type": "array",
|
32220
32128
|
"items": {
|
32221
|
-
"title": "
|
32129
|
+
"title": "Extension_v2_1_0",
|
32222
32130
|
"type": "object",
|
32223
32131
|
"description": "Data model for the complex type Extension.",
|
32224
32132
|
"properties": {
|
32225
32133
|
"key": {
|
32226
|
-
"title": "
|
32134
|
+
"title": "ExtensionKey_v2_1_0",
|
32227
32135
|
"type": "string",
|
32228
32136
|
"minLength": 1,
|
32229
|
-
"maxLength": 32,
|
32230
32137
|
"description": "Extension key."
|
32231
32138
|
},
|
32232
32139
|
"value": {
|
@@ -32332,15 +32239,14 @@
|
|
32332
32239
|
"extension": {
|
32333
32240
|
"type": "array",
|
32334
32241
|
"items": {
|
32335
|
-
"title": "
|
32242
|
+
"title": "Extension_v2_1_0",
|
32336
32243
|
"type": "object",
|
32337
32244
|
"description": "Data model for the complex type Extension.",
|
32338
32245
|
"properties": {
|
32339
32246
|
"key": {
|
32340
|
-
"title": "
|
32247
|
+
"title": "ExtensionKey_v2_1_0",
|
32341
32248
|
"type": "string",
|
32342
32249
|
"minLength": 1,
|
32343
|
-
"maxLength": 32,
|
32344
32250
|
"description": "Extension key."
|
32345
32251
|
},
|
32346
32252
|
"value": {
|
@@ -32413,15 +32319,14 @@
|
|
32413
32319
|
"extension": {
|
32414
32320
|
"type": "array",
|
32415
32321
|
"items": {
|
32416
|
-
"title": "
|
32322
|
+
"title": "Extension_v2_1_0",
|
32417
32323
|
"type": "object",
|
32418
32324
|
"description": "Data model for the complex type Extension.",
|
32419
32325
|
"properties": {
|
32420
32326
|
"key": {
|
32421
|
-
"title": "
|
32327
|
+
"title": "ExtensionKey_v2_1_0",
|
32422
32328
|
"type": "string",
|
32423
32329
|
"minLength": 1,
|
32424
|
-
"maxLength": 32,
|
32425
32330
|
"description": "Extension key."
|
32426
32331
|
},
|
32427
32332
|
"value": {
|
@@ -32784,15 +32689,14 @@
|
|
32784
32689
|
"extensionList": {
|
32785
32690
|
"type": "array",
|
32786
32691
|
"items": {
|
32787
|
-
"title": "
|
32692
|
+
"title": "Extension_v2_1_0",
|
32788
32693
|
"type": "object",
|
32789
32694
|
"description": "Data model for the complex type Extension.",
|
32790
32695
|
"properties": {
|
32791
32696
|
"key": {
|
32792
|
-
"title": "
|
32697
|
+
"title": "ExtensionKey_v2_1_0",
|
32793
32698
|
"type": "string",
|
32794
32699
|
"minLength": 1,
|
32795
|
-
"maxLength": 32,
|
32796
32700
|
"description": "Extension key."
|
32797
32701
|
},
|
32798
32702
|
"value": {
|
@@ -33105,15 +33009,14 @@
|
|
33105
33009
|
"extensionList": {
|
33106
33010
|
"type": "array",
|
33107
33011
|
"items": {
|
33108
|
-
"title": "
|
33012
|
+
"title": "Extension_v2_1_0",
|
33109
33013
|
"type": "object",
|
33110
33014
|
"description": "Data model for the complex type Extension.",
|
33111
33015
|
"properties": {
|
33112
33016
|
"key": {
|
33113
|
-
"title": "
|
33017
|
+
"title": "ExtensionKey_v2_1_0",
|
33114
33018
|
"type": "string",
|
33115
33019
|
"minLength": 1,
|
33116
|
-
"maxLength": 32,
|
33117
33020
|
"description": "Extension key."
|
33118
33021
|
},
|
33119
33022
|
"value": {
|
@@ -33917,15 +33820,14 @@
|
|
33917
33820
|
"extensionList": {
|
33918
33821
|
"type": "array",
|
33919
33822
|
"items": {
|
33920
|
-
"title": "
|
33823
|
+
"title": "Extension_v2_1_0",
|
33921
33824
|
"type": "object",
|
33922
33825
|
"description": "Data model for the complex type Extension.",
|
33923
33826
|
"properties": {
|
33924
33827
|
"key": {
|
33925
|
-
"title": "
|
33828
|
+
"title": "ExtensionKey_v2_1_0",
|
33926
33829
|
"type": "string",
|
33927
33830
|
"minLength": 1,
|
33928
|
-
"maxLength": 32,
|
33929
33831
|
"description": "Extension key."
|
33930
33832
|
},
|
33931
33833
|
"value": {
|
@@ -34238,15 +34140,14 @@
|
|
34238
34140
|
"extensionList": {
|
34239
34141
|
"type": "array",
|
34240
34142
|
"items": {
|
34241
|
-
"title": "
|
34143
|
+
"title": "Extension_v2_1_0",
|
34242
34144
|
"type": "object",
|
34243
34145
|
"description": "Data model for the complex type Extension.",
|
34244
34146
|
"properties": {
|
34245
34147
|
"key": {
|
34246
|
-
"title": "
|
34148
|
+
"title": "ExtensionKey_v2_1_0",
|
34247
34149
|
"type": "string",
|
34248
34150
|
"minLength": 1,
|
34249
|
-
"maxLength": 32,
|
34250
34151
|
"description": "Extension key."
|
34251
34152
|
},
|
34252
34153
|
"value": {
|
@@ -35321,15 +35222,14 @@
|
|
35321
35222
|
"extension": {
|
35322
35223
|
"type": "array",
|
35323
35224
|
"items": {
|
35324
|
-
"title": "
|
35225
|
+
"title": "Extension_v2_1_0",
|
35325
35226
|
"type": "object",
|
35326
35227
|
"description": "Data model for the complex type Extension.",
|
35327
35228
|
"properties": {
|
35328
35229
|
"key": {
|
35329
|
-
"title": "
|
35230
|
+
"title": "ExtensionKey_v2_1_0",
|
35330
35231
|
"type": "string",
|
35331
35232
|
"minLength": 1,
|
35332
|
-
"maxLength": 32,
|
35333
35233
|
"description": "Extension key."
|
35334
35234
|
},
|
35335
35235
|
"value": {
|
@@ -35515,15 +35415,14 @@
|
|
35515
35415
|
"extension": {
|
35516
35416
|
"type": "array",
|
35517
35417
|
"items": {
|
35518
|
-
"title": "
|
35418
|
+
"title": "Extension_v2_1_0",
|
35519
35419
|
"type": "object",
|
35520
35420
|
"description": "Data model for the complex type Extension.",
|
35521
35421
|
"properties": {
|
35522
35422
|
"key": {
|
35523
|
-
"title": "
|
35423
|
+
"title": "ExtensionKey_v2_1_0",
|
35524
35424
|
"type": "string",
|
35525
35425
|
"minLength": 1,
|
35526
|
-
"maxLength": 32,
|
35527
35426
|
"description": "Extension key."
|
35528
35427
|
},
|
35529
35428
|
"value": {
|
@@ -35596,15 +35495,14 @@
|
|
35596
35495
|
"extension": {
|
35597
35496
|
"type": "array",
|
35598
35497
|
"items": {
|
35599
|
-
"title": "
|
35498
|
+
"title": "Extension_v2_1_0",
|
35600
35499
|
"type": "object",
|
35601
35500
|
"description": "Data model for the complex type Extension.",
|
35602
35501
|
"properties": {
|
35603
35502
|
"key": {
|
35604
|
-
"title": "
|
35503
|
+
"title": "ExtensionKey_v2_1_0",
|
35605
35504
|
"type": "string",
|
35606
35505
|
"minLength": 1,
|
35607
|
-
"maxLength": 32,
|
35608
35506
|
"description": "Extension key."
|
35609
35507
|
},
|
35610
35508
|
"value": {
|
@@ -35904,15 +35802,14 @@
|
|
35904
35802
|
"extension": {
|
35905
35803
|
"type": "array",
|
35906
35804
|
"items": {
|
35907
|
-
"title": "
|
35805
|
+
"title": "Extension_v2_1_0",
|
35908
35806
|
"type": "object",
|
35909
35807
|
"description": "Data model for the complex type Extension.",
|
35910
35808
|
"properties": {
|
35911
35809
|
"key": {
|
35912
|
-
"title": "
|
35810
|
+
"title": "ExtensionKey_v2_1_0",
|
35913
35811
|
"type": "string",
|
35914
35812
|
"minLength": 1,
|
35915
|
-
"maxLength": 32,
|
35916
35813
|
"description": "Extension key."
|
35917
35814
|
},
|
35918
35815
|
"value": {
|
@@ -36207,15 +36104,14 @@
|
|
36207
36104
|
"extension": {
|
36208
36105
|
"type": "array",
|
36209
36106
|
"items": {
|
36210
|
-
"title": "
|
36107
|
+
"title": "Extension_v2_1_0",
|
36211
36108
|
"type": "object",
|
36212
36109
|
"description": "Data model for the complex type Extension.",
|
36213
36110
|
"properties": {
|
36214
36111
|
"key": {
|
36215
|
-
"title": "
|
36112
|
+
"title": "ExtensionKey_v2_1_0",
|
36216
36113
|
"type": "string",
|
36217
36114
|
"minLength": 1,
|
36218
|
-
"maxLength": 32,
|
36219
36115
|
"description": "Extension key."
|
36220
36116
|
},
|
36221
36117
|
"value": {
|
@@ -36303,15 +36199,14 @@
|
|
36303
36199
|
"extension": {
|
36304
36200
|
"type": "array",
|
36305
36201
|
"items": {
|
36306
|
-
"title": "
|
36202
|
+
"title": "Extension_v2_1_0",
|
36307
36203
|
"type": "object",
|
36308
36204
|
"description": "Data model for the complex type Extension.",
|
36309
36205
|
"properties": {
|
36310
36206
|
"key": {
|
36311
|
-
"title": "
|
36207
|
+
"title": "ExtensionKey_v2_1_0",
|
36312
36208
|
"type": "string",
|
36313
36209
|
"minLength": 1,
|
36314
|
-
"maxLength": 32,
|
36315
36210
|
"description": "Extension key."
|
36316
36211
|
},
|
36317
36212
|
"value": {
|
@@ -36692,15 +36587,14 @@
|
|
36692
36587
|
"extensionList": {
|
36693
36588
|
"type": "array",
|
36694
36589
|
"items": {
|
36695
|
-
"title": "
|
36590
|
+
"title": "Extension_v2_1_0",
|
36696
36591
|
"type": "object",
|
36697
36592
|
"description": "Data model for the complex type Extension.",
|
36698
36593
|
"properties": {
|
36699
36594
|
"key": {
|
36700
|
-
"title": "
|
36595
|
+
"title": "ExtensionKey_v2_1_0",
|
36701
36596
|
"type": "string",
|
36702
36597
|
"minLength": 1,
|
36703
|
-
"maxLength": 32,
|
36704
36598
|
"description": "Extension key."
|
36705
36599
|
},
|
36706
36600
|
"value": {
|
@@ -37013,15 +36907,14 @@
|
|
37013
36907
|
"extensionList": {
|
37014
36908
|
"type": "array",
|
37015
36909
|
"items": {
|
37016
|
-
"title": "
|
36910
|
+
"title": "Extension_v2_1_0",
|
37017
36911
|
"type": "object",
|
37018
36912
|
"description": "Data model for the complex type Extension.",
|
37019
36913
|
"properties": {
|
37020
36914
|
"key": {
|
37021
|
-
"title": "
|
36915
|
+
"title": "ExtensionKey_v2_1_0",
|
37022
36916
|
"type": "string",
|
37023
36917
|
"minLength": 1,
|
37024
|
-
"maxLength": 32,
|
37025
36918
|
"description": "Extension key."
|
37026
36919
|
},
|
37027
36920
|
"value": {
|
@@ -37258,15 +37151,14 @@
|
|
37258
37151
|
"quoteRequestExtensions": {
|
37259
37152
|
"type": "array",
|
37260
37153
|
"items": {
|
37261
|
-
"title": "
|
37154
|
+
"title": "Extension_v2_1_0",
|
37262
37155
|
"type": "object",
|
37263
37156
|
"description": "Data model for the complex type Extension.",
|
37264
37157
|
"properties": {
|
37265
37158
|
"key": {
|
37266
|
-
"title": "
|
37159
|
+
"title": "ExtensionKey_v2_1_0",
|
37267
37160
|
"type": "string",
|
37268
37161
|
"minLength": 1,
|
37269
|
-
"maxLength": 32,
|
37270
37162
|
"description": "Extension key."
|
37271
37163
|
},
|
37272
37164
|
"value": {
|
@@ -37288,15 +37180,14 @@
|
|
37288
37180
|
"transferRequestExtensions": {
|
37289
37181
|
"type": "array",
|
37290
37182
|
"items": {
|
37291
|
-
"title": "
|
37183
|
+
"title": "Extension_v2_1_0",
|
37292
37184
|
"type": "object",
|
37293
37185
|
"description": "Data model for the complex type Extension.",
|
37294
37186
|
"properties": {
|
37295
37187
|
"key": {
|
37296
|
-
"title": "
|
37188
|
+
"title": "ExtensionKey_v2_1_0",
|
37297
37189
|
"type": "string",
|
37298
37190
|
"minLength": 1,
|
37299
|
-
"maxLength": 32,
|
37300
37191
|
"description": "Extension key."
|
37301
37192
|
},
|
37302
37193
|
"value": {
|
@@ -37392,15 +37283,14 @@
|
|
37392
37283
|
"extension": {
|
37393
37284
|
"type": "array",
|
37394
37285
|
"items": {
|
37395
|
-
"title": "
|
37286
|
+
"title": "Extension_v2_1_0",
|
37396
37287
|
"type": "object",
|
37397
37288
|
"description": "Data model for the complex type Extension.",
|
37398
37289
|
"properties": {
|
37399
37290
|
"key": {
|
37400
|
-
"title": "
|
37291
|
+
"title": "ExtensionKey_v2_1_0",
|
37401
37292
|
"type": "string",
|
37402
37293
|
"minLength": 1,
|
37403
|
-
"maxLength": 32,
|
37404
37294
|
"description": "Extension key."
|
37405
37295
|
},
|
37406
37296
|
"value": {
|
@@ -38414,15 +38304,14 @@
|
|
38414
38304
|
"extension": {
|
38415
38305
|
"type": "array",
|
38416
38306
|
"items": {
|
38417
|
-
"title": "
|
38307
|
+
"title": "Extension_v2_1_0",
|
38418
38308
|
"type": "object",
|
38419
38309
|
"description": "Data model for the complex type Extension.",
|
38420
38310
|
"properties": {
|
38421
38311
|
"key": {
|
38422
|
-
"title": "
|
38312
|
+
"title": "ExtensionKey_v2_1_0",
|
38423
38313
|
"type": "string",
|
38424
38314
|
"minLength": 1,
|
38425
|
-
"maxLength": 32,
|
38426
38315
|
"description": "Extension key."
|
38427
38316
|
},
|
38428
38317
|
"value": {
|
@@ -39537,15 +39426,14 @@
|
|
39537
39426
|
"extension": {
|
39538
39427
|
"type": "array",
|
39539
39428
|
"items": {
|
39540
|
-
"title": "
|
39429
|
+
"title": "Extension_v2_1_0",
|
39541
39430
|
"type": "object",
|
39542
39431
|
"description": "Data model for the complex type Extension.",
|
39543
39432
|
"properties": {
|
39544
39433
|
"key": {
|
39545
|
-
"title": "
|
39434
|
+
"title": "ExtensionKey_v2_1_0",
|
39546
39435
|
"type": "string",
|
39547
39436
|
"minLength": 1,
|
39548
|
-
"maxLength": 32,
|
39549
39437
|
"description": "Extension key."
|
39550
39438
|
},
|
39551
39439
|
"value": {
|