@voyant-travel/openapi 0.2.2 → 0.2.4
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/package.json +3 -3
- package/spec/framework-admin.json +418 -84
- package/spec/framework-openapi.json +580 -165
- package/spec/framework-storefront.json +162 -81
|
@@ -142991,6 +142991,24 @@
|
|
|
142991
142991
|
}
|
|
142992
142992
|
}
|
|
142993
142993
|
},
|
|
142994
|
+
"400": {
|
|
142995
|
+
"description": "Only image media can be set as cover",
|
|
142996
|
+
"content": {
|
|
142997
|
+
"application/json": {
|
|
142998
|
+
"schema": {
|
|
142999
|
+
"type": "object",
|
|
143000
|
+
"properties": {
|
|
143001
|
+
"error": {
|
|
143002
|
+
"type": "string"
|
|
143003
|
+
}
|
|
143004
|
+
},
|
|
143005
|
+
"required": [
|
|
143006
|
+
"error"
|
|
143007
|
+
]
|
|
143008
|
+
}
|
|
143009
|
+
}
|
|
143010
|
+
}
|
|
143011
|
+
},
|
|
142994
143012
|
"404": {
|
|
142995
143013
|
"description": "Media not found",
|
|
142996
143014
|
"content": {
|
|
@@ -191040,6 +191058,13 @@
|
|
|
191040
191058
|
"properties": {
|
|
191041
191059
|
"error": {
|
|
191042
191060
|
"type": "string"
|
|
191061
|
+
},
|
|
191062
|
+
"code": {
|
|
191063
|
+
"type": "string"
|
|
191064
|
+
},
|
|
191065
|
+
"details": {
|
|
191066
|
+
"type": "object",
|
|
191067
|
+
"additionalProperties": {}
|
|
191043
191068
|
}
|
|
191044
191069
|
},
|
|
191045
191070
|
"required": [
|
|
@@ -191179,6 +191204,13 @@
|
|
|
191179
191204
|
"properties": {
|
|
191180
191205
|
"error": {
|
|
191181
191206
|
"type": "string"
|
|
191207
|
+
},
|
|
191208
|
+
"code": {
|
|
191209
|
+
"type": "string"
|
|
191210
|
+
},
|
|
191211
|
+
"details": {
|
|
191212
|
+
"type": "object",
|
|
191213
|
+
"additionalProperties": {}
|
|
191182
191214
|
}
|
|
191183
191215
|
},
|
|
191184
191216
|
"required": [
|
|
@@ -191407,6 +191439,13 @@
|
|
|
191407
191439
|
"properties": {
|
|
191408
191440
|
"error": {
|
|
191409
191441
|
"type": "string"
|
|
191442
|
+
},
|
|
191443
|
+
"code": {
|
|
191444
|
+
"type": "string"
|
|
191445
|
+
},
|
|
191446
|
+
"details": {
|
|
191447
|
+
"type": "object",
|
|
191448
|
+
"additionalProperties": {}
|
|
191410
191449
|
}
|
|
191411
191450
|
},
|
|
191412
191451
|
"required": [
|
|
@@ -191425,6 +191464,13 @@
|
|
|
191425
191464
|
"properties": {
|
|
191426
191465
|
"error": {
|
|
191427
191466
|
"type": "string"
|
|
191467
|
+
},
|
|
191468
|
+
"code": {
|
|
191469
|
+
"type": "string"
|
|
191470
|
+
},
|
|
191471
|
+
"details": {
|
|
191472
|
+
"type": "object",
|
|
191473
|
+
"additionalProperties": {}
|
|
191428
191474
|
}
|
|
191429
191475
|
},
|
|
191430
191476
|
"required": [
|
|
@@ -191475,6 +191521,13 @@
|
|
|
191475
191521
|
"properties": {
|
|
191476
191522
|
"error": {
|
|
191477
191523
|
"type": "string"
|
|
191524
|
+
},
|
|
191525
|
+
"code": {
|
|
191526
|
+
"type": "string"
|
|
191527
|
+
},
|
|
191528
|
+
"details": {
|
|
191529
|
+
"type": "object",
|
|
191530
|
+
"additionalProperties": {}
|
|
191478
191531
|
}
|
|
191479
191532
|
},
|
|
191480
191533
|
"required": [
|
|
@@ -191539,6 +191592,13 @@
|
|
|
191539
191592
|
"properties": {
|
|
191540
191593
|
"error": {
|
|
191541
191594
|
"type": "string"
|
|
191595
|
+
},
|
|
191596
|
+
"code": {
|
|
191597
|
+
"type": "string"
|
|
191598
|
+
},
|
|
191599
|
+
"details": {
|
|
191600
|
+
"type": "object",
|
|
191601
|
+
"additionalProperties": {}
|
|
191542
191602
|
}
|
|
191543
191603
|
},
|
|
191544
191604
|
"required": [
|
|
@@ -191557,6 +191617,13 @@
|
|
|
191557
191617
|
"properties": {
|
|
191558
191618
|
"error": {
|
|
191559
191619
|
"type": "string"
|
|
191620
|
+
},
|
|
191621
|
+
"code": {
|
|
191622
|
+
"type": "string"
|
|
191623
|
+
},
|
|
191624
|
+
"details": {
|
|
191625
|
+
"type": "object",
|
|
191626
|
+
"additionalProperties": {}
|
|
191560
191627
|
}
|
|
191561
191628
|
},
|
|
191562
191629
|
"required": [
|
|
@@ -191901,6 +191968,13 @@
|
|
|
191901
191968
|
"properties": {
|
|
191902
191969
|
"error": {
|
|
191903
191970
|
"type": "string"
|
|
191971
|
+
},
|
|
191972
|
+
"code": {
|
|
191973
|
+
"type": "string"
|
|
191974
|
+
},
|
|
191975
|
+
"details": {
|
|
191976
|
+
"type": "object",
|
|
191977
|
+
"additionalProperties": {}
|
|
191904
191978
|
}
|
|
191905
191979
|
},
|
|
191906
191980
|
"required": [
|
|
@@ -192017,6 +192091,13 @@
|
|
|
192017
192091
|
"properties": {
|
|
192018
192092
|
"error": {
|
|
192019
192093
|
"type": "string"
|
|
192094
|
+
},
|
|
192095
|
+
"code": {
|
|
192096
|
+
"type": "string"
|
|
192097
|
+
},
|
|
192098
|
+
"details": {
|
|
192099
|
+
"type": "object",
|
|
192100
|
+
"additionalProperties": {}
|
|
192020
192101
|
}
|
|
192021
192102
|
},
|
|
192022
192103
|
"required": [
|
|
@@ -192202,6 +192283,13 @@
|
|
|
192202
192283
|
"properties": {
|
|
192203
192284
|
"error": {
|
|
192204
192285
|
"type": "string"
|
|
192286
|
+
},
|
|
192287
|
+
"code": {
|
|
192288
|
+
"type": "string"
|
|
192289
|
+
},
|
|
192290
|
+
"details": {
|
|
192291
|
+
"type": "object",
|
|
192292
|
+
"additionalProperties": {}
|
|
192205
192293
|
}
|
|
192206
192294
|
},
|
|
192207
192295
|
"required": [
|
|
@@ -192220,6 +192308,13 @@
|
|
|
192220
192308
|
"properties": {
|
|
192221
192309
|
"error": {
|
|
192222
192310
|
"type": "string"
|
|
192311
|
+
},
|
|
192312
|
+
"code": {
|
|
192313
|
+
"type": "string"
|
|
192314
|
+
},
|
|
192315
|
+
"details": {
|
|
192316
|
+
"type": "object",
|
|
192317
|
+
"additionalProperties": {}
|
|
192223
192318
|
}
|
|
192224
192319
|
},
|
|
192225
192320
|
"required": [
|
|
@@ -192270,6 +192365,13 @@
|
|
|
192270
192365
|
"properties": {
|
|
192271
192366
|
"error": {
|
|
192272
192367
|
"type": "string"
|
|
192368
|
+
},
|
|
192369
|
+
"code": {
|
|
192370
|
+
"type": "string"
|
|
192371
|
+
},
|
|
192372
|
+
"details": {
|
|
192373
|
+
"type": "object",
|
|
192374
|
+
"additionalProperties": {}
|
|
192273
192375
|
}
|
|
192274
192376
|
},
|
|
192275
192377
|
"required": [
|
|
@@ -192620,6 +192722,13 @@
|
|
|
192620
192722
|
"properties": {
|
|
192621
192723
|
"error": {
|
|
192622
192724
|
"type": "string"
|
|
192725
|
+
},
|
|
192726
|
+
"code": {
|
|
192727
|
+
"type": "string"
|
|
192728
|
+
},
|
|
192729
|
+
"details": {
|
|
192730
|
+
"type": "object",
|
|
192731
|
+
"additionalProperties": {}
|
|
192623
192732
|
}
|
|
192624
192733
|
},
|
|
192625
192734
|
"required": [
|
|
@@ -192739,6 +192848,13 @@
|
|
|
192739
192848
|
"properties": {
|
|
192740
192849
|
"error": {
|
|
192741
192850
|
"type": "string"
|
|
192851
|
+
},
|
|
192852
|
+
"code": {
|
|
192853
|
+
"type": "string"
|
|
192854
|
+
},
|
|
192855
|
+
"details": {
|
|
192856
|
+
"type": "object",
|
|
192857
|
+
"additionalProperties": {}
|
|
192742
192858
|
}
|
|
192743
192859
|
},
|
|
192744
192860
|
"required": [
|
|
@@ -192926,6 +193042,13 @@
|
|
|
192926
193042
|
"properties": {
|
|
192927
193043
|
"error": {
|
|
192928
193044
|
"type": "string"
|
|
193045
|
+
},
|
|
193046
|
+
"code": {
|
|
193047
|
+
"type": "string"
|
|
193048
|
+
},
|
|
193049
|
+
"details": {
|
|
193050
|
+
"type": "object",
|
|
193051
|
+
"additionalProperties": {}
|
|
192929
193052
|
}
|
|
192930
193053
|
},
|
|
192931
193054
|
"required": [
|
|
@@ -192944,6 +193067,13 @@
|
|
|
192944
193067
|
"properties": {
|
|
192945
193068
|
"error": {
|
|
192946
193069
|
"type": "string"
|
|
193070
|
+
},
|
|
193071
|
+
"code": {
|
|
193072
|
+
"type": "string"
|
|
193073
|
+
},
|
|
193074
|
+
"details": {
|
|
193075
|
+
"type": "object",
|
|
193076
|
+
"additionalProperties": {}
|
|
192947
193077
|
}
|
|
192948
193078
|
},
|
|
192949
193079
|
"required": [
|
|
@@ -192994,6 +193124,13 @@
|
|
|
192994
193124
|
"properties": {
|
|
192995
193125
|
"error": {
|
|
192996
193126
|
"type": "string"
|
|
193127
|
+
},
|
|
193128
|
+
"code": {
|
|
193129
|
+
"type": "string"
|
|
193130
|
+
},
|
|
193131
|
+
"details": {
|
|
193132
|
+
"type": "object",
|
|
193133
|
+
"additionalProperties": {}
|
|
192997
193134
|
}
|
|
192998
193135
|
},
|
|
192999
193136
|
"required": [
|
|
@@ -193043,9 +193180,12 @@
|
|
|
193043
193180
|
},
|
|
193044
193181
|
{
|
|
193045
193182
|
"schema": {
|
|
193046
|
-
"type":
|
|
193047
|
-
|
|
193048
|
-
"
|
|
193183
|
+
"type": "string",
|
|
193184
|
+
"enum": [
|
|
193185
|
+
"0",
|
|
193186
|
+
"1",
|
|
193187
|
+
"true",
|
|
193188
|
+
"false"
|
|
193049
193189
|
]
|
|
193050
193190
|
},
|
|
193051
193191
|
"required": false,
|
|
@@ -193329,6 +193469,13 @@
|
|
|
193329
193469
|
"properties": {
|
|
193330
193470
|
"error": {
|
|
193331
193471
|
"type": "string"
|
|
193472
|
+
},
|
|
193473
|
+
"code": {
|
|
193474
|
+
"type": "string"
|
|
193475
|
+
},
|
|
193476
|
+
"details": {
|
|
193477
|
+
"type": "object",
|
|
193478
|
+
"additionalProperties": {}
|
|
193332
193479
|
}
|
|
193333
193480
|
},
|
|
193334
193481
|
"required": [
|
|
@@ -193451,6 +193598,13 @@
|
|
|
193451
193598
|
"properties": {
|
|
193452
193599
|
"error": {
|
|
193453
193600
|
"type": "string"
|
|
193601
|
+
},
|
|
193602
|
+
"code": {
|
|
193603
|
+
"type": "string"
|
|
193604
|
+
},
|
|
193605
|
+
"details": {
|
|
193606
|
+
"type": "object",
|
|
193607
|
+
"additionalProperties": {}
|
|
193454
193608
|
}
|
|
193455
193609
|
},
|
|
193456
193610
|
"required": [
|
|
@@ -193638,6 +193792,13 @@
|
|
|
193638
193792
|
"properties": {
|
|
193639
193793
|
"error": {
|
|
193640
193794
|
"type": "string"
|
|
193795
|
+
},
|
|
193796
|
+
"code": {
|
|
193797
|
+
"type": "string"
|
|
193798
|
+
},
|
|
193799
|
+
"details": {
|
|
193800
|
+
"type": "object",
|
|
193801
|
+
"additionalProperties": {}
|
|
193641
193802
|
}
|
|
193642
193803
|
},
|
|
193643
193804
|
"required": [
|
|
@@ -193656,6 +193817,13 @@
|
|
|
193656
193817
|
"properties": {
|
|
193657
193818
|
"error": {
|
|
193658
193819
|
"type": "string"
|
|
193820
|
+
},
|
|
193821
|
+
"code": {
|
|
193822
|
+
"type": "string"
|
|
193823
|
+
},
|
|
193824
|
+
"details": {
|
|
193825
|
+
"type": "object",
|
|
193826
|
+
"additionalProperties": {}
|
|
193659
193827
|
}
|
|
193660
193828
|
},
|
|
193661
193829
|
"required": [
|
|
@@ -193706,6 +193874,13 @@
|
|
|
193706
193874
|
"properties": {
|
|
193707
193875
|
"error": {
|
|
193708
193876
|
"type": "string"
|
|
193877
|
+
},
|
|
193878
|
+
"code": {
|
|
193879
|
+
"type": "string"
|
|
193880
|
+
},
|
|
193881
|
+
"details": {
|
|
193882
|
+
"type": "object",
|
|
193883
|
+
"additionalProperties": {}
|
|
193709
193884
|
}
|
|
193710
193885
|
},
|
|
193711
193886
|
"required": [
|
|
@@ -193966,6 +194141,13 @@
|
|
|
193966
194141
|
"properties": {
|
|
193967
194142
|
"error": {
|
|
193968
194143
|
"type": "string"
|
|
194144
|
+
},
|
|
194145
|
+
"code": {
|
|
194146
|
+
"type": "string"
|
|
194147
|
+
},
|
|
194148
|
+
"details": {
|
|
194149
|
+
"type": "object",
|
|
194150
|
+
"additionalProperties": {}
|
|
193969
194151
|
}
|
|
193970
194152
|
},
|
|
193971
194153
|
"required": [
|
|
@@ -194060,6 +194242,13 @@
|
|
|
194060
194242
|
"properties": {
|
|
194061
194243
|
"error": {
|
|
194062
194244
|
"type": "string"
|
|
194245
|
+
},
|
|
194246
|
+
"code": {
|
|
194247
|
+
"type": "string"
|
|
194248
|
+
},
|
|
194249
|
+
"details": {
|
|
194250
|
+
"type": "object",
|
|
194251
|
+
"additionalProperties": {}
|
|
194063
194252
|
}
|
|
194064
194253
|
},
|
|
194065
194254
|
"required": [
|
|
@@ -194192,6 +194381,13 @@
|
|
|
194192
194381
|
"properties": {
|
|
194193
194382
|
"error": {
|
|
194194
194383
|
"type": "string"
|
|
194384
|
+
},
|
|
194385
|
+
"code": {
|
|
194386
|
+
"type": "string"
|
|
194387
|
+
},
|
|
194388
|
+
"details": {
|
|
194389
|
+
"type": "object",
|
|
194390
|
+
"additionalProperties": {}
|
|
194195
194391
|
}
|
|
194196
194392
|
},
|
|
194197
194393
|
"required": [
|
|
@@ -194210,6 +194406,13 @@
|
|
|
194210
194406
|
"properties": {
|
|
194211
194407
|
"error": {
|
|
194212
194408
|
"type": "string"
|
|
194409
|
+
},
|
|
194410
|
+
"code": {
|
|
194411
|
+
"type": "string"
|
|
194412
|
+
},
|
|
194413
|
+
"details": {
|
|
194414
|
+
"type": "object",
|
|
194415
|
+
"additionalProperties": {}
|
|
194213
194416
|
}
|
|
194214
194417
|
},
|
|
194215
194418
|
"required": [
|
|
@@ -194260,6 +194463,13 @@
|
|
|
194260
194463
|
"properties": {
|
|
194261
194464
|
"error": {
|
|
194262
194465
|
"type": "string"
|
|
194466
|
+
},
|
|
194467
|
+
"code": {
|
|
194468
|
+
"type": "string"
|
|
194469
|
+
},
|
|
194470
|
+
"details": {
|
|
194471
|
+
"type": "object",
|
|
194472
|
+
"additionalProperties": {}
|
|
194263
194473
|
}
|
|
194264
194474
|
},
|
|
194265
194475
|
"required": [
|
|
@@ -194584,6 +194794,13 @@
|
|
|
194584
194794
|
"properties": {
|
|
194585
194795
|
"error": {
|
|
194586
194796
|
"type": "string"
|
|
194797
|
+
},
|
|
194798
|
+
"code": {
|
|
194799
|
+
"type": "string"
|
|
194800
|
+
},
|
|
194801
|
+
"details": {
|
|
194802
|
+
"type": "object",
|
|
194803
|
+
"additionalProperties": {}
|
|
194587
194804
|
}
|
|
194588
194805
|
},
|
|
194589
194806
|
"required": [
|
|
@@ -194698,6 +194915,13 @@
|
|
|
194698
194915
|
"properties": {
|
|
194699
194916
|
"error": {
|
|
194700
194917
|
"type": "string"
|
|
194918
|
+
},
|
|
194919
|
+
"code": {
|
|
194920
|
+
"type": "string"
|
|
194921
|
+
},
|
|
194922
|
+
"details": {
|
|
194923
|
+
"type": "object",
|
|
194924
|
+
"additionalProperties": {}
|
|
194701
194925
|
}
|
|
194702
194926
|
},
|
|
194703
194927
|
"required": [
|
|
@@ -194869,6 +195093,13 @@
|
|
|
194869
195093
|
"properties": {
|
|
194870
195094
|
"error": {
|
|
194871
195095
|
"type": "string"
|
|
195096
|
+
},
|
|
195097
|
+
"code": {
|
|
195098
|
+
"type": "string"
|
|
195099
|
+
},
|
|
195100
|
+
"details": {
|
|
195101
|
+
"type": "object",
|
|
195102
|
+
"additionalProperties": {}
|
|
194872
195103
|
}
|
|
194873
195104
|
},
|
|
194874
195105
|
"required": [
|
|
@@ -194887,6 +195118,13 @@
|
|
|
194887
195118
|
"properties": {
|
|
194888
195119
|
"error": {
|
|
194889
195120
|
"type": "string"
|
|
195121
|
+
},
|
|
195122
|
+
"code": {
|
|
195123
|
+
"type": "string"
|
|
195124
|
+
},
|
|
195125
|
+
"details": {
|
|
195126
|
+
"type": "object",
|
|
195127
|
+
"additionalProperties": {}
|
|
194890
195128
|
}
|
|
194891
195129
|
},
|
|
194892
195130
|
"required": [
|
|
@@ -194937,6 +195175,13 @@
|
|
|
194937
195175
|
"properties": {
|
|
194938
195176
|
"error": {
|
|
194939
195177
|
"type": "string"
|
|
195178
|
+
},
|
|
195179
|
+
"code": {
|
|
195180
|
+
"type": "string"
|
|
195181
|
+
},
|
|
195182
|
+
"details": {
|
|
195183
|
+
"type": "object",
|
|
195184
|
+
"additionalProperties": {}
|
|
194940
195185
|
}
|
|
194941
195186
|
},
|
|
194942
195187
|
"required": [
|
|
@@ -214684,6 +214929,14 @@
|
|
|
214684
214929
|
"name": "offset",
|
|
214685
214930
|
"in": "query"
|
|
214686
214931
|
},
|
|
214932
|
+
{
|
|
214933
|
+
"schema": {
|
|
214934
|
+
"type": "string"
|
|
214935
|
+
},
|
|
214936
|
+
"required": false,
|
|
214937
|
+
"name": "policyId",
|
|
214938
|
+
"in": "query"
|
|
214939
|
+
},
|
|
214687
214940
|
{
|
|
214688
214941
|
"schema": {
|
|
214689
214942
|
"type": "string"
|
|
@@ -228996,7 +229249,8 @@
|
|
|
228996
229249
|
},
|
|
228997
229250
|
"required": [
|
|
228998
229251
|
"error"
|
|
228999
|
-
]
|
|
229252
|
+
],
|
|
229253
|
+
"additionalProperties": {}
|
|
229000
229254
|
}
|
|
229001
229255
|
}
|
|
229002
229256
|
}
|
|
@@ -229014,7 +229268,8 @@
|
|
|
229014
229268
|
},
|
|
229015
229269
|
"required": [
|
|
229016
229270
|
"error"
|
|
229017
|
-
]
|
|
229271
|
+
],
|
|
229272
|
+
"additionalProperties": {}
|
|
229018
229273
|
}
|
|
229019
229274
|
}
|
|
229020
229275
|
}
|
|
@@ -229032,7 +229287,8 @@
|
|
|
229032
229287
|
},
|
|
229033
229288
|
"required": [
|
|
229034
229289
|
"error"
|
|
229035
|
-
]
|
|
229290
|
+
],
|
|
229291
|
+
"additionalProperties": {}
|
|
229036
229292
|
}
|
|
229037
229293
|
}
|
|
229038
229294
|
}
|
|
@@ -229485,7 +229741,8 @@
|
|
|
229485
229741
|
},
|
|
229486
229742
|
"required": [
|
|
229487
229743
|
"error"
|
|
229488
|
-
]
|
|
229744
|
+
],
|
|
229745
|
+
"additionalProperties": {}
|
|
229489
229746
|
}
|
|
229490
229747
|
}
|
|
229491
229748
|
}
|
|
@@ -229749,7 +230006,8 @@
|
|
|
229749
230006
|
},
|
|
229750
230007
|
"required": [
|
|
229751
230008
|
"error"
|
|
229752
|
-
]
|
|
230009
|
+
],
|
|
230010
|
+
"additionalProperties": {}
|
|
229753
230011
|
}
|
|
229754
230012
|
}
|
|
229755
230013
|
}
|
|
@@ -229767,7 +230025,8 @@
|
|
|
229767
230025
|
},
|
|
229768
230026
|
"required": [
|
|
229769
230027
|
"error"
|
|
229770
|
-
]
|
|
230028
|
+
],
|
|
230029
|
+
"additionalProperties": {}
|
|
229771
230030
|
}
|
|
229772
230031
|
}
|
|
229773
230032
|
}
|
|
@@ -229785,7 +230044,8 @@
|
|
|
229785
230044
|
},
|
|
229786
230045
|
"required": [
|
|
229787
230046
|
"error"
|
|
229788
|
-
]
|
|
230047
|
+
],
|
|
230048
|
+
"additionalProperties": {}
|
|
229789
230049
|
}
|
|
229790
230050
|
}
|
|
229791
230051
|
}
|
|
@@ -229803,7 +230063,8 @@
|
|
|
229803
230063
|
},
|
|
229804
230064
|
"required": [
|
|
229805
230065
|
"error"
|
|
229806
|
-
]
|
|
230066
|
+
],
|
|
230067
|
+
"additionalProperties": {}
|
|
229807
230068
|
}
|
|
229808
230069
|
}
|
|
229809
230070
|
}
|
|
@@ -230092,7 +230353,8 @@
|
|
|
230092
230353
|
},
|
|
230093
230354
|
"required": [
|
|
230094
230355
|
"error"
|
|
230095
|
-
]
|
|
230356
|
+
],
|
|
230357
|
+
"additionalProperties": {}
|
|
230096
230358
|
}
|
|
230097
230359
|
}
|
|
230098
230360
|
}
|
|
@@ -230110,7 +230372,8 @@
|
|
|
230110
230372
|
},
|
|
230111
230373
|
"required": [
|
|
230112
230374
|
"error"
|
|
230113
|
-
]
|
|
230375
|
+
],
|
|
230376
|
+
"additionalProperties": {}
|
|
230114
230377
|
}
|
|
230115
230378
|
}
|
|
230116
230379
|
}
|
|
@@ -230128,7 +230391,8 @@
|
|
|
230128
230391
|
},
|
|
230129
230392
|
"required": [
|
|
230130
230393
|
"error"
|
|
230131
|
-
]
|
|
230394
|
+
],
|
|
230395
|
+
"additionalProperties": {}
|
|
230132
230396
|
}
|
|
230133
230397
|
}
|
|
230134
230398
|
}
|
|
@@ -230146,7 +230410,8 @@
|
|
|
230146
230410
|
},
|
|
230147
230411
|
"required": [
|
|
230148
230412
|
"error"
|
|
230149
|
-
]
|
|
230413
|
+
],
|
|
230414
|
+
"additionalProperties": {}
|
|
230150
230415
|
}
|
|
230151
230416
|
}
|
|
230152
230417
|
}
|
|
@@ -230164,7 +230429,8 @@
|
|
|
230164
230429
|
},
|
|
230165
230430
|
"required": [
|
|
230166
230431
|
"error"
|
|
230167
|
-
]
|
|
230432
|
+
],
|
|
230433
|
+
"additionalProperties": {}
|
|
230168
230434
|
}
|
|
230169
230435
|
}
|
|
230170
230436
|
}
|
|
@@ -230301,7 +230567,8 @@
|
|
|
230301
230567
|
},
|
|
230302
230568
|
"required": [
|
|
230303
230569
|
"error"
|
|
230304
|
-
]
|
|
230570
|
+
],
|
|
230571
|
+
"additionalProperties": {}
|
|
230305
230572
|
}
|
|
230306
230573
|
}
|
|
230307
230574
|
}
|
|
@@ -230452,7 +230719,8 @@
|
|
|
230452
230719
|
},
|
|
230453
230720
|
"required": [
|
|
230454
230721
|
"error"
|
|
230455
|
-
]
|
|
230722
|
+
],
|
|
230723
|
+
"additionalProperties": {}
|
|
230456
230724
|
}
|
|
230457
230725
|
}
|
|
230458
230726
|
}
|
|
@@ -230470,7 +230738,8 @@
|
|
|
230470
230738
|
},
|
|
230471
230739
|
"required": [
|
|
230472
230740
|
"error"
|
|
230473
|
-
]
|
|
230741
|
+
],
|
|
230742
|
+
"additionalProperties": {}
|
|
230474
230743
|
}
|
|
230475
230744
|
}
|
|
230476
230745
|
}
|
|
@@ -230488,7 +230757,8 @@
|
|
|
230488
230757
|
},
|
|
230489
230758
|
"required": [
|
|
230490
230759
|
"error"
|
|
230491
|
-
]
|
|
230760
|
+
],
|
|
230761
|
+
"additionalProperties": {}
|
|
230492
230762
|
}
|
|
230493
230763
|
}
|
|
230494
230764
|
}
|
|
@@ -230506,7 +230776,8 @@
|
|
|
230506
230776
|
},
|
|
230507
230777
|
"required": [
|
|
230508
230778
|
"error"
|
|
230509
|
-
]
|
|
230779
|
+
],
|
|
230780
|
+
"additionalProperties": {}
|
|
230510
230781
|
}
|
|
230511
230782
|
}
|
|
230512
230783
|
}
|
|
@@ -230640,7 +230911,8 @@
|
|
|
230640
230911
|
},
|
|
230641
230912
|
"required": [
|
|
230642
230913
|
"error"
|
|
230643
|
-
]
|
|
230914
|
+
],
|
|
230915
|
+
"additionalProperties": {}
|
|
230644
230916
|
}
|
|
230645
230917
|
}
|
|
230646
230918
|
}
|
|
@@ -230658,7 +230930,8 @@
|
|
|
230658
230930
|
},
|
|
230659
230931
|
"required": [
|
|
230660
230932
|
"error"
|
|
230661
|
-
]
|
|
230933
|
+
],
|
|
230934
|
+
"additionalProperties": {}
|
|
230662
230935
|
}
|
|
230663
230936
|
}
|
|
230664
230937
|
}
|
|
@@ -231040,7 +231313,8 @@
|
|
|
231040
231313
|
},
|
|
231041
231314
|
"required": [
|
|
231042
231315
|
"error"
|
|
231043
|
-
]
|
|
231316
|
+
],
|
|
231317
|
+
"additionalProperties": {}
|
|
231044
231318
|
}
|
|
231045
231319
|
}
|
|
231046
231320
|
}
|
|
@@ -231058,7 +231332,8 @@
|
|
|
231058
231332
|
},
|
|
231059
231333
|
"required": [
|
|
231060
231334
|
"error"
|
|
231061
|
-
]
|
|
231335
|
+
],
|
|
231336
|
+
"additionalProperties": {}
|
|
231062
231337
|
}
|
|
231063
231338
|
}
|
|
231064
231339
|
}
|
|
@@ -231076,7 +231351,8 @@
|
|
|
231076
231351
|
},
|
|
231077
231352
|
"required": [
|
|
231078
231353
|
"error"
|
|
231079
|
-
]
|
|
231354
|
+
],
|
|
231355
|
+
"additionalProperties": {}
|
|
231080
231356
|
}
|
|
231081
231357
|
}
|
|
231082
231358
|
}
|
|
@@ -231380,7 +231656,8 @@
|
|
|
231380
231656
|
},
|
|
231381
231657
|
"required": [
|
|
231382
231658
|
"error"
|
|
231383
|
-
]
|
|
231659
|
+
],
|
|
231660
|
+
"additionalProperties": {}
|
|
231384
231661
|
}
|
|
231385
231662
|
}
|
|
231386
231663
|
}
|
|
@@ -231398,7 +231675,8 @@
|
|
|
231398
231675
|
},
|
|
231399
231676
|
"required": [
|
|
231400
231677
|
"error"
|
|
231401
|
-
]
|
|
231678
|
+
],
|
|
231679
|
+
"additionalProperties": {}
|
|
231402
231680
|
}
|
|
231403
231681
|
}
|
|
231404
231682
|
}
|
|
@@ -231416,7 +231694,8 @@
|
|
|
231416
231694
|
},
|
|
231417
231695
|
"required": [
|
|
231418
231696
|
"error"
|
|
231419
|
-
]
|
|
231697
|
+
],
|
|
231698
|
+
"additionalProperties": {}
|
|
231420
231699
|
}
|
|
231421
231700
|
}
|
|
231422
231701
|
}
|
|
@@ -231434,7 +231713,8 @@
|
|
|
231434
231713
|
},
|
|
231435
231714
|
"required": [
|
|
231436
231715
|
"error"
|
|
231437
|
-
]
|
|
231716
|
+
],
|
|
231717
|
+
"additionalProperties": {}
|
|
231438
231718
|
}
|
|
231439
231719
|
}
|
|
231440
231720
|
}
|
|
@@ -231792,7 +232072,8 @@
|
|
|
231792
232072
|
},
|
|
231793
232073
|
"required": [
|
|
231794
232074
|
"error"
|
|
231795
|
-
]
|
|
232075
|
+
],
|
|
232076
|
+
"additionalProperties": {}
|
|
231796
232077
|
}
|
|
231797
232078
|
}
|
|
231798
232079
|
}
|
|
@@ -231810,7 +232091,8 @@
|
|
|
231810
232091
|
},
|
|
231811
232092
|
"required": [
|
|
231812
232093
|
"error"
|
|
231813
|
-
]
|
|
232094
|
+
],
|
|
232095
|
+
"additionalProperties": {}
|
|
231814
232096
|
}
|
|
231815
232097
|
}
|
|
231816
232098
|
}
|
|
@@ -231828,7 +232110,8 @@
|
|
|
231828
232110
|
},
|
|
231829
232111
|
"required": [
|
|
231830
232112
|
"error"
|
|
231831
|
-
]
|
|
232113
|
+
],
|
|
232114
|
+
"additionalProperties": {}
|
|
231832
232115
|
}
|
|
231833
232116
|
}
|
|
231834
232117
|
}
|
|
@@ -231846,7 +232129,8 @@
|
|
|
231846
232129
|
},
|
|
231847
232130
|
"required": [
|
|
231848
232131
|
"error"
|
|
231849
|
-
]
|
|
232132
|
+
],
|
|
232133
|
+
"additionalProperties": {}
|
|
231850
232134
|
}
|
|
231851
232135
|
}
|
|
231852
232136
|
}
|
|
@@ -232122,7 +232406,8 @@
|
|
|
232122
232406
|
},
|
|
232123
232407
|
"required": [
|
|
232124
232408
|
"error"
|
|
232125
|
-
]
|
|
232409
|
+
],
|
|
232410
|
+
"additionalProperties": {}
|
|
232126
232411
|
}
|
|
232127
232412
|
}
|
|
232128
232413
|
}
|
|
@@ -232140,7 +232425,8 @@
|
|
|
232140
232425
|
},
|
|
232141
232426
|
"required": [
|
|
232142
232427
|
"error"
|
|
232143
|
-
]
|
|
232428
|
+
],
|
|
232429
|
+
"additionalProperties": {}
|
|
232144
232430
|
}
|
|
232145
232431
|
}
|
|
232146
232432
|
}
|
|
@@ -232158,7 +232444,8 @@
|
|
|
232158
232444
|
},
|
|
232159
232445
|
"required": [
|
|
232160
232446
|
"error"
|
|
232161
|
-
]
|
|
232447
|
+
],
|
|
232448
|
+
"additionalProperties": {}
|
|
232162
232449
|
}
|
|
232163
232450
|
}
|
|
232164
232451
|
}
|
|
@@ -232176,7 +232463,8 @@
|
|
|
232176
232463
|
},
|
|
232177
232464
|
"required": [
|
|
232178
232465
|
"error"
|
|
232179
|
-
]
|
|
232466
|
+
],
|
|
232467
|
+
"additionalProperties": {}
|
|
232180
232468
|
}
|
|
232181
232469
|
}
|
|
232182
232470
|
}
|
|
@@ -232503,7 +232791,8 @@
|
|
|
232503
232791
|
},
|
|
232504
232792
|
"required": [
|
|
232505
232793
|
"error"
|
|
232506
|
-
]
|
|
232794
|
+
],
|
|
232795
|
+
"additionalProperties": {}
|
|
232507
232796
|
}
|
|
232508
232797
|
}
|
|
232509
232798
|
}
|
|
@@ -232521,7 +232810,8 @@
|
|
|
232521
232810
|
},
|
|
232522
232811
|
"required": [
|
|
232523
232812
|
"error"
|
|
232524
|
-
]
|
|
232813
|
+
],
|
|
232814
|
+
"additionalProperties": {}
|
|
232525
232815
|
}
|
|
232526
232816
|
}
|
|
232527
232817
|
}
|
|
@@ -232539,7 +232829,8 @@
|
|
|
232539
232829
|
},
|
|
232540
232830
|
"required": [
|
|
232541
232831
|
"error"
|
|
232542
|
-
]
|
|
232832
|
+
],
|
|
232833
|
+
"additionalProperties": {}
|
|
232543
232834
|
}
|
|
232544
232835
|
}
|
|
232545
232836
|
}
|
|
@@ -232557,7 +232848,8 @@
|
|
|
232557
232848
|
},
|
|
232558
232849
|
"required": [
|
|
232559
232850
|
"error"
|
|
232560
|
-
]
|
|
232851
|
+
],
|
|
232852
|
+
"additionalProperties": {}
|
|
232561
232853
|
}
|
|
232562
232854
|
}
|
|
232563
232855
|
}
|
|
@@ -232743,7 +233035,8 @@
|
|
|
232743
233035
|
},
|
|
232744
233036
|
"required": [
|
|
232745
233037
|
"error"
|
|
232746
|
-
]
|
|
233038
|
+
],
|
|
233039
|
+
"additionalProperties": {}
|
|
232747
233040
|
}
|
|
232748
233041
|
}
|
|
232749
233042
|
}
|
|
@@ -232761,7 +233054,8 @@
|
|
|
232761
233054
|
},
|
|
232762
233055
|
"required": [
|
|
232763
233056
|
"error"
|
|
232764
|
-
]
|
|
233057
|
+
],
|
|
233058
|
+
"additionalProperties": {}
|
|
232765
233059
|
}
|
|
232766
233060
|
}
|
|
232767
233061
|
}
|
|
@@ -232779,7 +233073,8 @@
|
|
|
232779
233073
|
},
|
|
232780
233074
|
"required": [
|
|
232781
233075
|
"error"
|
|
232782
|
-
]
|
|
233076
|
+
],
|
|
233077
|
+
"additionalProperties": {}
|
|
232783
233078
|
}
|
|
232784
233079
|
}
|
|
232785
233080
|
}
|
|
@@ -232797,7 +233092,8 @@
|
|
|
232797
233092
|
},
|
|
232798
233093
|
"required": [
|
|
232799
233094
|
"error"
|
|
232800
|
-
]
|
|
233095
|
+
],
|
|
233096
|
+
"additionalProperties": {}
|
|
232801
233097
|
}
|
|
232802
233098
|
}
|
|
232803
233099
|
}
|
|
@@ -232935,7 +233231,8 @@
|
|
|
232935
233231
|
},
|
|
232936
233232
|
"required": [
|
|
232937
233233
|
"error"
|
|
232938
|
-
]
|
|
233234
|
+
],
|
|
233235
|
+
"additionalProperties": {}
|
|
232939
233236
|
}
|
|
232940
233237
|
}
|
|
232941
233238
|
}
|
|
@@ -232953,7 +233250,8 @@
|
|
|
232953
233250
|
},
|
|
232954
233251
|
"required": [
|
|
232955
233252
|
"error"
|
|
232956
|
-
]
|
|
233253
|
+
],
|
|
233254
|
+
"additionalProperties": {}
|
|
232957
233255
|
}
|
|
232958
233256
|
}
|
|
232959
233257
|
}
|
|
@@ -232971,7 +233269,8 @@
|
|
|
232971
233269
|
},
|
|
232972
233270
|
"required": [
|
|
232973
233271
|
"error"
|
|
232974
|
-
]
|
|
233272
|
+
],
|
|
233273
|
+
"additionalProperties": {}
|
|
232975
233274
|
}
|
|
232976
233275
|
}
|
|
232977
233276
|
}
|
|
@@ -232989,7 +233288,8 @@
|
|
|
232989
233288
|
},
|
|
232990
233289
|
"required": [
|
|
232991
233290
|
"error"
|
|
232992
|
-
]
|
|
233291
|
+
],
|
|
233292
|
+
"additionalProperties": {}
|
|
232993
233293
|
}
|
|
232994
233294
|
}
|
|
232995
233295
|
}
|
|
@@ -233280,7 +233580,8 @@
|
|
|
233280
233580
|
},
|
|
233281
233581
|
"required": [
|
|
233282
233582
|
"error"
|
|
233283
|
-
]
|
|
233583
|
+
],
|
|
233584
|
+
"additionalProperties": {}
|
|
233284
233585
|
}
|
|
233285
233586
|
}
|
|
233286
233587
|
}
|
|
@@ -233298,7 +233599,8 @@
|
|
|
233298
233599
|
},
|
|
233299
233600
|
"required": [
|
|
233300
233601
|
"error"
|
|
233301
|
-
]
|
|
233602
|
+
],
|
|
233603
|
+
"additionalProperties": {}
|
|
233302
233604
|
}
|
|
233303
233605
|
}
|
|
233304
233606
|
}
|
|
@@ -233316,7 +233618,8 @@
|
|
|
233316
233618
|
},
|
|
233317
233619
|
"required": [
|
|
233318
233620
|
"error"
|
|
233319
|
-
]
|
|
233621
|
+
],
|
|
233622
|
+
"additionalProperties": {}
|
|
233320
233623
|
}
|
|
233321
233624
|
}
|
|
233322
233625
|
}
|
|
@@ -233334,7 +233637,8 @@
|
|
|
233334
233637
|
},
|
|
233335
233638
|
"required": [
|
|
233336
233639
|
"error"
|
|
233337
|
-
]
|
|
233640
|
+
],
|
|
233641
|
+
"additionalProperties": {}
|
|
233338
233642
|
}
|
|
233339
233643
|
}
|
|
233340
233644
|
}
|
|
@@ -233352,7 +233656,8 @@
|
|
|
233352
233656
|
},
|
|
233353
233657
|
"required": [
|
|
233354
233658
|
"error"
|
|
233355
|
-
]
|
|
233659
|
+
],
|
|
233660
|
+
"additionalProperties": {}
|
|
233356
233661
|
}
|
|
233357
233662
|
}
|
|
233358
233663
|
}
|
|
@@ -233833,7 +234138,8 @@
|
|
|
233833
234138
|
},
|
|
233834
234139
|
"required": [
|
|
233835
234140
|
"error"
|
|
233836
|
-
]
|
|
234141
|
+
],
|
|
234142
|
+
"additionalProperties": {}
|
|
233837
234143
|
}
|
|
233838
234144
|
}
|
|
233839
234145
|
}
|
|
@@ -233851,7 +234157,8 @@
|
|
|
233851
234157
|
},
|
|
233852
234158
|
"required": [
|
|
233853
234159
|
"error"
|
|
233854
|
-
]
|
|
234160
|
+
],
|
|
234161
|
+
"additionalProperties": {}
|
|
233855
234162
|
}
|
|
233856
234163
|
}
|
|
233857
234164
|
}
|
|
@@ -233869,7 +234176,8 @@
|
|
|
233869
234176
|
},
|
|
233870
234177
|
"required": [
|
|
233871
234178
|
"error"
|
|
233872
|
-
]
|
|
234179
|
+
],
|
|
234180
|
+
"additionalProperties": {}
|
|
233873
234181
|
}
|
|
233874
234182
|
}
|
|
233875
234183
|
}
|
|
@@ -233887,7 +234195,8 @@
|
|
|
233887
234195
|
},
|
|
233888
234196
|
"required": [
|
|
233889
234197
|
"error"
|
|
233890
|
-
]
|
|
234198
|
+
],
|
|
234199
|
+
"additionalProperties": {}
|
|
233891
234200
|
}
|
|
233892
234201
|
}
|
|
233893
234202
|
}
|
|
@@ -234178,7 +234487,8 @@
|
|
|
234178
234487
|
},
|
|
234179
234488
|
"required": [
|
|
234180
234489
|
"error"
|
|
234181
|
-
]
|
|
234490
|
+
],
|
|
234491
|
+
"additionalProperties": {}
|
|
234182
234492
|
}
|
|
234183
234493
|
}
|
|
234184
234494
|
}
|
|
@@ -234196,7 +234506,8 @@
|
|
|
234196
234506
|
},
|
|
234197
234507
|
"required": [
|
|
234198
234508
|
"error"
|
|
234199
|
-
]
|
|
234509
|
+
],
|
|
234510
|
+
"additionalProperties": {}
|
|
234200
234511
|
}
|
|
234201
234512
|
}
|
|
234202
234513
|
}
|
|
@@ -234214,7 +234525,8 @@
|
|
|
234214
234525
|
},
|
|
234215
234526
|
"required": [
|
|
234216
234527
|
"error"
|
|
234217
|
-
]
|
|
234528
|
+
],
|
|
234529
|
+
"additionalProperties": {}
|
|
234218
234530
|
}
|
|
234219
234531
|
}
|
|
234220
234532
|
}
|
|
@@ -234232,7 +234544,8 @@
|
|
|
234232
234544
|
},
|
|
234233
234545
|
"required": [
|
|
234234
234546
|
"error"
|
|
234235
|
-
]
|
|
234547
|
+
],
|
|
234548
|
+
"additionalProperties": {}
|
|
234236
234549
|
}
|
|
234237
234550
|
}
|
|
234238
234551
|
}
|
|
@@ -234250,7 +234563,8 @@
|
|
|
234250
234563
|
},
|
|
234251
234564
|
"required": [
|
|
234252
234565
|
"error"
|
|
234253
|
-
]
|
|
234566
|
+
],
|
|
234567
|
+
"additionalProperties": {}
|
|
234254
234568
|
}
|
|
234255
234569
|
}
|
|
234256
234570
|
}
|
|
@@ -234755,7 +235069,8 @@
|
|
|
234755
235069
|
},
|
|
234756
235070
|
"required": [
|
|
234757
235071
|
"error"
|
|
234758
|
-
]
|
|
235072
|
+
],
|
|
235073
|
+
"additionalProperties": {}
|
|
234759
235074
|
}
|
|
234760
235075
|
}
|
|
234761
235076
|
}
|
|
@@ -234773,7 +235088,8 @@
|
|
|
234773
235088
|
},
|
|
234774
235089
|
"required": [
|
|
234775
235090
|
"error"
|
|
234776
|
-
]
|
|
235091
|
+
],
|
|
235092
|
+
"additionalProperties": {}
|
|
234777
235093
|
}
|
|
234778
235094
|
}
|
|
234779
235095
|
}
|
|
@@ -234791,7 +235107,8 @@
|
|
|
234791
235107
|
},
|
|
234792
235108
|
"required": [
|
|
234793
235109
|
"error"
|
|
234794
|
-
]
|
|
235110
|
+
],
|
|
235111
|
+
"additionalProperties": {}
|
|
234795
235112
|
}
|
|
234796
235113
|
}
|
|
234797
235114
|
}
|
|
@@ -234809,7 +235126,8 @@
|
|
|
234809
235126
|
},
|
|
234810
235127
|
"required": [
|
|
234811
235128
|
"error"
|
|
234812
|
-
]
|
|
235129
|
+
],
|
|
235130
|
+
"additionalProperties": {}
|
|
234813
235131
|
}
|
|
234814
235132
|
}
|
|
234815
235133
|
}
|
|
@@ -235312,7 +235630,8 @@
|
|
|
235312
235630
|
},
|
|
235313
235631
|
"required": [
|
|
235314
235632
|
"error"
|
|
235315
|
-
]
|
|
235633
|
+
],
|
|
235634
|
+
"additionalProperties": {}
|
|
235316
235635
|
}
|
|
235317
235636
|
}
|
|
235318
235637
|
}
|
|
@@ -235330,7 +235649,8 @@
|
|
|
235330
235649
|
},
|
|
235331
235650
|
"required": [
|
|
235332
235651
|
"error"
|
|
235333
|
-
]
|
|
235652
|
+
],
|
|
235653
|
+
"additionalProperties": {}
|
|
235334
235654
|
}
|
|
235335
235655
|
}
|
|
235336
235656
|
}
|
|
@@ -235348,7 +235668,8 @@
|
|
|
235348
235668
|
},
|
|
235349
235669
|
"required": [
|
|
235350
235670
|
"error"
|
|
235351
|
-
]
|
|
235671
|
+
],
|
|
235672
|
+
"additionalProperties": {}
|
|
235352
235673
|
}
|
|
235353
235674
|
}
|
|
235354
235675
|
}
|
|
@@ -235366,7 +235687,8 @@
|
|
|
235366
235687
|
},
|
|
235367
235688
|
"required": [
|
|
235368
235689
|
"error"
|
|
235369
|
-
]
|
|
235690
|
+
],
|
|
235691
|
+
"additionalProperties": {}
|
|
235370
235692
|
}
|
|
235371
235693
|
}
|
|
235372
235694
|
}
|
|
@@ -235852,7 +236174,8 @@
|
|
|
235852
236174
|
},
|
|
235853
236175
|
"required": [
|
|
235854
236176
|
"error"
|
|
235855
|
-
]
|
|
236177
|
+
],
|
|
236178
|
+
"additionalProperties": {}
|
|
235856
236179
|
}
|
|
235857
236180
|
}
|
|
235858
236181
|
}
|
|
@@ -235870,7 +236193,8 @@
|
|
|
235870
236193
|
},
|
|
235871
236194
|
"required": [
|
|
235872
236195
|
"error"
|
|
235873
|
-
]
|
|
236196
|
+
],
|
|
236197
|
+
"additionalProperties": {}
|
|
235874
236198
|
}
|
|
235875
236199
|
}
|
|
235876
236200
|
}
|
|
@@ -235888,7 +236212,8 @@
|
|
|
235888
236212
|
},
|
|
235889
236213
|
"required": [
|
|
235890
236214
|
"error"
|
|
235891
|
-
]
|
|
236215
|
+
],
|
|
236216
|
+
"additionalProperties": {}
|
|
235892
236217
|
}
|
|
235893
236218
|
}
|
|
235894
236219
|
}
|
|
@@ -235906,7 +236231,8 @@
|
|
|
235906
236231
|
},
|
|
235907
236232
|
"required": [
|
|
235908
236233
|
"error"
|
|
235909
|
-
]
|
|
236234
|
+
],
|
|
236235
|
+
"additionalProperties": {}
|
|
235910
236236
|
}
|
|
235911
236237
|
}
|
|
235912
236238
|
}
|
|
@@ -236394,7 +236720,8 @@
|
|
|
236394
236720
|
},
|
|
236395
236721
|
"required": [
|
|
236396
236722
|
"error"
|
|
236397
|
-
]
|
|
236723
|
+
],
|
|
236724
|
+
"additionalProperties": {}
|
|
236398
236725
|
}
|
|
236399
236726
|
}
|
|
236400
236727
|
}
|
|
@@ -236412,7 +236739,8 @@
|
|
|
236412
236739
|
},
|
|
236413
236740
|
"required": [
|
|
236414
236741
|
"error"
|
|
236415
|
-
]
|
|
236742
|
+
],
|
|
236743
|
+
"additionalProperties": {}
|
|
236416
236744
|
}
|
|
236417
236745
|
}
|
|
236418
236746
|
}
|
|
@@ -236430,7 +236758,8 @@
|
|
|
236430
236758
|
},
|
|
236431
236759
|
"required": [
|
|
236432
236760
|
"error"
|
|
236433
|
-
]
|
|
236761
|
+
],
|
|
236762
|
+
"additionalProperties": {}
|
|
236434
236763
|
}
|
|
236435
236764
|
}
|
|
236436
236765
|
}
|
|
@@ -236448,7 +236777,8 @@
|
|
|
236448
236777
|
},
|
|
236449
236778
|
"required": [
|
|
236450
236779
|
"error"
|
|
236451
|
-
]
|
|
236780
|
+
],
|
|
236781
|
+
"additionalProperties": {}
|
|
236452
236782
|
}
|
|
236453
236783
|
}
|
|
236454
236784
|
}
|
|
@@ -236941,7 +237271,8 @@
|
|
|
236941
237271
|
},
|
|
236942
237272
|
"required": [
|
|
236943
237273
|
"error"
|
|
236944
|
-
]
|
|
237274
|
+
],
|
|
237275
|
+
"additionalProperties": {}
|
|
236945
237276
|
}
|
|
236946
237277
|
}
|
|
236947
237278
|
}
|
|
@@ -236959,7 +237290,8 @@
|
|
|
236959
237290
|
},
|
|
236960
237291
|
"required": [
|
|
236961
237292
|
"error"
|
|
236962
|
-
]
|
|
237293
|
+
],
|
|
237294
|
+
"additionalProperties": {}
|
|
236963
237295
|
}
|
|
236964
237296
|
}
|
|
236965
237297
|
}
|
|
@@ -236977,7 +237309,8 @@
|
|
|
236977
237309
|
},
|
|
236978
237310
|
"required": [
|
|
236979
237311
|
"error"
|
|
236980
|
-
]
|
|
237312
|
+
],
|
|
237313
|
+
"additionalProperties": {}
|
|
236981
237314
|
}
|
|
236982
237315
|
}
|
|
236983
237316
|
}
|
|
@@ -236995,7 +237328,8 @@
|
|
|
236995
237328
|
},
|
|
236996
237329
|
"required": [
|
|
236997
237330
|
"error"
|
|
236998
|
-
]
|
|
237331
|
+
],
|
|
237332
|
+
"additionalProperties": {}
|
|
236999
237333
|
}
|
|
237000
237334
|
}
|
|
237001
237335
|
}
|