@mojaloop/api-snippets 17.7.8 → 17.7.10
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 +15 -0
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +146 -146
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +50 -19
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +60 -29
- package/fspiop/v2_0/openapi3/openapi.yaml +7 -7
- package/lib/fspiop/v2_0/openapi.d.ts +158 -158
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +177 -155
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +39 -18
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +68 -54
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +6 -3
- 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 +6 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +287 -320
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +49 -28
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +68 -109
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +6 -3
- 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 +6 -3
- package/package.json +11 -11
- 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/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": {
|
@@ -23570,6 +23494,79 @@
|
|
23570
23494
|
"chargeType"
|
23571
23495
|
]
|
23572
23496
|
},
|
23497
|
+
"ExtensionKey": {
|
23498
|
+
"title": "ExtensionKey",
|
23499
|
+
"type": "string",
|
23500
|
+
"minLength": 1,
|
23501
|
+
"maxLength": 32,
|
23502
|
+
"description": "Extension key."
|
23503
|
+
},
|
23504
|
+
"Extension": {
|
23505
|
+
"title": "Extension",
|
23506
|
+
"type": "object",
|
23507
|
+
"description": "Data model for the complex type Extension.",
|
23508
|
+
"properties": {
|
23509
|
+
"key": {
|
23510
|
+
"title": "ExtensionKey",
|
23511
|
+
"type": "string",
|
23512
|
+
"minLength": 1,
|
23513
|
+
"maxLength": 32,
|
23514
|
+
"description": "Extension key."
|
23515
|
+
},
|
23516
|
+
"value": {
|
23517
|
+
"title": "ExtensionValue",
|
23518
|
+
"type": "string",
|
23519
|
+
"minLength": 1,
|
23520
|
+
"maxLength": 128,
|
23521
|
+
"description": "Extension value."
|
23522
|
+
}
|
23523
|
+
},
|
23524
|
+
"required": [
|
23525
|
+
"key",
|
23526
|
+
"value"
|
23527
|
+
]
|
23528
|
+
},
|
23529
|
+
"ExtensionList": {
|
23530
|
+
"title": "ExtensionList",
|
23531
|
+
"type": "object",
|
23532
|
+
"description": "Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.",
|
23533
|
+
"properties": {
|
23534
|
+
"extension": {
|
23535
|
+
"type": "array",
|
23536
|
+
"items": {
|
23537
|
+
"title": "Extension",
|
23538
|
+
"type": "object",
|
23539
|
+
"description": "Data model for the complex type Extension.",
|
23540
|
+
"properties": {
|
23541
|
+
"key": {
|
23542
|
+
"title": "ExtensionKey",
|
23543
|
+
"type": "string",
|
23544
|
+
"minLength": 1,
|
23545
|
+
"maxLength": 32,
|
23546
|
+
"description": "Extension key."
|
23547
|
+
},
|
23548
|
+
"value": {
|
23549
|
+
"title": "ExtensionValue",
|
23550
|
+
"type": "string",
|
23551
|
+
"minLength": 1,
|
23552
|
+
"maxLength": 128,
|
23553
|
+
"description": "Extension value."
|
23554
|
+
}
|
23555
|
+
},
|
23556
|
+
"required": [
|
23557
|
+
"key",
|
23558
|
+
"value"
|
23559
|
+
]
|
23560
|
+
},
|
23561
|
+
"minItems": 1,
|
23562
|
+
"maxItems": 16,
|
23563
|
+
"description": "Number of Extension elements."
|
23564
|
+
}
|
23565
|
+
},
|
23566
|
+
"required": [
|
23567
|
+
"extension"
|
23568
|
+
]
|
23569
|
+
},
|
23573
23570
|
"FxConversion": {
|
23574
23571
|
"title": "FxConversion",
|
23575
23572
|
"type": "object",
|
@@ -25571,15 +25568,14 @@
|
|
25571
25568
|
"extension": {
|
25572
25569
|
"type": "array",
|
25573
25570
|
"items": {
|
25574
|
-
"title": "
|
25571
|
+
"title": "Extension_v2_1_0",
|
25575
25572
|
"type": "object",
|
25576
25573
|
"description": "Data model for the complex type Extension.",
|
25577
25574
|
"properties": {
|
25578
25575
|
"key": {
|
25579
|
-
"title": "
|
25576
|
+
"title": "ExtensionKey_v2_1_0",
|
25580
25577
|
"type": "string",
|
25581
25578
|
"minLength": 1,
|
25582
|
-
"maxLength": 32,
|
25583
25579
|
"description": "Extension key."
|
25584
25580
|
},
|
25585
25581
|
"value": {
|
@@ -25924,15 +25920,14 @@
|
|
25924
25920
|
"extensionList": {
|
25925
25921
|
"type": "array",
|
25926
25922
|
"items": {
|
25927
|
-
"title": "
|
25923
|
+
"title": "Extension_v2_1_0",
|
25928
25924
|
"type": "object",
|
25929
25925
|
"description": "Data model for the complex type Extension.",
|
25930
25926
|
"properties": {
|
25931
25927
|
"key": {
|
25932
|
-
"title": "
|
25928
|
+
"title": "ExtensionKey_v2_1_0",
|
25933
25929
|
"type": "string",
|
25934
25930
|
"minLength": 1,
|
25935
|
-
"maxLength": 32,
|
25936
25931
|
"description": "Extension key."
|
25937
25932
|
},
|
25938
25933
|
"value": {
|
@@ -26245,15 +26240,14 @@
|
|
26245
26240
|
"extensionList": {
|
26246
26241
|
"type": "array",
|
26247
26242
|
"items": {
|
26248
|
-
"title": "
|
26243
|
+
"title": "Extension_v2_1_0",
|
26249
26244
|
"type": "object",
|
26250
26245
|
"description": "Data model for the complex type Extension.",
|
26251
26246
|
"properties": {
|
26252
26247
|
"key": {
|
26253
|
-
"title": "
|
26248
|
+
"title": "ExtensionKey_v2_1_0",
|
26254
26249
|
"type": "string",
|
26255
26250
|
"minLength": 1,
|
26256
|
-
"maxLength": 32,
|
26257
26251
|
"description": "Extension key."
|
26258
26252
|
},
|
26259
26253
|
"value": {
|
@@ -26567,15 +26561,14 @@
|
|
26567
26561
|
"extension": {
|
26568
26562
|
"type": "array",
|
26569
26563
|
"items": {
|
26570
|
-
"title": "
|
26564
|
+
"title": "Extension_v2_1_0",
|
26571
26565
|
"type": "object",
|
26572
26566
|
"description": "Data model for the complex type Extension.",
|
26573
26567
|
"properties": {
|
26574
26568
|
"key": {
|
26575
|
-
"title": "
|
26569
|
+
"title": "ExtensionKey_v2_1_0",
|
26576
26570
|
"type": "string",
|
26577
26571
|
"minLength": 1,
|
26578
|
-
"maxLength": 32,
|
26579
26572
|
"description": "Extension key."
|
26580
26573
|
},
|
26581
26574
|
"value": {
|
@@ -26894,15 +26887,14 @@
|
|
26894
26887
|
"extension": {
|
26895
26888
|
"type": "array",
|
26896
26889
|
"items": {
|
26897
|
-
"title": "
|
26890
|
+
"title": "Extension_v2_1_0",
|
26898
26891
|
"type": "object",
|
26899
26892
|
"description": "Data model for the complex type Extension.",
|
26900
26893
|
"properties": {
|
26901
26894
|
"key": {
|
26902
|
-
"title": "
|
26895
|
+
"title": "ExtensionKey_v2_1_0",
|
26903
26896
|
"type": "string",
|
26904
26897
|
"minLength": 1,
|
26905
|
-
"maxLength": 32,
|
26906
26898
|
"description": "Extension key."
|
26907
26899
|
},
|
26908
26900
|
"value": {
|
@@ -27779,15 +27771,14 @@
|
|
27779
27771
|
"extension": {
|
27780
27772
|
"type": "array",
|
27781
27773
|
"items": {
|
27782
|
-
"title": "
|
27774
|
+
"title": "Extension_v2_1_0",
|
27783
27775
|
"type": "object",
|
27784
27776
|
"description": "Data model for the complex type Extension.",
|
27785
27777
|
"properties": {
|
27786
27778
|
"key": {
|
27787
|
-
"title": "
|
27779
|
+
"title": "ExtensionKey_v2_1_0",
|
27788
27780
|
"type": "string",
|
27789
27781
|
"minLength": 1,
|
27790
|
-
"maxLength": 32,
|
27791
27782
|
"description": "Extension key."
|
27792
27783
|
},
|
27793
27784
|
"value": {
|
@@ -28895,15 +28886,14 @@
|
|
28895
28886
|
"extension": {
|
28896
28887
|
"type": "array",
|
28897
28888
|
"items": {
|
28898
|
-
"title": "
|
28889
|
+
"title": "Extension_v2_1_0",
|
28899
28890
|
"type": "object",
|
28900
28891
|
"description": "Data model for the complex type Extension.",
|
28901
28892
|
"properties": {
|
28902
28893
|
"key": {
|
28903
|
-
"title": "
|
28894
|
+
"title": "ExtensionKey_v2_1_0",
|
28904
28895
|
"type": "string",
|
28905
28896
|
"minLength": 1,
|
28906
|
-
"maxLength": 32,
|
28907
28897
|
"description": "Extension key."
|
28908
28898
|
},
|
28909
28899
|
"value": {
|
@@ -28976,15 +28966,14 @@
|
|
28976
28966
|
"extension": {
|
28977
28967
|
"type": "array",
|
28978
28968
|
"items": {
|
28979
|
-
"title": "
|
28969
|
+
"title": "Extension_v2_1_0",
|
28980
28970
|
"type": "object",
|
28981
28971
|
"description": "Data model for the complex type Extension.",
|
28982
28972
|
"properties": {
|
28983
28973
|
"key": {
|
28984
|
-
"title": "
|
28974
|
+
"title": "ExtensionKey_v2_1_0",
|
28985
28975
|
"type": "string",
|
28986
28976
|
"minLength": 1,
|
28987
|
-
"maxLength": 32,
|
28988
28977
|
"description": "Extension key."
|
28989
28978
|
},
|
28990
28979
|
"value": {
|
@@ -29361,15 +29350,14 @@
|
|
29361
29350
|
"extensionList": {
|
29362
29351
|
"type": "array",
|
29363
29352
|
"items": {
|
29364
|
-
"title": "
|
29353
|
+
"title": "Extension_v2_1_0",
|
29365
29354
|
"type": "object",
|
29366
29355
|
"description": "Data model for the complex type Extension.",
|
29367
29356
|
"properties": {
|
29368
29357
|
"key": {
|
29369
|
-
"title": "
|
29358
|
+
"title": "ExtensionKey_v2_1_0",
|
29370
29359
|
"type": "string",
|
29371
29360
|
"minLength": 1,
|
29372
|
-
"maxLength": 32,
|
29373
29361
|
"description": "Extension key."
|
29374
29362
|
},
|
29375
29363
|
"value": {
|
@@ -29682,15 +29670,14 @@
|
|
29682
29670
|
"extensionList": {
|
29683
29671
|
"type": "array",
|
29684
29672
|
"items": {
|
29685
|
-
"title": "
|
29673
|
+
"title": "Extension_v2_1_0",
|
29686
29674
|
"type": "object",
|
29687
29675
|
"description": "Data model for the complex type Extension.",
|
29688
29676
|
"properties": {
|
29689
29677
|
"key": {
|
29690
|
-
"title": "
|
29678
|
+
"title": "ExtensionKey_v2_1_0",
|
29691
29679
|
"type": "string",
|
29692
29680
|
"minLength": 1,
|
29693
|
-
"maxLength": 32,
|
29694
29681
|
"description": "Extension key."
|
29695
29682
|
},
|
29696
29683
|
"value": {
|
@@ -30004,15 +29991,14 @@
|
|
30004
29991
|
"extension": {
|
30005
29992
|
"type": "array",
|
30006
29993
|
"items": {
|
30007
|
-
"title": "
|
29994
|
+
"title": "Extension_v2_1_0",
|
30008
29995
|
"type": "object",
|
30009
29996
|
"description": "Data model for the complex type Extension.",
|
30010
29997
|
"properties": {
|
30011
29998
|
"key": {
|
30012
|
-
"title": "
|
29999
|
+
"title": "ExtensionKey_v2_1_0",
|
30013
30000
|
"type": "string",
|
30014
30001
|
"minLength": 1,
|
30015
|
-
"maxLength": 32,
|
30016
30002
|
"description": "Extension key."
|
30017
30003
|
},
|
30018
30004
|
"value": {
|
@@ -30331,15 +30317,14 @@
|
|
30331
30317
|
"extension": {
|
30332
30318
|
"type": "array",
|
30333
30319
|
"items": {
|
30334
|
-
"title": "
|
30320
|
+
"title": "Extension_v2_1_0",
|
30335
30321
|
"type": "object",
|
30336
30322
|
"description": "Data model for the complex type Extension.",
|
30337
30323
|
"properties": {
|
30338
30324
|
"key": {
|
30339
|
-
"title": "
|
30325
|
+
"title": "ExtensionKey_v2_1_0",
|
30340
30326
|
"type": "string",
|
30341
30327
|
"minLength": 1,
|
30342
|
-
"maxLength": 32,
|
30343
30328
|
"description": "Extension key."
|
30344
30329
|
},
|
30345
30330
|
"value": {
|
@@ -31216,15 +31201,14 @@
|
|
31216
31201
|
"extension": {
|
31217
31202
|
"type": "array",
|
31218
31203
|
"items": {
|
31219
|
-
"title": "
|
31204
|
+
"title": "Extension_v2_1_0",
|
31220
31205
|
"type": "object",
|
31221
31206
|
"description": "Data model for the complex type Extension.",
|
31222
31207
|
"properties": {
|
31223
31208
|
"key": {
|
31224
|
-
"title": "
|
31209
|
+
"title": "ExtensionKey_v2_1_0",
|
31225
31210
|
"type": "string",
|
31226
31211
|
"minLength": 1,
|
31227
|
-
"maxLength": 32,
|
31228
31212
|
"description": "Extension key."
|
31229
31213
|
},
|
31230
31214
|
"value": {
|
@@ -32332,15 +32316,14 @@
|
|
32332
32316
|
"extension": {
|
32333
32317
|
"type": "array",
|
32334
32318
|
"items": {
|
32335
|
-
"title": "
|
32319
|
+
"title": "Extension_v2_1_0",
|
32336
32320
|
"type": "object",
|
32337
32321
|
"description": "Data model for the complex type Extension.",
|
32338
32322
|
"properties": {
|
32339
32323
|
"key": {
|
32340
|
-
"title": "
|
32324
|
+
"title": "ExtensionKey_v2_1_0",
|
32341
32325
|
"type": "string",
|
32342
32326
|
"minLength": 1,
|
32343
|
-
"maxLength": 32,
|
32344
32327
|
"description": "Extension key."
|
32345
32328
|
},
|
32346
32329
|
"value": {
|
@@ -32413,15 +32396,14 @@
|
|
32413
32396
|
"extension": {
|
32414
32397
|
"type": "array",
|
32415
32398
|
"items": {
|
32416
|
-
"title": "
|
32399
|
+
"title": "Extension_v2_1_0",
|
32417
32400
|
"type": "object",
|
32418
32401
|
"description": "Data model for the complex type Extension.",
|
32419
32402
|
"properties": {
|
32420
32403
|
"key": {
|
32421
|
-
"title": "
|
32404
|
+
"title": "ExtensionKey_v2_1_0",
|
32422
32405
|
"type": "string",
|
32423
32406
|
"minLength": 1,
|
32424
|
-
"maxLength": 32,
|
32425
32407
|
"description": "Extension key."
|
32426
32408
|
},
|
32427
32409
|
"value": {
|
@@ -32784,15 +32766,14 @@
|
|
32784
32766
|
"extensionList": {
|
32785
32767
|
"type": "array",
|
32786
32768
|
"items": {
|
32787
|
-
"title": "
|
32769
|
+
"title": "Extension_v2_1_0",
|
32788
32770
|
"type": "object",
|
32789
32771
|
"description": "Data model for the complex type Extension.",
|
32790
32772
|
"properties": {
|
32791
32773
|
"key": {
|
32792
|
-
"title": "
|
32774
|
+
"title": "ExtensionKey_v2_1_0",
|
32793
32775
|
"type": "string",
|
32794
32776
|
"minLength": 1,
|
32795
|
-
"maxLength": 32,
|
32796
32777
|
"description": "Extension key."
|
32797
32778
|
},
|
32798
32779
|
"value": {
|
@@ -33105,15 +33086,14 @@
|
|
33105
33086
|
"extensionList": {
|
33106
33087
|
"type": "array",
|
33107
33088
|
"items": {
|
33108
|
-
"title": "
|
33089
|
+
"title": "Extension_v2_1_0",
|
33109
33090
|
"type": "object",
|
33110
33091
|
"description": "Data model for the complex type Extension.",
|
33111
33092
|
"properties": {
|
33112
33093
|
"key": {
|
33113
|
-
"title": "
|
33094
|
+
"title": "ExtensionKey_v2_1_0",
|
33114
33095
|
"type": "string",
|
33115
33096
|
"minLength": 1,
|
33116
|
-
"maxLength": 32,
|
33117
33097
|
"description": "Extension key."
|
33118
33098
|
},
|
33119
33099
|
"value": {
|
@@ -33917,15 +33897,14 @@
|
|
33917
33897
|
"extensionList": {
|
33918
33898
|
"type": "array",
|
33919
33899
|
"items": {
|
33920
|
-
"title": "
|
33900
|
+
"title": "Extension_v2_1_0",
|
33921
33901
|
"type": "object",
|
33922
33902
|
"description": "Data model for the complex type Extension.",
|
33923
33903
|
"properties": {
|
33924
33904
|
"key": {
|
33925
|
-
"title": "
|
33905
|
+
"title": "ExtensionKey_v2_1_0",
|
33926
33906
|
"type": "string",
|
33927
33907
|
"minLength": 1,
|
33928
|
-
"maxLength": 32,
|
33929
33908
|
"description": "Extension key."
|
33930
33909
|
},
|
33931
33910
|
"value": {
|
@@ -34238,15 +34217,14 @@
|
|
34238
34217
|
"extensionList": {
|
34239
34218
|
"type": "array",
|
34240
34219
|
"items": {
|
34241
|
-
"title": "
|
34220
|
+
"title": "Extension_v2_1_0",
|
34242
34221
|
"type": "object",
|
34243
34222
|
"description": "Data model for the complex type Extension.",
|
34244
34223
|
"properties": {
|
34245
34224
|
"key": {
|
34246
|
-
"title": "
|
34225
|
+
"title": "ExtensionKey_v2_1_0",
|
34247
34226
|
"type": "string",
|
34248
34227
|
"minLength": 1,
|
34249
|
-
"maxLength": 32,
|
34250
34228
|
"description": "Extension key."
|
34251
34229
|
},
|
34252
34230
|
"value": {
|
@@ -35321,15 +35299,14 @@
|
|
35321
35299
|
"extension": {
|
35322
35300
|
"type": "array",
|
35323
35301
|
"items": {
|
35324
|
-
"title": "
|
35302
|
+
"title": "Extension_v2_1_0",
|
35325
35303
|
"type": "object",
|
35326
35304
|
"description": "Data model for the complex type Extension.",
|
35327
35305
|
"properties": {
|
35328
35306
|
"key": {
|
35329
|
-
"title": "
|
35307
|
+
"title": "ExtensionKey_v2_1_0",
|
35330
35308
|
"type": "string",
|
35331
35309
|
"minLength": 1,
|
35332
|
-
"maxLength": 32,
|
35333
35310
|
"description": "Extension key."
|
35334
35311
|
},
|
35335
35312
|
"value": {
|
@@ -35515,15 +35492,14 @@
|
|
35515
35492
|
"extension": {
|
35516
35493
|
"type": "array",
|
35517
35494
|
"items": {
|
35518
|
-
"title": "
|
35495
|
+
"title": "Extension_v2_1_0",
|
35519
35496
|
"type": "object",
|
35520
35497
|
"description": "Data model for the complex type Extension.",
|
35521
35498
|
"properties": {
|
35522
35499
|
"key": {
|
35523
|
-
"title": "
|
35500
|
+
"title": "ExtensionKey_v2_1_0",
|
35524
35501
|
"type": "string",
|
35525
35502
|
"minLength": 1,
|
35526
|
-
"maxLength": 32,
|
35527
35503
|
"description": "Extension key."
|
35528
35504
|
},
|
35529
35505
|
"value": {
|
@@ -35596,15 +35572,14 @@
|
|
35596
35572
|
"extension": {
|
35597
35573
|
"type": "array",
|
35598
35574
|
"items": {
|
35599
|
-
"title": "
|
35575
|
+
"title": "Extension_v2_1_0",
|
35600
35576
|
"type": "object",
|
35601
35577
|
"description": "Data model for the complex type Extension.",
|
35602
35578
|
"properties": {
|
35603
35579
|
"key": {
|
35604
|
-
"title": "
|
35580
|
+
"title": "ExtensionKey_v2_1_0",
|
35605
35581
|
"type": "string",
|
35606
35582
|
"minLength": 1,
|
35607
|
-
"maxLength": 32,
|
35608
35583
|
"description": "Extension key."
|
35609
35584
|
},
|
35610
35585
|
"value": {
|
@@ -35904,15 +35879,14 @@
|
|
35904
35879
|
"extension": {
|
35905
35880
|
"type": "array",
|
35906
35881
|
"items": {
|
35907
|
-
"title": "
|
35882
|
+
"title": "Extension_v2_1_0",
|
35908
35883
|
"type": "object",
|
35909
35884
|
"description": "Data model for the complex type Extension.",
|
35910
35885
|
"properties": {
|
35911
35886
|
"key": {
|
35912
|
-
"title": "
|
35887
|
+
"title": "ExtensionKey_v2_1_0",
|
35913
35888
|
"type": "string",
|
35914
35889
|
"minLength": 1,
|
35915
|
-
"maxLength": 32,
|
35916
35890
|
"description": "Extension key."
|
35917
35891
|
},
|
35918
35892
|
"value": {
|
@@ -36207,15 +36181,14 @@
|
|
36207
36181
|
"extension": {
|
36208
36182
|
"type": "array",
|
36209
36183
|
"items": {
|
36210
|
-
"title": "
|
36184
|
+
"title": "Extension_v2_1_0",
|
36211
36185
|
"type": "object",
|
36212
36186
|
"description": "Data model for the complex type Extension.",
|
36213
36187
|
"properties": {
|
36214
36188
|
"key": {
|
36215
|
-
"title": "
|
36189
|
+
"title": "ExtensionKey_v2_1_0",
|
36216
36190
|
"type": "string",
|
36217
36191
|
"minLength": 1,
|
36218
|
-
"maxLength": 32,
|
36219
36192
|
"description": "Extension key."
|
36220
36193
|
},
|
36221
36194
|
"value": {
|
@@ -36303,15 +36276,14 @@
|
|
36303
36276
|
"extension": {
|
36304
36277
|
"type": "array",
|
36305
36278
|
"items": {
|
36306
|
-
"title": "
|
36279
|
+
"title": "Extension_v2_1_0",
|
36307
36280
|
"type": "object",
|
36308
36281
|
"description": "Data model for the complex type Extension.",
|
36309
36282
|
"properties": {
|
36310
36283
|
"key": {
|
36311
|
-
"title": "
|
36284
|
+
"title": "ExtensionKey_v2_1_0",
|
36312
36285
|
"type": "string",
|
36313
36286
|
"minLength": 1,
|
36314
|
-
"maxLength": 32,
|
36315
36287
|
"description": "Extension key."
|
36316
36288
|
},
|
36317
36289
|
"value": {
|
@@ -36692,15 +36664,14 @@
|
|
36692
36664
|
"extensionList": {
|
36693
36665
|
"type": "array",
|
36694
36666
|
"items": {
|
36695
|
-
"title": "
|
36667
|
+
"title": "Extension_v2_1_0",
|
36696
36668
|
"type": "object",
|
36697
36669
|
"description": "Data model for the complex type Extension.",
|
36698
36670
|
"properties": {
|
36699
36671
|
"key": {
|
36700
|
-
"title": "
|
36672
|
+
"title": "ExtensionKey_v2_1_0",
|
36701
36673
|
"type": "string",
|
36702
36674
|
"minLength": 1,
|
36703
|
-
"maxLength": 32,
|
36704
36675
|
"description": "Extension key."
|
36705
36676
|
},
|
36706
36677
|
"value": {
|
@@ -37013,15 +36984,14 @@
|
|
37013
36984
|
"extensionList": {
|
37014
36985
|
"type": "array",
|
37015
36986
|
"items": {
|
37016
|
-
"title": "
|
36987
|
+
"title": "Extension_v2_1_0",
|
37017
36988
|
"type": "object",
|
37018
36989
|
"description": "Data model for the complex type Extension.",
|
37019
36990
|
"properties": {
|
37020
36991
|
"key": {
|
37021
|
-
"title": "
|
36992
|
+
"title": "ExtensionKey_v2_1_0",
|
37022
36993
|
"type": "string",
|
37023
36994
|
"minLength": 1,
|
37024
|
-
"maxLength": 32,
|
37025
36995
|
"description": "Extension key."
|
37026
36996
|
},
|
37027
36997
|
"value": {
|
@@ -37258,15 +37228,14 @@
|
|
37258
37228
|
"quoteRequestExtensions": {
|
37259
37229
|
"type": "array",
|
37260
37230
|
"items": {
|
37261
|
-
"title": "
|
37231
|
+
"title": "Extension_v2_1_0",
|
37262
37232
|
"type": "object",
|
37263
37233
|
"description": "Data model for the complex type Extension.",
|
37264
37234
|
"properties": {
|
37265
37235
|
"key": {
|
37266
|
-
"title": "
|
37236
|
+
"title": "ExtensionKey_v2_1_0",
|
37267
37237
|
"type": "string",
|
37268
37238
|
"minLength": 1,
|
37269
|
-
"maxLength": 32,
|
37270
37239
|
"description": "Extension key."
|
37271
37240
|
},
|
37272
37241
|
"value": {
|
@@ -37288,15 +37257,14 @@
|
|
37288
37257
|
"transferRequestExtensions": {
|
37289
37258
|
"type": "array",
|
37290
37259
|
"items": {
|
37291
|
-
"title": "
|
37260
|
+
"title": "Extension_v2_1_0",
|
37292
37261
|
"type": "object",
|
37293
37262
|
"description": "Data model for the complex type Extension.",
|
37294
37263
|
"properties": {
|
37295
37264
|
"key": {
|
37296
|
-
"title": "
|
37265
|
+
"title": "ExtensionKey_v2_1_0",
|
37297
37266
|
"type": "string",
|
37298
37267
|
"minLength": 1,
|
37299
|
-
"maxLength": 32,
|
37300
37268
|
"description": "Extension key."
|
37301
37269
|
},
|
37302
37270
|
"value": {
|
@@ -37392,15 +37360,14 @@
|
|
37392
37360
|
"extension": {
|
37393
37361
|
"type": "array",
|
37394
37362
|
"items": {
|
37395
|
-
"title": "
|
37363
|
+
"title": "Extension_v2_1_0",
|
37396
37364
|
"type": "object",
|
37397
37365
|
"description": "Data model for the complex type Extension.",
|
37398
37366
|
"properties": {
|
37399
37367
|
"key": {
|
37400
|
-
"title": "
|
37368
|
+
"title": "ExtensionKey_v2_1_0",
|
37401
37369
|
"type": "string",
|
37402
37370
|
"minLength": 1,
|
37403
|
-
"maxLength": 32,
|
37404
37371
|
"description": "Extension key."
|
37405
37372
|
},
|
37406
37373
|
"value": {
|