@snokam/mcp-api 0.61.1 → 0.62.0

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.
@@ -493,6 +493,47 @@
493
493
  ],
494
494
  "type": "object"
495
495
  },
496
+ "ComponentTable": {
497
+ "properties": {
498
+ "rows": {
499
+ "items": {
500
+ "properties": {
501
+ "sanityKey": {
502
+ "type": "string"
503
+ },
504
+ "cells": {
505
+ "items": {
506
+ "type": "string"
507
+ },
508
+ "type": "array"
509
+ }
510
+ },
511
+ "required": [
512
+ "sanityKey"
513
+ ],
514
+ "type": "object"
515
+ },
516
+ "type": "array"
517
+ },
518
+ "headers": {
519
+ "items": {
520
+ "type": "string"
521
+ },
522
+ "type": "array"
523
+ },
524
+ "sanityType": {
525
+ "type": "string",
526
+ "enum": [
527
+ "component.table"
528
+ ],
529
+ "nullable": false
530
+ }
531
+ },
532
+ "required": [
533
+ "sanityType"
534
+ ],
535
+ "type": "object"
536
+ },
496
537
  "ComponentBlocks": {
497
538
  "items": {
498
539
  "oneOf": [
@@ -726,6 +767,24 @@
726
767
  "$ref": "#/components/schemas/ComponentLink"
727
768
  }
728
769
  ]
770
+ },
771
+ {
772
+ "allOf": [
773
+ {
774
+ "properties": {
775
+ "sanityKey": {
776
+ "type": "string"
777
+ }
778
+ },
779
+ "required": [
780
+ "sanityKey"
781
+ ],
782
+ "type": "object"
783
+ },
784
+ {
785
+ "$ref": "#/components/schemas/ComponentTable"
786
+ }
787
+ ]
729
788
  }
730
789
  ]
731
790
  },
@@ -973,6 +1032,51 @@
973
1032
  ],
974
1033
  "type": "object"
975
1034
  },
1035
+ {
1036
+ "properties": {
1037
+ "rows": {
1038
+ "items": {
1039
+ "properties": {
1040
+ "sanityKey": {
1041
+ "type": "string"
1042
+ },
1043
+ "cells": {
1044
+ "items": {
1045
+ "type": "string"
1046
+ },
1047
+ "type": "array"
1048
+ }
1049
+ },
1050
+ "required": [
1051
+ "sanityKey"
1052
+ ],
1053
+ "type": "object"
1054
+ },
1055
+ "type": "array"
1056
+ },
1057
+ "headers": {
1058
+ "items": {
1059
+ "type": "string"
1060
+ },
1061
+ "type": "array"
1062
+ },
1063
+ "sanityType": {
1064
+ "type": "string",
1065
+ "enum": [
1066
+ "component.table"
1067
+ ],
1068
+ "nullable": false
1069
+ },
1070
+ "sanityKey": {
1071
+ "type": "string"
1072
+ }
1073
+ },
1074
+ "required": [
1075
+ "sanityType",
1076
+ "sanityKey"
1077
+ ],
1078
+ "type": "object"
1079
+ },
976
1080
  {
977
1081
  "properties": {
978
1082
  "url": {
@@ -1753,6 +1857,51 @@
1753
1857
  ],
1754
1858
  "type": "object"
1755
1859
  },
1860
+ {
1861
+ "properties": {
1862
+ "rows": {
1863
+ "items": {
1864
+ "properties": {
1865
+ "sanityKey": {
1866
+ "type": "string"
1867
+ },
1868
+ "cells": {
1869
+ "items": {
1870
+ "type": "string"
1871
+ },
1872
+ "type": "array"
1873
+ }
1874
+ },
1875
+ "required": [
1876
+ "sanityKey"
1877
+ ],
1878
+ "type": "object"
1879
+ },
1880
+ "type": "array"
1881
+ },
1882
+ "headers": {
1883
+ "items": {
1884
+ "type": "string"
1885
+ },
1886
+ "type": "array"
1887
+ },
1888
+ "sanityType": {
1889
+ "type": "string",
1890
+ "enum": [
1891
+ "component.table"
1892
+ ],
1893
+ "nullable": false
1894
+ },
1895
+ "sanityKey": {
1896
+ "type": "string"
1897
+ }
1898
+ },
1899
+ "required": [
1900
+ "sanityType",
1901
+ "sanityKey"
1902
+ ],
1903
+ "type": "object"
1904
+ },
1756
1905
  {
1757
1906
  "properties": {
1758
1907
  "url": {
@@ -2410,6 +2559,24 @@
2410
2559
  }
2411
2560
  ]
2412
2561
  },
2562
+ {
2563
+ "allOf": [
2564
+ {
2565
+ "properties": {
2566
+ "sanityKey": {
2567
+ "type": "string"
2568
+ }
2569
+ },
2570
+ "required": [
2571
+ "sanityKey"
2572
+ ],
2573
+ "type": "object"
2574
+ },
2575
+ {
2576
+ "$ref": "#/components/schemas/ComponentTable"
2577
+ }
2578
+ ]
2579
+ },
2413
2580
  {
2414
2581
  "allOf": [
2415
2582
  {
@@ -2880,6 +3047,51 @@
2880
3047
  ],
2881
3048
  "type": "object"
2882
3049
  },
3050
+ {
3051
+ "properties": {
3052
+ "rows": {
3053
+ "items": {
3054
+ "properties": {
3055
+ "sanityKey": {
3056
+ "type": "string"
3057
+ },
3058
+ "cells": {
3059
+ "items": {
3060
+ "type": "string"
3061
+ },
3062
+ "type": "array"
3063
+ }
3064
+ },
3065
+ "required": [
3066
+ "sanityKey"
3067
+ ],
3068
+ "type": "object"
3069
+ },
3070
+ "type": "array"
3071
+ },
3072
+ "headers": {
3073
+ "items": {
3074
+ "type": "string"
3075
+ },
3076
+ "type": "array"
3077
+ },
3078
+ "sanityType": {
3079
+ "type": "string",
3080
+ "enum": [
3081
+ "component.table"
3082
+ ],
3083
+ "nullable": false
3084
+ },
3085
+ "sanityKey": {
3086
+ "type": "string"
3087
+ }
3088
+ },
3089
+ "required": [
3090
+ "sanityType",
3091
+ "sanityKey"
3092
+ ],
3093
+ "type": "object"
3094
+ },
2883
3095
  {
2884
3096
  "properties": {
2885
3097
  "url": {
@@ -5993,6 +6205,51 @@
5993
6205
  ],
5994
6206
  "type": "object"
5995
6207
  },
6208
+ {
6209
+ "properties": {
6210
+ "rows": {
6211
+ "items": {
6212
+ "properties": {
6213
+ "sanityKey": {
6214
+ "type": "string"
6215
+ },
6216
+ "cells": {
6217
+ "items": {
6218
+ "type": "string"
6219
+ },
6220
+ "type": "array"
6221
+ }
6222
+ },
6223
+ "required": [
6224
+ "sanityKey"
6225
+ ],
6226
+ "type": "object"
6227
+ },
6228
+ "type": "array"
6229
+ },
6230
+ "headers": {
6231
+ "items": {
6232
+ "type": "string"
6233
+ },
6234
+ "type": "array"
6235
+ },
6236
+ "sanityType": {
6237
+ "type": "string",
6238
+ "enum": [
6239
+ "component.table"
6240
+ ],
6241
+ "nullable": false
6242
+ },
6243
+ "sanityKey": {
6244
+ "type": "string"
6245
+ }
6246
+ },
6247
+ "required": [
6248
+ "sanityType",
6249
+ "sanityKey"
6250
+ ],
6251
+ "type": "object"
6252
+ },
5996
6253
  {
5997
6254
  "properties": {
5998
6255
  "url": {
@@ -6773,6 +7030,51 @@
6773
7030
  ],
6774
7031
  "type": "object"
6775
7032
  },
7033
+ {
7034
+ "properties": {
7035
+ "rows": {
7036
+ "items": {
7037
+ "properties": {
7038
+ "sanityKey": {
7039
+ "type": "string"
7040
+ },
7041
+ "cells": {
7042
+ "items": {
7043
+ "type": "string"
7044
+ },
7045
+ "type": "array"
7046
+ }
7047
+ },
7048
+ "required": [
7049
+ "sanityKey"
7050
+ ],
7051
+ "type": "object"
7052
+ },
7053
+ "type": "array"
7054
+ },
7055
+ "headers": {
7056
+ "items": {
7057
+ "type": "string"
7058
+ },
7059
+ "type": "array"
7060
+ },
7061
+ "sanityType": {
7062
+ "type": "string",
7063
+ "enum": [
7064
+ "component.table"
7065
+ ],
7066
+ "nullable": false
7067
+ },
7068
+ "sanityKey": {
7069
+ "type": "string"
7070
+ }
7071
+ },
7072
+ "required": [
7073
+ "sanityType",
7074
+ "sanityKey"
7075
+ ],
7076
+ "type": "object"
7077
+ },
6776
7078
  {
6777
7079
  "properties": {
6778
7080
  "url": {
@@ -8254,6 +8556,55 @@
8254
8556
  ],
8255
8557
  "type": "object"
8256
8558
  },
8559
+ {
8560
+ "properties": {
8561
+ "sanityKey": {
8562
+ "type": "string"
8563
+ },
8564
+ "sanityType": {
8565
+ "type": "string",
8566
+ "enum": [
8567
+ "component.table"
8568
+ ],
8569
+ "nullable": false
8570
+ },
8571
+ "rows": {
8572
+ "items": {
8573
+ "properties": {
8574
+ "sanityKey": {
8575
+ "type": "string"
8576
+ },
8577
+ "cells": {
8578
+ "items": {
8579
+ "type": "string"
8580
+ },
8581
+ "type": "array"
8582
+ }
8583
+ },
8584
+ "required": [
8585
+ "sanityKey"
8586
+ ],
8587
+ "type": "object"
8588
+ },
8589
+ "type": "array"
8590
+ },
8591
+ "headers": {
8592
+ "items": {
8593
+ "type": "string"
8594
+ },
8595
+ "type": "array"
8596
+ },
8597
+ "key": {
8598
+ "type": "string"
8599
+ }
8600
+ },
8601
+ "required": [
8602
+ "sanityKey",
8603
+ "sanityType",
8604
+ "key"
8605
+ ],
8606
+ "type": "object"
8607
+ },
8257
8608
  {
8258
8609
  "properties": {
8259
8610
  "sanityKey": {
@@ -8645,6 +8996,51 @@
8645
8996
  "url"
8646
8997
  ],
8647
8998
  "type": "object"
8999
+ },
9000
+ {
9001
+ "properties": {
9002
+ "sanityKey": {
9003
+ "type": "string"
9004
+ },
9005
+ "sanityType": {
9006
+ "type": "string",
9007
+ "enum": [
9008
+ "component.table"
9009
+ ],
9010
+ "nullable": false
9011
+ },
9012
+ "rows": {
9013
+ "items": {
9014
+ "properties": {
9015
+ "sanityKey": {
9016
+ "type": "string"
9017
+ },
9018
+ "cells": {
9019
+ "items": {
9020
+ "type": "string"
9021
+ },
9022
+ "type": "array"
9023
+ }
9024
+ },
9025
+ "required": [
9026
+ "sanityKey"
9027
+ ],
9028
+ "type": "object"
9029
+ },
9030
+ "type": "array"
9031
+ },
9032
+ "headers": {
9033
+ "items": {
9034
+ "type": "string"
9035
+ },
9036
+ "type": "array"
9037
+ }
9038
+ },
9039
+ "required": [
9040
+ "sanityKey",
9041
+ "sanityType"
9042
+ ],
9043
+ "type": "object"
8648
9044
  }
8649
9045
  ]
8650
9046
  },
@@ -9031,6 +9427,51 @@
9031
9427
  "url"
9032
9428
  ],
9033
9429
  "type": "object"
9430
+ },
9431
+ {
9432
+ "properties": {
9433
+ "sanityKey": {
9434
+ "type": "string"
9435
+ },
9436
+ "sanityType": {
9437
+ "type": "string",
9438
+ "enum": [
9439
+ "component.table"
9440
+ ],
9441
+ "nullable": false
9442
+ },
9443
+ "rows": {
9444
+ "items": {
9445
+ "properties": {
9446
+ "sanityKey": {
9447
+ "type": "string"
9448
+ },
9449
+ "cells": {
9450
+ "items": {
9451
+ "type": "string"
9452
+ },
9453
+ "type": "array"
9454
+ }
9455
+ },
9456
+ "required": [
9457
+ "sanityKey"
9458
+ ],
9459
+ "type": "object"
9460
+ },
9461
+ "type": "array"
9462
+ },
9463
+ "headers": {
9464
+ "items": {
9465
+ "type": "string"
9466
+ },
9467
+ "type": "array"
9468
+ }
9469
+ },
9470
+ "required": [
9471
+ "sanityKey",
9472
+ "sanityType"
9473
+ ],
9474
+ "type": "object"
9034
9475
  }
9035
9476
  ]
9036
9477
  },
@@ -9432,6 +9873,51 @@
9432
9873
  "url"
9433
9874
  ],
9434
9875
  "type": "object"
9876
+ },
9877
+ {
9878
+ "properties": {
9879
+ "sanityKey": {
9880
+ "type": "string"
9881
+ },
9882
+ "sanityType": {
9883
+ "type": "string",
9884
+ "enum": [
9885
+ "component.table"
9886
+ ],
9887
+ "nullable": false
9888
+ },
9889
+ "rows": {
9890
+ "items": {
9891
+ "properties": {
9892
+ "sanityKey": {
9893
+ "type": "string"
9894
+ },
9895
+ "cells": {
9896
+ "items": {
9897
+ "type": "string"
9898
+ },
9899
+ "type": "array"
9900
+ }
9901
+ },
9902
+ "required": [
9903
+ "sanityKey"
9904
+ ],
9905
+ "type": "object"
9906
+ },
9907
+ "type": "array"
9908
+ },
9909
+ "headers": {
9910
+ "items": {
9911
+ "type": "string"
9912
+ },
9913
+ "type": "array"
9914
+ }
9915
+ },
9916
+ "required": [
9917
+ "sanityKey",
9918
+ "sanityType"
9919
+ ],
9920
+ "type": "object"
9435
9921
  }
9436
9922
  ]
9437
9923
  },
@@ -9818,6 +10304,51 @@
9818
10304
  "url"
9819
10305
  ],
9820
10306
  "type": "object"
10307
+ },
10308
+ {
10309
+ "properties": {
10310
+ "sanityKey": {
10311
+ "type": "string"
10312
+ },
10313
+ "sanityType": {
10314
+ "type": "string",
10315
+ "enum": [
10316
+ "component.table"
10317
+ ],
10318
+ "nullable": false
10319
+ },
10320
+ "rows": {
10321
+ "items": {
10322
+ "properties": {
10323
+ "sanityKey": {
10324
+ "type": "string"
10325
+ },
10326
+ "cells": {
10327
+ "items": {
10328
+ "type": "string"
10329
+ },
10330
+ "type": "array"
10331
+ }
10332
+ },
10333
+ "required": [
10334
+ "sanityKey"
10335
+ ],
10336
+ "type": "object"
10337
+ },
10338
+ "type": "array"
10339
+ },
10340
+ "headers": {
10341
+ "items": {
10342
+ "type": "string"
10343
+ },
10344
+ "type": "array"
10345
+ }
10346
+ },
10347
+ "required": [
10348
+ "sanityKey",
10349
+ "sanityType"
10350
+ ],
10351
+ "type": "object"
9821
10352
  }
9822
10353
  ]
9823
10354
  },
@@ -10185,6 +10716,51 @@
10185
10716
  "url"
10186
10717
  ],
10187
10718
  "type": "object"
10719
+ },
10720
+ {
10721
+ "properties": {
10722
+ "sanityKey": {
10723
+ "type": "string"
10724
+ },
10725
+ "sanityType": {
10726
+ "type": "string",
10727
+ "enum": [
10728
+ "component.table"
10729
+ ],
10730
+ "nullable": false
10731
+ },
10732
+ "rows": {
10733
+ "items": {
10734
+ "properties": {
10735
+ "sanityKey": {
10736
+ "type": "string"
10737
+ },
10738
+ "cells": {
10739
+ "items": {
10740
+ "type": "string"
10741
+ },
10742
+ "type": "array"
10743
+ }
10744
+ },
10745
+ "required": [
10746
+ "sanityKey"
10747
+ ],
10748
+ "type": "object"
10749
+ },
10750
+ "type": "array"
10751
+ },
10752
+ "headers": {
10753
+ "items": {
10754
+ "type": "string"
10755
+ },
10756
+ "type": "array"
10757
+ }
10758
+ },
10759
+ "required": [
10760
+ "sanityKey",
10761
+ "sanityType"
10762
+ ],
10763
+ "type": "object"
10188
10764
  }
10189
10765
  ]
10190
10766
  },
@@ -10952,6 +11528,55 @@
10952
11528
  ],
10953
11529
  "type": "object"
10954
11530
  },
11531
+ {
11532
+ "properties": {
11533
+ "sanityKey": {
11534
+ "type": "string"
11535
+ },
11536
+ "sanityType": {
11537
+ "type": "string",
11538
+ "enum": [
11539
+ "component.table"
11540
+ ],
11541
+ "nullable": false
11542
+ },
11543
+ "rows": {
11544
+ "items": {
11545
+ "properties": {
11546
+ "sanityKey": {
11547
+ "type": "string"
11548
+ },
11549
+ "cells": {
11550
+ "items": {
11551
+ "type": "string"
11552
+ },
11553
+ "type": "array"
11554
+ }
11555
+ },
11556
+ "required": [
11557
+ "sanityKey"
11558
+ ],
11559
+ "type": "object"
11560
+ },
11561
+ "type": "array"
11562
+ },
11563
+ "headers": {
11564
+ "items": {
11565
+ "type": "string"
11566
+ },
11567
+ "type": "array"
11568
+ },
11569
+ "key": {
11570
+ "type": "string"
11571
+ }
11572
+ },
11573
+ "required": [
11574
+ "sanityKey",
11575
+ "sanityType",
11576
+ "key"
11577
+ ],
11578
+ "type": "object"
11579
+ },
10955
11580
  {
10956
11581
  "properties": {
10957
11582
  "sanityKey": {
@@ -11343,6 +11968,51 @@
11343
11968
  "url"
11344
11969
  ],
11345
11970
  "type": "object"
11971
+ },
11972
+ {
11973
+ "properties": {
11974
+ "sanityKey": {
11975
+ "type": "string"
11976
+ },
11977
+ "sanityType": {
11978
+ "type": "string",
11979
+ "enum": [
11980
+ "component.table"
11981
+ ],
11982
+ "nullable": false
11983
+ },
11984
+ "rows": {
11985
+ "items": {
11986
+ "properties": {
11987
+ "sanityKey": {
11988
+ "type": "string"
11989
+ },
11990
+ "cells": {
11991
+ "items": {
11992
+ "type": "string"
11993
+ },
11994
+ "type": "array"
11995
+ }
11996
+ },
11997
+ "required": [
11998
+ "sanityKey"
11999
+ ],
12000
+ "type": "object"
12001
+ },
12002
+ "type": "array"
12003
+ },
12004
+ "headers": {
12005
+ "items": {
12006
+ "type": "string"
12007
+ },
12008
+ "type": "array"
12009
+ }
12010
+ },
12011
+ "required": [
12012
+ "sanityKey",
12013
+ "sanityType"
12014
+ ],
12015
+ "type": "object"
11346
12016
  }
11347
12017
  ]
11348
12018
  },
@@ -11729,6 +12399,51 @@
11729
12399
  "url"
11730
12400
  ],
11731
12401
  "type": "object"
12402
+ },
12403
+ {
12404
+ "properties": {
12405
+ "sanityKey": {
12406
+ "type": "string"
12407
+ },
12408
+ "sanityType": {
12409
+ "type": "string",
12410
+ "enum": [
12411
+ "component.table"
12412
+ ],
12413
+ "nullable": false
12414
+ },
12415
+ "rows": {
12416
+ "items": {
12417
+ "properties": {
12418
+ "sanityKey": {
12419
+ "type": "string"
12420
+ },
12421
+ "cells": {
12422
+ "items": {
12423
+ "type": "string"
12424
+ },
12425
+ "type": "array"
12426
+ }
12427
+ },
12428
+ "required": [
12429
+ "sanityKey"
12430
+ ],
12431
+ "type": "object"
12432
+ },
12433
+ "type": "array"
12434
+ },
12435
+ "headers": {
12436
+ "items": {
12437
+ "type": "string"
12438
+ },
12439
+ "type": "array"
12440
+ }
12441
+ },
12442
+ "required": [
12443
+ "sanityKey",
12444
+ "sanityType"
12445
+ ],
12446
+ "type": "object"
11732
12447
  }
11733
12448
  ]
11734
12449
  },
@@ -12130,6 +12845,51 @@
12130
12845
  "url"
12131
12846
  ],
12132
12847
  "type": "object"
12848
+ },
12849
+ {
12850
+ "properties": {
12851
+ "sanityKey": {
12852
+ "type": "string"
12853
+ },
12854
+ "sanityType": {
12855
+ "type": "string",
12856
+ "enum": [
12857
+ "component.table"
12858
+ ],
12859
+ "nullable": false
12860
+ },
12861
+ "rows": {
12862
+ "items": {
12863
+ "properties": {
12864
+ "sanityKey": {
12865
+ "type": "string"
12866
+ },
12867
+ "cells": {
12868
+ "items": {
12869
+ "type": "string"
12870
+ },
12871
+ "type": "array"
12872
+ }
12873
+ },
12874
+ "required": [
12875
+ "sanityKey"
12876
+ ],
12877
+ "type": "object"
12878
+ },
12879
+ "type": "array"
12880
+ },
12881
+ "headers": {
12882
+ "items": {
12883
+ "type": "string"
12884
+ },
12885
+ "type": "array"
12886
+ }
12887
+ },
12888
+ "required": [
12889
+ "sanityKey",
12890
+ "sanityType"
12891
+ ],
12892
+ "type": "object"
12133
12893
  }
12134
12894
  ]
12135
12895
  },
@@ -12516,6 +13276,51 @@
12516
13276
  "url"
12517
13277
  ],
12518
13278
  "type": "object"
13279
+ },
13280
+ {
13281
+ "properties": {
13282
+ "sanityKey": {
13283
+ "type": "string"
13284
+ },
13285
+ "sanityType": {
13286
+ "type": "string",
13287
+ "enum": [
13288
+ "component.table"
13289
+ ],
13290
+ "nullable": false
13291
+ },
13292
+ "rows": {
13293
+ "items": {
13294
+ "properties": {
13295
+ "sanityKey": {
13296
+ "type": "string"
13297
+ },
13298
+ "cells": {
13299
+ "items": {
13300
+ "type": "string"
13301
+ },
13302
+ "type": "array"
13303
+ }
13304
+ },
13305
+ "required": [
13306
+ "sanityKey"
13307
+ ],
13308
+ "type": "object"
13309
+ },
13310
+ "type": "array"
13311
+ },
13312
+ "headers": {
13313
+ "items": {
13314
+ "type": "string"
13315
+ },
13316
+ "type": "array"
13317
+ }
13318
+ },
13319
+ "required": [
13320
+ "sanityKey",
13321
+ "sanityType"
13322
+ ],
13323
+ "type": "object"
12519
13324
  }
12520
13325
  ]
12521
13326
  },
@@ -12883,6 +13688,51 @@
12883
13688
  "url"
12884
13689
  ],
12885
13690
  "type": "object"
13691
+ },
13692
+ {
13693
+ "properties": {
13694
+ "sanityKey": {
13695
+ "type": "string"
13696
+ },
13697
+ "sanityType": {
13698
+ "type": "string",
13699
+ "enum": [
13700
+ "component.table"
13701
+ ],
13702
+ "nullable": false
13703
+ },
13704
+ "rows": {
13705
+ "items": {
13706
+ "properties": {
13707
+ "sanityKey": {
13708
+ "type": "string"
13709
+ },
13710
+ "cells": {
13711
+ "items": {
13712
+ "type": "string"
13713
+ },
13714
+ "type": "array"
13715
+ }
13716
+ },
13717
+ "required": [
13718
+ "sanityKey"
13719
+ ],
13720
+ "type": "object"
13721
+ },
13722
+ "type": "array"
13723
+ },
13724
+ "headers": {
13725
+ "items": {
13726
+ "type": "string"
13727
+ },
13728
+ "type": "array"
13729
+ }
13730
+ },
13731
+ "required": [
13732
+ "sanityKey",
13733
+ "sanityType"
13734
+ ],
13735
+ "type": "object"
12886
13736
  }
12887
13737
  ]
12888
13738
  },
@@ -13473,12 +14323,96 @@
13473
14323
  "sanityType": {
13474
14324
  "type": "string",
13475
14325
  "enum": [
13476
- "component.image"
14326
+ "component.image"
14327
+ ],
14328
+ "nullable": false
14329
+ },
14330
+ "file": {
14331
+ "$ref": "#/components/schemas/ComponentImageFile"
14332
+ },
14333
+ "key": {
14334
+ "type": "string"
14335
+ }
14336
+ },
14337
+ "required": [
14338
+ "sanityKey",
14339
+ "sanityType",
14340
+ "file",
14341
+ "key"
14342
+ ],
14343
+ "type": "object"
14344
+ },
14345
+ {
14346
+ "properties": {
14347
+ "sanityKey": {
14348
+ "type": "string"
14349
+ },
14350
+ "sanityType": {
14351
+ "type": "string",
14352
+ "enum": [
14353
+ "component.video"
14354
+ ],
14355
+ "nullable": false
14356
+ },
14357
+ "file": {
14358
+ "$ref": "#/components/schemas/MuxVideo"
14359
+ },
14360
+ "key": {
14361
+ "type": "string"
14362
+ }
14363
+ },
14364
+ "required": [
14365
+ "sanityKey",
14366
+ "sanityType",
14367
+ "file",
14368
+ "key"
14369
+ ],
14370
+ "type": "object"
14371
+ },
14372
+ {
14373
+ "properties": {
14374
+ "sanityKey": {
14375
+ "type": "string"
14376
+ },
14377
+ "sanityType": {
14378
+ "type": "string",
14379
+ "enum": [
14380
+ "component.text"
14381
+ ],
14382
+ "nullable": false
14383
+ },
14384
+ "content": {
14385
+ "type": "string"
14386
+ },
14387
+ "key": {
14388
+ "type": "string"
14389
+ }
14390
+ },
14391
+ "required": [
14392
+ "sanityKey",
14393
+ "sanityType",
14394
+ "content",
14395
+ "key"
14396
+ ],
14397
+ "type": "object"
14398
+ },
14399
+ {
14400
+ "properties": {
14401
+ "sanityKey": {
14402
+ "type": "string"
14403
+ },
14404
+ "sanityType": {
14405
+ "type": "string",
14406
+ "enum": [
14407
+ "component.link"
13477
14408
  ],
13478
14409
  "nullable": false
13479
14410
  },
13480
- "file": {
13481
- "$ref": "#/components/schemas/ComponentImageFile"
14411
+ "link": {
14412
+ "type": "string"
14413
+ },
14414
+ "text": {
14415
+ "type": "string"
13482
14416
  },
13483
14417
  "key": {
13484
14418
  "type": "string"
@@ -13487,7 +14421,8 @@
13487
14421
  "required": [
13488
14422
  "sanityKey",
13489
14423
  "sanityType",
13490
- "file",
14424
+ "link",
14425
+ "text",
13491
14426
  "key"
13492
14427
  ],
13493
14428
  "type": "object"
@@ -13500,39 +14435,22 @@
13500
14435
  "sanityType": {
13501
14436
  "type": "string",
13502
14437
  "enum": [
13503
- "component.video"
14438
+ "component.media"
13504
14439
  ],
13505
14440
  "nullable": false
13506
14441
  },
13507
- "file": {
14442
+ "video": {
13508
14443
  "$ref": "#/components/schemas/MuxVideo"
13509
14444
  },
13510
- "key": {
13511
- "type": "string"
13512
- }
13513
- },
13514
- "required": [
13515
- "sanityKey",
13516
- "sanityType",
13517
- "file",
13518
- "key"
13519
- ],
13520
- "type": "object"
13521
- },
13522
- {
13523
- "properties": {
13524
- "sanityKey": {
13525
- "type": "string"
14445
+ "image": {
14446
+ "$ref": "#/components/schemas/ComponentMediaImage"
13526
14447
  },
13527
- "sanityType": {
14448
+ "type": {
13528
14449
  "type": "string",
13529
14450
  "enum": [
13530
- "component.text"
13531
- ],
13532
- "nullable": false
13533
- },
13534
- "content": {
13535
- "type": "string"
14451
+ "video",
14452
+ "image"
14453
+ ]
13536
14454
  },
13537
14455
  "key": {
13538
14456
  "type": "string"
@@ -13541,7 +14459,7 @@
13541
14459
  "required": [
13542
14460
  "sanityKey",
13543
14461
  "sanityType",
13544
- "content",
14462
+ "type",
13545
14463
  "key"
13546
14464
  ],
13547
14465
  "type": "object"
@@ -13554,14 +14472,11 @@
13554
14472
  "sanityType": {
13555
14473
  "type": "string",
13556
14474
  "enum": [
13557
- "component.link"
14475
+ "component.youtube"
13558
14476
  ],
13559
14477
  "nullable": false
13560
14478
  },
13561
- "link": {
13562
- "type": "string"
13563
- },
13564
- "text": {
14479
+ "url": {
13565
14480
  "type": "string"
13566
14481
  },
13567
14482
  "key": {
@@ -13571,8 +14486,7 @@
13571
14486
  "required": [
13572
14487
  "sanityKey",
13573
14488
  "sanityType",
13574
- "link",
13575
- "text",
14489
+ "url",
13576
14490
  "key"
13577
14491
  ],
13578
14492
  "type": "object"
@@ -13585,49 +14499,35 @@
13585
14499
  "sanityType": {
13586
14500
  "type": "string",
13587
14501
  "enum": [
13588
- "component.media"
14502
+ "component.table"
13589
14503
  ],
13590
14504
  "nullable": false
13591
14505
  },
13592
- "video": {
13593
- "$ref": "#/components/schemas/MuxVideo"
13594
- },
13595
- "image": {
13596
- "$ref": "#/components/schemas/ComponentMediaImage"
13597
- },
13598
- "type": {
13599
- "type": "string",
13600
- "enum": [
13601
- "video",
13602
- "image"
13603
- ]
13604
- },
13605
- "key": {
13606
- "type": "string"
13607
- }
13608
- },
13609
- "required": [
13610
- "sanityKey",
13611
- "sanityType",
13612
- "type",
13613
- "key"
13614
- ],
13615
- "type": "object"
13616
- },
13617
- {
13618
- "properties": {
13619
- "sanityKey": {
13620
- "type": "string"
13621
- },
13622
- "sanityType": {
13623
- "type": "string",
13624
- "enum": [
13625
- "component.youtube"
13626
- ],
13627
- "nullable": false
14506
+ "rows": {
14507
+ "items": {
14508
+ "properties": {
14509
+ "sanityKey": {
14510
+ "type": "string"
14511
+ },
14512
+ "cells": {
14513
+ "items": {
14514
+ "type": "string"
14515
+ },
14516
+ "type": "array"
14517
+ }
14518
+ },
14519
+ "required": [
14520
+ "sanityKey"
14521
+ ],
14522
+ "type": "object"
14523
+ },
14524
+ "type": "array"
13628
14525
  },
13629
- "url": {
13630
- "type": "string"
14526
+ "headers": {
14527
+ "items": {
14528
+ "type": "string"
14529
+ },
14530
+ "type": "array"
13631
14531
  },
13632
14532
  "key": {
13633
14533
  "type": "string"
@@ -13636,7 +14536,6 @@
13636
14536
  "required": [
13637
14537
  "sanityKey",
13638
14538
  "sanityType",
13639
- "url",
13640
14539
  "key"
13641
14540
  ],
13642
14541
  "type": "object"
@@ -14032,6 +14931,51 @@
14032
14931
  "url"
14033
14932
  ],
14034
14933
  "type": "object"
14934
+ },
14935
+ {
14936
+ "properties": {
14937
+ "sanityKey": {
14938
+ "type": "string"
14939
+ },
14940
+ "sanityType": {
14941
+ "type": "string",
14942
+ "enum": [
14943
+ "component.table"
14944
+ ],
14945
+ "nullable": false
14946
+ },
14947
+ "rows": {
14948
+ "items": {
14949
+ "properties": {
14950
+ "sanityKey": {
14951
+ "type": "string"
14952
+ },
14953
+ "cells": {
14954
+ "items": {
14955
+ "type": "string"
14956
+ },
14957
+ "type": "array"
14958
+ }
14959
+ },
14960
+ "required": [
14961
+ "sanityKey"
14962
+ ],
14963
+ "type": "object"
14964
+ },
14965
+ "type": "array"
14966
+ },
14967
+ "headers": {
14968
+ "items": {
14969
+ "type": "string"
14970
+ },
14971
+ "type": "array"
14972
+ }
14973
+ },
14974
+ "required": [
14975
+ "sanityKey",
14976
+ "sanityType"
14977
+ ],
14978
+ "type": "object"
14035
14979
  }
14036
14980
  ]
14037
14981
  },
@@ -14418,6 +15362,51 @@
14418
15362
  "url"
14419
15363
  ],
14420
15364
  "type": "object"
15365
+ },
15366
+ {
15367
+ "properties": {
15368
+ "sanityKey": {
15369
+ "type": "string"
15370
+ },
15371
+ "sanityType": {
15372
+ "type": "string",
15373
+ "enum": [
15374
+ "component.table"
15375
+ ],
15376
+ "nullable": false
15377
+ },
15378
+ "rows": {
15379
+ "items": {
15380
+ "properties": {
15381
+ "sanityKey": {
15382
+ "type": "string"
15383
+ },
15384
+ "cells": {
15385
+ "items": {
15386
+ "type": "string"
15387
+ },
15388
+ "type": "array"
15389
+ }
15390
+ },
15391
+ "required": [
15392
+ "sanityKey"
15393
+ ],
15394
+ "type": "object"
15395
+ },
15396
+ "type": "array"
15397
+ },
15398
+ "headers": {
15399
+ "items": {
15400
+ "type": "string"
15401
+ },
15402
+ "type": "array"
15403
+ }
15404
+ },
15405
+ "required": [
15406
+ "sanityKey",
15407
+ "sanityType"
15408
+ ],
15409
+ "type": "object"
14421
15410
  }
14422
15411
  ]
14423
15412
  },
@@ -14819,6 +15808,51 @@
14819
15808
  "url"
14820
15809
  ],
14821
15810
  "type": "object"
15811
+ },
15812
+ {
15813
+ "properties": {
15814
+ "sanityKey": {
15815
+ "type": "string"
15816
+ },
15817
+ "sanityType": {
15818
+ "type": "string",
15819
+ "enum": [
15820
+ "component.table"
15821
+ ],
15822
+ "nullable": false
15823
+ },
15824
+ "rows": {
15825
+ "items": {
15826
+ "properties": {
15827
+ "sanityKey": {
15828
+ "type": "string"
15829
+ },
15830
+ "cells": {
15831
+ "items": {
15832
+ "type": "string"
15833
+ },
15834
+ "type": "array"
15835
+ }
15836
+ },
15837
+ "required": [
15838
+ "sanityKey"
15839
+ ],
15840
+ "type": "object"
15841
+ },
15842
+ "type": "array"
15843
+ },
15844
+ "headers": {
15845
+ "items": {
15846
+ "type": "string"
15847
+ },
15848
+ "type": "array"
15849
+ }
15850
+ },
15851
+ "required": [
15852
+ "sanityKey",
15853
+ "sanityType"
15854
+ ],
15855
+ "type": "object"
14822
15856
  }
14823
15857
  ]
14824
15858
  },
@@ -15205,6 +16239,51 @@
15205
16239
  "url"
15206
16240
  ],
15207
16241
  "type": "object"
16242
+ },
16243
+ {
16244
+ "properties": {
16245
+ "sanityKey": {
16246
+ "type": "string"
16247
+ },
16248
+ "sanityType": {
16249
+ "type": "string",
16250
+ "enum": [
16251
+ "component.table"
16252
+ ],
16253
+ "nullable": false
16254
+ },
16255
+ "rows": {
16256
+ "items": {
16257
+ "properties": {
16258
+ "sanityKey": {
16259
+ "type": "string"
16260
+ },
16261
+ "cells": {
16262
+ "items": {
16263
+ "type": "string"
16264
+ },
16265
+ "type": "array"
16266
+ }
16267
+ },
16268
+ "required": [
16269
+ "sanityKey"
16270
+ ],
16271
+ "type": "object"
16272
+ },
16273
+ "type": "array"
16274
+ },
16275
+ "headers": {
16276
+ "items": {
16277
+ "type": "string"
16278
+ },
16279
+ "type": "array"
16280
+ }
16281
+ },
16282
+ "required": [
16283
+ "sanityKey",
16284
+ "sanityType"
16285
+ ],
16286
+ "type": "object"
15208
16287
  }
15209
16288
  ]
15210
16289
  },
@@ -15572,6 +16651,51 @@
15572
16651
  "url"
15573
16652
  ],
15574
16653
  "type": "object"
16654
+ },
16655
+ {
16656
+ "properties": {
16657
+ "sanityKey": {
16658
+ "type": "string"
16659
+ },
16660
+ "sanityType": {
16661
+ "type": "string",
16662
+ "enum": [
16663
+ "component.table"
16664
+ ],
16665
+ "nullable": false
16666
+ },
16667
+ "rows": {
16668
+ "items": {
16669
+ "properties": {
16670
+ "sanityKey": {
16671
+ "type": "string"
16672
+ },
16673
+ "cells": {
16674
+ "items": {
16675
+ "type": "string"
16676
+ },
16677
+ "type": "array"
16678
+ }
16679
+ },
16680
+ "required": [
16681
+ "sanityKey"
16682
+ ],
16683
+ "type": "object"
16684
+ },
16685
+ "type": "array"
16686
+ },
16687
+ "headers": {
16688
+ "items": {
16689
+ "type": "string"
16690
+ },
16691
+ "type": "array"
16692
+ }
16693
+ },
16694
+ "required": [
16695
+ "sanityKey",
16696
+ "sanityType"
16697
+ ],
16698
+ "type": "object"
15575
16699
  }
15576
16700
  ]
15577
16701
  },
@@ -16102,6 +17226,55 @@
16102
17226
  ],
16103
17227
  "type": "object"
16104
17228
  },
17229
+ {
17230
+ "properties": {
17231
+ "sanityKey": {
17232
+ "type": "string"
17233
+ },
17234
+ "sanityType": {
17235
+ "type": "string",
17236
+ "enum": [
17237
+ "component.table"
17238
+ ],
17239
+ "nullable": false
17240
+ },
17241
+ "rows": {
17242
+ "items": {
17243
+ "properties": {
17244
+ "sanityKey": {
17245
+ "type": "string"
17246
+ },
17247
+ "cells": {
17248
+ "items": {
17249
+ "type": "string"
17250
+ },
17251
+ "type": "array"
17252
+ }
17253
+ },
17254
+ "required": [
17255
+ "sanityKey"
17256
+ ],
17257
+ "type": "object"
17258
+ },
17259
+ "type": "array"
17260
+ },
17261
+ "headers": {
17262
+ "items": {
17263
+ "type": "string"
17264
+ },
17265
+ "type": "array"
17266
+ },
17267
+ "key": {
17268
+ "type": "string"
17269
+ }
17270
+ },
17271
+ "required": [
17272
+ "sanityKey",
17273
+ "sanityType",
17274
+ "key"
17275
+ ],
17276
+ "type": "object"
17277
+ },
16105
17278
  {
16106
17279
  "properties": {
16107
17280
  "sanityKey": {
@@ -16493,6 +17666,51 @@
16493
17666
  "url"
16494
17667
  ],
16495
17668
  "type": "object"
17669
+ },
17670
+ {
17671
+ "properties": {
17672
+ "sanityKey": {
17673
+ "type": "string"
17674
+ },
17675
+ "sanityType": {
17676
+ "type": "string",
17677
+ "enum": [
17678
+ "component.table"
17679
+ ],
17680
+ "nullable": false
17681
+ },
17682
+ "rows": {
17683
+ "items": {
17684
+ "properties": {
17685
+ "sanityKey": {
17686
+ "type": "string"
17687
+ },
17688
+ "cells": {
17689
+ "items": {
17690
+ "type": "string"
17691
+ },
17692
+ "type": "array"
17693
+ }
17694
+ },
17695
+ "required": [
17696
+ "sanityKey"
17697
+ ],
17698
+ "type": "object"
17699
+ },
17700
+ "type": "array"
17701
+ },
17702
+ "headers": {
17703
+ "items": {
17704
+ "type": "string"
17705
+ },
17706
+ "type": "array"
17707
+ }
17708
+ },
17709
+ "required": [
17710
+ "sanityKey",
17711
+ "sanityType"
17712
+ ],
17713
+ "type": "object"
16496
17714
  }
16497
17715
  ]
16498
17716
  },
@@ -16879,6 +18097,51 @@
16879
18097
  "url"
16880
18098
  ],
16881
18099
  "type": "object"
18100
+ },
18101
+ {
18102
+ "properties": {
18103
+ "sanityKey": {
18104
+ "type": "string"
18105
+ },
18106
+ "sanityType": {
18107
+ "type": "string",
18108
+ "enum": [
18109
+ "component.table"
18110
+ ],
18111
+ "nullable": false
18112
+ },
18113
+ "rows": {
18114
+ "items": {
18115
+ "properties": {
18116
+ "sanityKey": {
18117
+ "type": "string"
18118
+ },
18119
+ "cells": {
18120
+ "items": {
18121
+ "type": "string"
18122
+ },
18123
+ "type": "array"
18124
+ }
18125
+ },
18126
+ "required": [
18127
+ "sanityKey"
18128
+ ],
18129
+ "type": "object"
18130
+ },
18131
+ "type": "array"
18132
+ },
18133
+ "headers": {
18134
+ "items": {
18135
+ "type": "string"
18136
+ },
18137
+ "type": "array"
18138
+ }
18139
+ },
18140
+ "required": [
18141
+ "sanityKey",
18142
+ "sanityType"
18143
+ ],
18144
+ "type": "object"
16882
18145
  }
16883
18146
  ]
16884
18147
  },
@@ -17280,6 +18543,51 @@
17280
18543
  "url"
17281
18544
  ],
17282
18545
  "type": "object"
18546
+ },
18547
+ {
18548
+ "properties": {
18549
+ "sanityKey": {
18550
+ "type": "string"
18551
+ },
18552
+ "sanityType": {
18553
+ "type": "string",
18554
+ "enum": [
18555
+ "component.table"
18556
+ ],
18557
+ "nullable": false
18558
+ },
18559
+ "rows": {
18560
+ "items": {
18561
+ "properties": {
18562
+ "sanityKey": {
18563
+ "type": "string"
18564
+ },
18565
+ "cells": {
18566
+ "items": {
18567
+ "type": "string"
18568
+ },
18569
+ "type": "array"
18570
+ }
18571
+ },
18572
+ "required": [
18573
+ "sanityKey"
18574
+ ],
18575
+ "type": "object"
18576
+ },
18577
+ "type": "array"
18578
+ },
18579
+ "headers": {
18580
+ "items": {
18581
+ "type": "string"
18582
+ },
18583
+ "type": "array"
18584
+ }
18585
+ },
18586
+ "required": [
18587
+ "sanityKey",
18588
+ "sanityType"
18589
+ ],
18590
+ "type": "object"
17283
18591
  }
17284
18592
  ]
17285
18593
  },
@@ -17666,6 +18974,51 @@
17666
18974
  "url"
17667
18975
  ],
17668
18976
  "type": "object"
18977
+ },
18978
+ {
18979
+ "properties": {
18980
+ "sanityKey": {
18981
+ "type": "string"
18982
+ },
18983
+ "sanityType": {
18984
+ "type": "string",
18985
+ "enum": [
18986
+ "component.table"
18987
+ ],
18988
+ "nullable": false
18989
+ },
18990
+ "rows": {
18991
+ "items": {
18992
+ "properties": {
18993
+ "sanityKey": {
18994
+ "type": "string"
18995
+ },
18996
+ "cells": {
18997
+ "items": {
18998
+ "type": "string"
18999
+ },
19000
+ "type": "array"
19001
+ }
19002
+ },
19003
+ "required": [
19004
+ "sanityKey"
19005
+ ],
19006
+ "type": "object"
19007
+ },
19008
+ "type": "array"
19009
+ },
19010
+ "headers": {
19011
+ "items": {
19012
+ "type": "string"
19013
+ },
19014
+ "type": "array"
19015
+ }
19016
+ },
19017
+ "required": [
19018
+ "sanityKey",
19019
+ "sanityType"
19020
+ ],
19021
+ "type": "object"
17669
19022
  }
17670
19023
  ]
17671
19024
  },
@@ -18033,6 +19386,51 @@
18033
19386
  "url"
18034
19387
  ],
18035
19388
  "type": "object"
19389
+ },
19390
+ {
19391
+ "properties": {
19392
+ "sanityKey": {
19393
+ "type": "string"
19394
+ },
19395
+ "sanityType": {
19396
+ "type": "string",
19397
+ "enum": [
19398
+ "component.table"
19399
+ ],
19400
+ "nullable": false
19401
+ },
19402
+ "rows": {
19403
+ "items": {
19404
+ "properties": {
19405
+ "sanityKey": {
19406
+ "type": "string"
19407
+ },
19408
+ "cells": {
19409
+ "items": {
19410
+ "type": "string"
19411
+ },
19412
+ "type": "array"
19413
+ }
19414
+ },
19415
+ "required": [
19416
+ "sanityKey"
19417
+ ],
19418
+ "type": "object"
19419
+ },
19420
+ "type": "array"
19421
+ },
19422
+ "headers": {
19423
+ "items": {
19424
+ "type": "string"
19425
+ },
19426
+ "type": "array"
19427
+ }
19428
+ },
19429
+ "required": [
19430
+ "sanityKey",
19431
+ "sanityType"
19432
+ ],
19433
+ "type": "object"
18036
19434
  }
18037
19435
  ]
18038
19436
  },
@@ -24822,6 +26220,51 @@
24822
26220
  ],
24823
26221
  "type": "object"
24824
26222
  },
26223
+ {
26224
+ "properties": {
26225
+ "rows": {
26226
+ "items": {
26227
+ "properties": {
26228
+ "sanityKey": {
26229
+ "type": "string"
26230
+ },
26231
+ "cells": {
26232
+ "items": {
26233
+ "type": "string"
26234
+ },
26235
+ "type": "array"
26236
+ }
26237
+ },
26238
+ "required": [
26239
+ "sanityKey"
26240
+ ],
26241
+ "type": "object"
26242
+ },
26243
+ "type": "array"
26244
+ },
26245
+ "headers": {
26246
+ "items": {
26247
+ "type": "string"
26248
+ },
26249
+ "type": "array"
26250
+ },
26251
+ "sanityType": {
26252
+ "type": "string",
26253
+ "enum": [
26254
+ "component.table"
26255
+ ],
26256
+ "nullable": false
26257
+ },
26258
+ "sanityKey": {
26259
+ "type": "string"
26260
+ }
26261
+ },
26262
+ "required": [
26263
+ "sanityType",
26264
+ "sanityKey"
26265
+ ],
26266
+ "type": "object"
26267
+ },
24825
26268
  {
24826
26269
  "properties": {
24827
26270
  "url": {
@@ -25306,6 +26749,51 @@
25306
26749
  ],
25307
26750
  "type": "object"
25308
26751
  },
26752
+ {
26753
+ "properties": {
26754
+ "rows": {
26755
+ "items": {
26756
+ "properties": {
26757
+ "sanityKey": {
26758
+ "type": "string"
26759
+ },
26760
+ "cells": {
26761
+ "items": {
26762
+ "type": "string"
26763
+ },
26764
+ "type": "array"
26765
+ }
26766
+ },
26767
+ "required": [
26768
+ "sanityKey"
26769
+ ],
26770
+ "type": "object"
26771
+ },
26772
+ "type": "array"
26773
+ },
26774
+ "headers": {
26775
+ "items": {
26776
+ "type": "string"
26777
+ },
26778
+ "type": "array"
26779
+ },
26780
+ "sanityType": {
26781
+ "type": "string",
26782
+ "enum": [
26783
+ "component.table"
26784
+ ],
26785
+ "nullable": false
26786
+ },
26787
+ "sanityKey": {
26788
+ "type": "string"
26789
+ }
26790
+ },
26791
+ "required": [
26792
+ "sanityType",
26793
+ "sanityKey"
26794
+ ],
26795
+ "type": "object"
26796
+ },
25309
26797
  {
25310
26798
  "properties": {
25311
26799
  "url": {
@@ -32339,6 +33827,24 @@
32339
33827
  }
32340
33828
  ]
32341
33829
  },
33830
+ {
33831
+ "allOf": [
33832
+ {
33833
+ "properties": {
33834
+ "sanityKey": {
33835
+ "type": "string"
33836
+ }
33837
+ },
33838
+ "required": [
33839
+ "sanityKey"
33840
+ ],
33841
+ "type": "object"
33842
+ },
33843
+ {
33844
+ "$ref": "#/components/schemas/ComponentTable"
33845
+ }
33846
+ ]
33847
+ },
32342
33848
  {
32343
33849
  "allOf": [
32344
33850
  {
@@ -32708,6 +34214,24 @@
32708
34214
  }
32709
34215
  ]
32710
34216
  },
34217
+ {
34218
+ "allOf": [
34219
+ {
34220
+ "properties": {
34221
+ "sanityKey": {
34222
+ "type": "string"
34223
+ }
34224
+ },
34225
+ "required": [
34226
+ "sanityKey"
34227
+ ],
34228
+ "type": "object"
34229
+ },
34230
+ {
34231
+ "$ref": "#/components/schemas/ComponentTable"
34232
+ }
34233
+ ]
34234
+ },
32711
34235
  {
32712
34236
  "allOf": [
32713
34237
  {
@@ -33422,6 +34946,51 @@
33422
34946
  ],
33423
34947
  "type": "object"
33424
34948
  },
34949
+ {
34950
+ "properties": {
34951
+ "rows": {
34952
+ "items": {
34953
+ "properties": {
34954
+ "sanityKey": {
34955
+ "type": "string"
34956
+ },
34957
+ "cells": {
34958
+ "items": {
34959
+ "type": "string"
34960
+ },
34961
+ "type": "array"
34962
+ }
34963
+ },
34964
+ "required": [
34965
+ "sanityKey"
34966
+ ],
34967
+ "type": "object"
34968
+ },
34969
+ "type": "array"
34970
+ },
34971
+ "headers": {
34972
+ "items": {
34973
+ "type": "string"
34974
+ },
34975
+ "type": "array"
34976
+ },
34977
+ "sanityType": {
34978
+ "type": "string",
34979
+ "enum": [
34980
+ "component.table"
34981
+ ],
34982
+ "nullable": false
34983
+ },
34984
+ "sanityKey": {
34985
+ "type": "string"
34986
+ }
34987
+ },
34988
+ "required": [
34989
+ "sanityType",
34990
+ "sanityKey"
34991
+ ],
34992
+ "type": "object"
34993
+ },
33425
34994
  {
33426
34995
  "properties": {
33427
34996
  "url": {
@@ -34402,6 +35971,51 @@
34402
35971
  ],
34403
35972
  "type": "object"
34404
35973
  },
35974
+ {
35975
+ "properties": {
35976
+ "rows": {
35977
+ "items": {
35978
+ "properties": {
35979
+ "sanityKey": {
35980
+ "type": "string"
35981
+ },
35982
+ "cells": {
35983
+ "items": {
35984
+ "type": "string"
35985
+ },
35986
+ "type": "array"
35987
+ }
35988
+ },
35989
+ "required": [
35990
+ "sanityKey"
35991
+ ],
35992
+ "type": "object"
35993
+ },
35994
+ "type": "array"
35995
+ },
35996
+ "headers": {
35997
+ "items": {
35998
+ "type": "string"
35999
+ },
36000
+ "type": "array"
36001
+ },
36002
+ "sanityType": {
36003
+ "type": "string",
36004
+ "enum": [
36005
+ "component.table"
36006
+ ],
36007
+ "nullable": false
36008
+ },
36009
+ "sanityKey": {
36010
+ "type": "string"
36011
+ }
36012
+ },
36013
+ "required": [
36014
+ "sanityType",
36015
+ "sanityKey"
36016
+ ],
36017
+ "type": "object"
36018
+ },
34405
36019
  {
34406
36020
  "properties": {
34407
36021
  "url": {
@@ -35260,6 +36874,51 @@
35260
36874
  ],
35261
36875
  "type": "object"
35262
36876
  },
36877
+ {
36878
+ "properties": {
36879
+ "rows": {
36880
+ "items": {
36881
+ "properties": {
36882
+ "sanityKey": {
36883
+ "type": "string"
36884
+ },
36885
+ "cells": {
36886
+ "items": {
36887
+ "type": "string"
36888
+ },
36889
+ "type": "array"
36890
+ }
36891
+ },
36892
+ "required": [
36893
+ "sanityKey"
36894
+ ],
36895
+ "type": "object"
36896
+ },
36897
+ "type": "array"
36898
+ },
36899
+ "headers": {
36900
+ "items": {
36901
+ "type": "string"
36902
+ },
36903
+ "type": "array"
36904
+ },
36905
+ "sanityType": {
36906
+ "type": "string",
36907
+ "enum": [
36908
+ "component.table"
36909
+ ],
36910
+ "nullable": false
36911
+ },
36912
+ "sanityKey": {
36913
+ "type": "string"
36914
+ }
36915
+ },
36916
+ "required": [
36917
+ "sanityType",
36918
+ "sanityKey"
36919
+ ],
36920
+ "type": "object"
36921
+ },
35263
36922
  {
35264
36923
  "properties": {
35265
36924
  "url": {
@@ -36578,6 +38237,55 @@
36578
38237
  ],
36579
38238
  "type": "object"
36580
38239
  },
38240
+ {
38241
+ "properties": {
38242
+ "sanityKey": {
38243
+ "type": "string"
38244
+ },
38245
+ "sanityType": {
38246
+ "type": "string",
38247
+ "enum": [
38248
+ "component.table"
38249
+ ],
38250
+ "nullable": false
38251
+ },
38252
+ "rows": {
38253
+ "items": {
38254
+ "properties": {
38255
+ "sanityKey": {
38256
+ "type": "string"
38257
+ },
38258
+ "cells": {
38259
+ "items": {
38260
+ "type": "string"
38261
+ },
38262
+ "type": "array"
38263
+ }
38264
+ },
38265
+ "required": [
38266
+ "sanityKey"
38267
+ ],
38268
+ "type": "object"
38269
+ },
38270
+ "type": "array"
38271
+ },
38272
+ "headers": {
38273
+ "items": {
38274
+ "type": "string"
38275
+ },
38276
+ "type": "array"
38277
+ },
38278
+ "key": {
38279
+ "type": "string"
38280
+ }
38281
+ },
38282
+ "required": [
38283
+ "sanityKey",
38284
+ "sanityType",
38285
+ "key"
38286
+ ],
38287
+ "type": "object"
38288
+ },
36581
38289
  {
36582
38290
  "properties": {
36583
38291
  "sanityKey": {
@@ -36969,6 +38677,51 @@
36969
38677
  "url"
36970
38678
  ],
36971
38679
  "type": "object"
38680
+ },
38681
+ {
38682
+ "properties": {
38683
+ "sanityKey": {
38684
+ "type": "string"
38685
+ },
38686
+ "sanityType": {
38687
+ "type": "string",
38688
+ "enum": [
38689
+ "component.table"
38690
+ ],
38691
+ "nullable": false
38692
+ },
38693
+ "rows": {
38694
+ "items": {
38695
+ "properties": {
38696
+ "sanityKey": {
38697
+ "type": "string"
38698
+ },
38699
+ "cells": {
38700
+ "items": {
38701
+ "type": "string"
38702
+ },
38703
+ "type": "array"
38704
+ }
38705
+ },
38706
+ "required": [
38707
+ "sanityKey"
38708
+ ],
38709
+ "type": "object"
38710
+ },
38711
+ "type": "array"
38712
+ },
38713
+ "headers": {
38714
+ "items": {
38715
+ "type": "string"
38716
+ },
38717
+ "type": "array"
38718
+ }
38719
+ },
38720
+ "required": [
38721
+ "sanityKey",
38722
+ "sanityType"
38723
+ ],
38724
+ "type": "object"
36972
38725
  }
36973
38726
  ]
36974
38727
  },
@@ -37355,6 +39108,51 @@
37355
39108
  "url"
37356
39109
  ],
37357
39110
  "type": "object"
39111
+ },
39112
+ {
39113
+ "properties": {
39114
+ "sanityKey": {
39115
+ "type": "string"
39116
+ },
39117
+ "sanityType": {
39118
+ "type": "string",
39119
+ "enum": [
39120
+ "component.table"
39121
+ ],
39122
+ "nullable": false
39123
+ },
39124
+ "rows": {
39125
+ "items": {
39126
+ "properties": {
39127
+ "sanityKey": {
39128
+ "type": "string"
39129
+ },
39130
+ "cells": {
39131
+ "items": {
39132
+ "type": "string"
39133
+ },
39134
+ "type": "array"
39135
+ }
39136
+ },
39137
+ "required": [
39138
+ "sanityKey"
39139
+ ],
39140
+ "type": "object"
39141
+ },
39142
+ "type": "array"
39143
+ },
39144
+ "headers": {
39145
+ "items": {
39146
+ "type": "string"
39147
+ },
39148
+ "type": "array"
39149
+ }
39150
+ },
39151
+ "required": [
39152
+ "sanityKey",
39153
+ "sanityType"
39154
+ ],
39155
+ "type": "object"
37358
39156
  }
37359
39157
  ]
37360
39158
  },
@@ -37756,6 +39554,51 @@
37756
39554
  "url"
37757
39555
  ],
37758
39556
  "type": "object"
39557
+ },
39558
+ {
39559
+ "properties": {
39560
+ "sanityKey": {
39561
+ "type": "string"
39562
+ },
39563
+ "sanityType": {
39564
+ "type": "string",
39565
+ "enum": [
39566
+ "component.table"
39567
+ ],
39568
+ "nullable": false
39569
+ },
39570
+ "rows": {
39571
+ "items": {
39572
+ "properties": {
39573
+ "sanityKey": {
39574
+ "type": "string"
39575
+ },
39576
+ "cells": {
39577
+ "items": {
39578
+ "type": "string"
39579
+ },
39580
+ "type": "array"
39581
+ }
39582
+ },
39583
+ "required": [
39584
+ "sanityKey"
39585
+ ],
39586
+ "type": "object"
39587
+ },
39588
+ "type": "array"
39589
+ },
39590
+ "headers": {
39591
+ "items": {
39592
+ "type": "string"
39593
+ },
39594
+ "type": "array"
39595
+ }
39596
+ },
39597
+ "required": [
39598
+ "sanityKey",
39599
+ "sanityType"
39600
+ ],
39601
+ "type": "object"
37759
39602
  }
37760
39603
  ]
37761
39604
  },
@@ -38142,6 +39985,51 @@
38142
39985
  "url"
38143
39986
  ],
38144
39987
  "type": "object"
39988
+ },
39989
+ {
39990
+ "properties": {
39991
+ "sanityKey": {
39992
+ "type": "string"
39993
+ },
39994
+ "sanityType": {
39995
+ "type": "string",
39996
+ "enum": [
39997
+ "component.table"
39998
+ ],
39999
+ "nullable": false
40000
+ },
40001
+ "rows": {
40002
+ "items": {
40003
+ "properties": {
40004
+ "sanityKey": {
40005
+ "type": "string"
40006
+ },
40007
+ "cells": {
40008
+ "items": {
40009
+ "type": "string"
40010
+ },
40011
+ "type": "array"
40012
+ }
40013
+ },
40014
+ "required": [
40015
+ "sanityKey"
40016
+ ],
40017
+ "type": "object"
40018
+ },
40019
+ "type": "array"
40020
+ },
40021
+ "headers": {
40022
+ "items": {
40023
+ "type": "string"
40024
+ },
40025
+ "type": "array"
40026
+ }
40027
+ },
40028
+ "required": [
40029
+ "sanityKey",
40030
+ "sanityType"
40031
+ ],
40032
+ "type": "object"
38145
40033
  }
38146
40034
  ]
38147
40035
  },
@@ -38509,6 +40397,51 @@
38509
40397
  "url"
38510
40398
  ],
38511
40399
  "type": "object"
40400
+ },
40401
+ {
40402
+ "properties": {
40403
+ "sanityKey": {
40404
+ "type": "string"
40405
+ },
40406
+ "sanityType": {
40407
+ "type": "string",
40408
+ "enum": [
40409
+ "component.table"
40410
+ ],
40411
+ "nullable": false
40412
+ },
40413
+ "rows": {
40414
+ "items": {
40415
+ "properties": {
40416
+ "sanityKey": {
40417
+ "type": "string"
40418
+ },
40419
+ "cells": {
40420
+ "items": {
40421
+ "type": "string"
40422
+ },
40423
+ "type": "array"
40424
+ }
40425
+ },
40426
+ "required": [
40427
+ "sanityKey"
40428
+ ],
40429
+ "type": "object"
40430
+ },
40431
+ "type": "array"
40432
+ },
40433
+ "headers": {
40434
+ "items": {
40435
+ "type": "string"
40436
+ },
40437
+ "type": "array"
40438
+ }
40439
+ },
40440
+ "required": [
40441
+ "sanityKey",
40442
+ "sanityType"
40443
+ ],
40444
+ "type": "object"
38512
40445
  }
38513
40446
  ]
38514
40447
  },
@@ -38943,12 +40876,96 @@
38943
40876
  "sanityType": {
38944
40877
  "type": "string",
38945
40878
  "enum": [
38946
- "component.image"
40879
+ "component.image"
40880
+ ],
40881
+ "nullable": false
40882
+ },
40883
+ "file": {
40884
+ "$ref": "#/components/schemas/ComponentImageFile"
40885
+ },
40886
+ "key": {
40887
+ "type": "string"
40888
+ }
40889
+ },
40890
+ "required": [
40891
+ "sanityKey",
40892
+ "sanityType",
40893
+ "file",
40894
+ "key"
40895
+ ],
40896
+ "type": "object"
40897
+ },
40898
+ {
40899
+ "properties": {
40900
+ "sanityKey": {
40901
+ "type": "string"
40902
+ },
40903
+ "sanityType": {
40904
+ "type": "string",
40905
+ "enum": [
40906
+ "component.video"
40907
+ ],
40908
+ "nullable": false
40909
+ },
40910
+ "file": {
40911
+ "$ref": "#/components/schemas/MuxVideo"
40912
+ },
40913
+ "key": {
40914
+ "type": "string"
40915
+ }
40916
+ },
40917
+ "required": [
40918
+ "sanityKey",
40919
+ "sanityType",
40920
+ "file",
40921
+ "key"
40922
+ ],
40923
+ "type": "object"
40924
+ },
40925
+ {
40926
+ "properties": {
40927
+ "sanityKey": {
40928
+ "type": "string"
40929
+ },
40930
+ "sanityType": {
40931
+ "type": "string",
40932
+ "enum": [
40933
+ "component.text"
40934
+ ],
40935
+ "nullable": false
40936
+ },
40937
+ "content": {
40938
+ "type": "string"
40939
+ },
40940
+ "key": {
40941
+ "type": "string"
40942
+ }
40943
+ },
40944
+ "required": [
40945
+ "sanityKey",
40946
+ "sanityType",
40947
+ "content",
40948
+ "key"
40949
+ ],
40950
+ "type": "object"
40951
+ },
40952
+ {
40953
+ "properties": {
40954
+ "sanityKey": {
40955
+ "type": "string"
40956
+ },
40957
+ "sanityType": {
40958
+ "type": "string",
40959
+ "enum": [
40960
+ "component.link"
38947
40961
  ],
38948
40962
  "nullable": false
38949
40963
  },
38950
- "file": {
38951
- "$ref": "#/components/schemas/ComponentImageFile"
40964
+ "link": {
40965
+ "type": "string"
40966
+ },
40967
+ "text": {
40968
+ "type": "string"
38952
40969
  },
38953
40970
  "key": {
38954
40971
  "type": "string"
@@ -38957,7 +40974,8 @@
38957
40974
  "required": [
38958
40975
  "sanityKey",
38959
40976
  "sanityType",
38960
- "file",
40977
+ "link",
40978
+ "text",
38961
40979
  "key"
38962
40980
  ],
38963
40981
  "type": "object"
@@ -38970,39 +40988,22 @@
38970
40988
  "sanityType": {
38971
40989
  "type": "string",
38972
40990
  "enum": [
38973
- "component.video"
40991
+ "component.media"
38974
40992
  ],
38975
40993
  "nullable": false
38976
40994
  },
38977
- "file": {
40995
+ "video": {
38978
40996
  "$ref": "#/components/schemas/MuxVideo"
38979
40997
  },
38980
- "key": {
38981
- "type": "string"
38982
- }
38983
- },
38984
- "required": [
38985
- "sanityKey",
38986
- "sanityType",
38987
- "file",
38988
- "key"
38989
- ],
38990
- "type": "object"
38991
- },
38992
- {
38993
- "properties": {
38994
- "sanityKey": {
38995
- "type": "string"
40998
+ "image": {
40999
+ "$ref": "#/components/schemas/ComponentMediaImage"
38996
41000
  },
38997
- "sanityType": {
41001
+ "type": {
38998
41002
  "type": "string",
38999
41003
  "enum": [
39000
- "component.text"
39001
- ],
39002
- "nullable": false
39003
- },
39004
- "content": {
39005
- "type": "string"
41004
+ "video",
41005
+ "image"
41006
+ ]
39006
41007
  },
39007
41008
  "key": {
39008
41009
  "type": "string"
@@ -39011,7 +41012,7 @@
39011
41012
  "required": [
39012
41013
  "sanityKey",
39013
41014
  "sanityType",
39014
- "content",
41015
+ "type",
39015
41016
  "key"
39016
41017
  ],
39017
41018
  "type": "object"
@@ -39024,14 +41025,11 @@
39024
41025
  "sanityType": {
39025
41026
  "type": "string",
39026
41027
  "enum": [
39027
- "component.link"
41028
+ "component.youtube"
39028
41029
  ],
39029
41030
  "nullable": false
39030
41031
  },
39031
- "link": {
39032
- "type": "string"
39033
- },
39034
- "text": {
41032
+ "url": {
39035
41033
  "type": "string"
39036
41034
  },
39037
41035
  "key": {
@@ -39041,8 +41039,7 @@
39041
41039
  "required": [
39042
41040
  "sanityKey",
39043
41041
  "sanityType",
39044
- "link",
39045
- "text",
41042
+ "url",
39046
41043
  "key"
39047
41044
  ],
39048
41045
  "type": "object"
@@ -39055,49 +41052,35 @@
39055
41052
  "sanityType": {
39056
41053
  "type": "string",
39057
41054
  "enum": [
39058
- "component.media"
41055
+ "component.table"
39059
41056
  ],
39060
41057
  "nullable": false
39061
41058
  },
39062
- "video": {
39063
- "$ref": "#/components/schemas/MuxVideo"
39064
- },
39065
- "image": {
39066
- "$ref": "#/components/schemas/ComponentMediaImage"
39067
- },
39068
- "type": {
39069
- "type": "string",
39070
- "enum": [
39071
- "video",
39072
- "image"
39073
- ]
39074
- },
39075
- "key": {
39076
- "type": "string"
39077
- }
39078
- },
39079
- "required": [
39080
- "sanityKey",
39081
- "sanityType",
39082
- "type",
39083
- "key"
39084
- ],
39085
- "type": "object"
39086
- },
39087
- {
39088
- "properties": {
39089
- "sanityKey": {
39090
- "type": "string"
39091
- },
39092
- "sanityType": {
39093
- "type": "string",
39094
- "enum": [
39095
- "component.youtube"
39096
- ],
39097
- "nullable": false
41059
+ "rows": {
41060
+ "items": {
41061
+ "properties": {
41062
+ "sanityKey": {
41063
+ "type": "string"
41064
+ },
41065
+ "cells": {
41066
+ "items": {
41067
+ "type": "string"
41068
+ },
41069
+ "type": "array"
41070
+ }
41071
+ },
41072
+ "required": [
41073
+ "sanityKey"
41074
+ ],
41075
+ "type": "object"
41076
+ },
41077
+ "type": "array"
39098
41078
  },
39099
- "url": {
39100
- "type": "string"
41079
+ "headers": {
41080
+ "items": {
41081
+ "type": "string"
41082
+ },
41083
+ "type": "array"
39101
41084
  },
39102
41085
  "key": {
39103
41086
  "type": "string"
@@ -39106,7 +41089,6 @@
39106
41089
  "required": [
39107
41090
  "sanityKey",
39108
41091
  "sanityType",
39109
- "url",
39110
41092
  "key"
39111
41093
  ],
39112
41094
  "type": "object"
@@ -39502,6 +41484,51 @@
39502
41484
  "url"
39503
41485
  ],
39504
41486
  "type": "object"
41487
+ },
41488
+ {
41489
+ "properties": {
41490
+ "sanityKey": {
41491
+ "type": "string"
41492
+ },
41493
+ "sanityType": {
41494
+ "type": "string",
41495
+ "enum": [
41496
+ "component.table"
41497
+ ],
41498
+ "nullable": false
41499
+ },
41500
+ "rows": {
41501
+ "items": {
41502
+ "properties": {
41503
+ "sanityKey": {
41504
+ "type": "string"
41505
+ },
41506
+ "cells": {
41507
+ "items": {
41508
+ "type": "string"
41509
+ },
41510
+ "type": "array"
41511
+ }
41512
+ },
41513
+ "required": [
41514
+ "sanityKey"
41515
+ ],
41516
+ "type": "object"
41517
+ },
41518
+ "type": "array"
41519
+ },
41520
+ "headers": {
41521
+ "items": {
41522
+ "type": "string"
41523
+ },
41524
+ "type": "array"
41525
+ }
41526
+ },
41527
+ "required": [
41528
+ "sanityKey",
41529
+ "sanityType"
41530
+ ],
41531
+ "type": "object"
39505
41532
  }
39506
41533
  ]
39507
41534
  },
@@ -39888,6 +41915,51 @@
39888
41915
  "url"
39889
41916
  ],
39890
41917
  "type": "object"
41918
+ },
41919
+ {
41920
+ "properties": {
41921
+ "sanityKey": {
41922
+ "type": "string"
41923
+ },
41924
+ "sanityType": {
41925
+ "type": "string",
41926
+ "enum": [
41927
+ "component.table"
41928
+ ],
41929
+ "nullable": false
41930
+ },
41931
+ "rows": {
41932
+ "items": {
41933
+ "properties": {
41934
+ "sanityKey": {
41935
+ "type": "string"
41936
+ },
41937
+ "cells": {
41938
+ "items": {
41939
+ "type": "string"
41940
+ },
41941
+ "type": "array"
41942
+ }
41943
+ },
41944
+ "required": [
41945
+ "sanityKey"
41946
+ ],
41947
+ "type": "object"
41948
+ },
41949
+ "type": "array"
41950
+ },
41951
+ "headers": {
41952
+ "items": {
41953
+ "type": "string"
41954
+ },
41955
+ "type": "array"
41956
+ }
41957
+ },
41958
+ "required": [
41959
+ "sanityKey",
41960
+ "sanityType"
41961
+ ],
41962
+ "type": "object"
39891
41963
  }
39892
41964
  ]
39893
41965
  },
@@ -40289,6 +42361,51 @@
40289
42361
  "url"
40290
42362
  ],
40291
42363
  "type": "object"
42364
+ },
42365
+ {
42366
+ "properties": {
42367
+ "sanityKey": {
42368
+ "type": "string"
42369
+ },
42370
+ "sanityType": {
42371
+ "type": "string",
42372
+ "enum": [
42373
+ "component.table"
42374
+ ],
42375
+ "nullable": false
42376
+ },
42377
+ "rows": {
42378
+ "items": {
42379
+ "properties": {
42380
+ "sanityKey": {
42381
+ "type": "string"
42382
+ },
42383
+ "cells": {
42384
+ "items": {
42385
+ "type": "string"
42386
+ },
42387
+ "type": "array"
42388
+ }
42389
+ },
42390
+ "required": [
42391
+ "sanityKey"
42392
+ ],
42393
+ "type": "object"
42394
+ },
42395
+ "type": "array"
42396
+ },
42397
+ "headers": {
42398
+ "items": {
42399
+ "type": "string"
42400
+ },
42401
+ "type": "array"
42402
+ }
42403
+ },
42404
+ "required": [
42405
+ "sanityKey",
42406
+ "sanityType"
42407
+ ],
42408
+ "type": "object"
40292
42409
  }
40293
42410
  ]
40294
42411
  },
@@ -40675,6 +42792,51 @@
40675
42792
  "url"
40676
42793
  ],
40677
42794
  "type": "object"
42795
+ },
42796
+ {
42797
+ "properties": {
42798
+ "sanityKey": {
42799
+ "type": "string"
42800
+ },
42801
+ "sanityType": {
42802
+ "type": "string",
42803
+ "enum": [
42804
+ "component.table"
42805
+ ],
42806
+ "nullable": false
42807
+ },
42808
+ "rows": {
42809
+ "items": {
42810
+ "properties": {
42811
+ "sanityKey": {
42812
+ "type": "string"
42813
+ },
42814
+ "cells": {
42815
+ "items": {
42816
+ "type": "string"
42817
+ },
42818
+ "type": "array"
42819
+ }
42820
+ },
42821
+ "required": [
42822
+ "sanityKey"
42823
+ ],
42824
+ "type": "object"
42825
+ },
42826
+ "type": "array"
42827
+ },
42828
+ "headers": {
42829
+ "items": {
42830
+ "type": "string"
42831
+ },
42832
+ "type": "array"
42833
+ }
42834
+ },
42835
+ "required": [
42836
+ "sanityKey",
42837
+ "sanityType"
42838
+ ],
42839
+ "type": "object"
40678
42840
  }
40679
42841
  ]
40680
42842
  },
@@ -41042,6 +43204,51 @@
41042
43204
  "url"
41043
43205
  ],
41044
43206
  "type": "object"
43207
+ },
43208
+ {
43209
+ "properties": {
43210
+ "sanityKey": {
43211
+ "type": "string"
43212
+ },
43213
+ "sanityType": {
43214
+ "type": "string",
43215
+ "enum": [
43216
+ "component.table"
43217
+ ],
43218
+ "nullable": false
43219
+ },
43220
+ "rows": {
43221
+ "items": {
43222
+ "properties": {
43223
+ "sanityKey": {
43224
+ "type": "string"
43225
+ },
43226
+ "cells": {
43227
+ "items": {
43228
+ "type": "string"
43229
+ },
43230
+ "type": "array"
43231
+ }
43232
+ },
43233
+ "required": [
43234
+ "sanityKey"
43235
+ ],
43236
+ "type": "object"
43237
+ },
43238
+ "type": "array"
43239
+ },
43240
+ "headers": {
43241
+ "items": {
43242
+ "type": "string"
43243
+ },
43244
+ "type": "array"
43245
+ }
43246
+ },
43247
+ "required": [
43248
+ "sanityKey",
43249
+ "sanityType"
43250
+ ],
43251
+ "type": "object"
41045
43252
  }
41046
43253
  ]
41047
43254
  },
@@ -41470,6 +43677,55 @@
41470
43677
  ],
41471
43678
  "type": "object"
41472
43679
  },
43680
+ {
43681
+ "properties": {
43682
+ "sanityKey": {
43683
+ "type": "string"
43684
+ },
43685
+ "sanityType": {
43686
+ "type": "string",
43687
+ "enum": [
43688
+ "component.table"
43689
+ ],
43690
+ "nullable": false
43691
+ },
43692
+ "rows": {
43693
+ "items": {
43694
+ "properties": {
43695
+ "sanityKey": {
43696
+ "type": "string"
43697
+ },
43698
+ "cells": {
43699
+ "items": {
43700
+ "type": "string"
43701
+ },
43702
+ "type": "array"
43703
+ }
43704
+ },
43705
+ "required": [
43706
+ "sanityKey"
43707
+ ],
43708
+ "type": "object"
43709
+ },
43710
+ "type": "array"
43711
+ },
43712
+ "headers": {
43713
+ "items": {
43714
+ "type": "string"
43715
+ },
43716
+ "type": "array"
43717
+ },
43718
+ "key": {
43719
+ "type": "string"
43720
+ }
43721
+ },
43722
+ "required": [
43723
+ "sanityKey",
43724
+ "sanityType",
43725
+ "key"
43726
+ ],
43727
+ "type": "object"
43728
+ },
41473
43729
  {
41474
43730
  "properties": {
41475
43731
  "sanityKey": {
@@ -41861,6 +44117,51 @@
41861
44117
  "url"
41862
44118
  ],
41863
44119
  "type": "object"
44120
+ },
44121
+ {
44122
+ "properties": {
44123
+ "sanityKey": {
44124
+ "type": "string"
44125
+ },
44126
+ "sanityType": {
44127
+ "type": "string",
44128
+ "enum": [
44129
+ "component.table"
44130
+ ],
44131
+ "nullable": false
44132
+ },
44133
+ "rows": {
44134
+ "items": {
44135
+ "properties": {
44136
+ "sanityKey": {
44137
+ "type": "string"
44138
+ },
44139
+ "cells": {
44140
+ "items": {
44141
+ "type": "string"
44142
+ },
44143
+ "type": "array"
44144
+ }
44145
+ },
44146
+ "required": [
44147
+ "sanityKey"
44148
+ ],
44149
+ "type": "object"
44150
+ },
44151
+ "type": "array"
44152
+ },
44153
+ "headers": {
44154
+ "items": {
44155
+ "type": "string"
44156
+ },
44157
+ "type": "array"
44158
+ }
44159
+ },
44160
+ "required": [
44161
+ "sanityKey",
44162
+ "sanityType"
44163
+ ],
44164
+ "type": "object"
41864
44165
  }
41865
44166
  ]
41866
44167
  },
@@ -42247,6 +44548,51 @@
42247
44548
  "url"
42248
44549
  ],
42249
44550
  "type": "object"
44551
+ },
44552
+ {
44553
+ "properties": {
44554
+ "sanityKey": {
44555
+ "type": "string"
44556
+ },
44557
+ "sanityType": {
44558
+ "type": "string",
44559
+ "enum": [
44560
+ "component.table"
44561
+ ],
44562
+ "nullable": false
44563
+ },
44564
+ "rows": {
44565
+ "items": {
44566
+ "properties": {
44567
+ "sanityKey": {
44568
+ "type": "string"
44569
+ },
44570
+ "cells": {
44571
+ "items": {
44572
+ "type": "string"
44573
+ },
44574
+ "type": "array"
44575
+ }
44576
+ },
44577
+ "required": [
44578
+ "sanityKey"
44579
+ ],
44580
+ "type": "object"
44581
+ },
44582
+ "type": "array"
44583
+ },
44584
+ "headers": {
44585
+ "items": {
44586
+ "type": "string"
44587
+ },
44588
+ "type": "array"
44589
+ }
44590
+ },
44591
+ "required": [
44592
+ "sanityKey",
44593
+ "sanityType"
44594
+ ],
44595
+ "type": "object"
42250
44596
  }
42251
44597
  ]
42252
44598
  },
@@ -42648,6 +44994,51 @@
42648
44994
  "url"
42649
44995
  ],
42650
44996
  "type": "object"
44997
+ },
44998
+ {
44999
+ "properties": {
45000
+ "sanityKey": {
45001
+ "type": "string"
45002
+ },
45003
+ "sanityType": {
45004
+ "type": "string",
45005
+ "enum": [
45006
+ "component.table"
45007
+ ],
45008
+ "nullable": false
45009
+ },
45010
+ "rows": {
45011
+ "items": {
45012
+ "properties": {
45013
+ "sanityKey": {
45014
+ "type": "string"
45015
+ },
45016
+ "cells": {
45017
+ "items": {
45018
+ "type": "string"
45019
+ },
45020
+ "type": "array"
45021
+ }
45022
+ },
45023
+ "required": [
45024
+ "sanityKey"
45025
+ ],
45026
+ "type": "object"
45027
+ },
45028
+ "type": "array"
45029
+ },
45030
+ "headers": {
45031
+ "items": {
45032
+ "type": "string"
45033
+ },
45034
+ "type": "array"
45035
+ }
45036
+ },
45037
+ "required": [
45038
+ "sanityKey",
45039
+ "sanityType"
45040
+ ],
45041
+ "type": "object"
42651
45042
  }
42652
45043
  ]
42653
45044
  },
@@ -43034,6 +45425,51 @@
43034
45425
  "url"
43035
45426
  ],
43036
45427
  "type": "object"
45428
+ },
45429
+ {
45430
+ "properties": {
45431
+ "sanityKey": {
45432
+ "type": "string"
45433
+ },
45434
+ "sanityType": {
45435
+ "type": "string",
45436
+ "enum": [
45437
+ "component.table"
45438
+ ],
45439
+ "nullable": false
45440
+ },
45441
+ "rows": {
45442
+ "items": {
45443
+ "properties": {
45444
+ "sanityKey": {
45445
+ "type": "string"
45446
+ },
45447
+ "cells": {
45448
+ "items": {
45449
+ "type": "string"
45450
+ },
45451
+ "type": "array"
45452
+ }
45453
+ },
45454
+ "required": [
45455
+ "sanityKey"
45456
+ ],
45457
+ "type": "object"
45458
+ },
45459
+ "type": "array"
45460
+ },
45461
+ "headers": {
45462
+ "items": {
45463
+ "type": "string"
45464
+ },
45465
+ "type": "array"
45466
+ }
45467
+ },
45468
+ "required": [
45469
+ "sanityKey",
45470
+ "sanityType"
45471
+ ],
45472
+ "type": "object"
43037
45473
  }
43038
45474
  ]
43039
45475
  },
@@ -43401,6 +45837,51 @@
43401
45837
  "url"
43402
45838
  ],
43403
45839
  "type": "object"
45840
+ },
45841
+ {
45842
+ "properties": {
45843
+ "sanityKey": {
45844
+ "type": "string"
45845
+ },
45846
+ "sanityType": {
45847
+ "type": "string",
45848
+ "enum": [
45849
+ "component.table"
45850
+ ],
45851
+ "nullable": false
45852
+ },
45853
+ "rows": {
45854
+ "items": {
45855
+ "properties": {
45856
+ "sanityKey": {
45857
+ "type": "string"
45858
+ },
45859
+ "cells": {
45860
+ "items": {
45861
+ "type": "string"
45862
+ },
45863
+ "type": "array"
45864
+ }
45865
+ },
45866
+ "required": [
45867
+ "sanityKey"
45868
+ ],
45869
+ "type": "object"
45870
+ },
45871
+ "type": "array"
45872
+ },
45873
+ "headers": {
45874
+ "items": {
45875
+ "type": "string"
45876
+ },
45877
+ "type": "array"
45878
+ }
45879
+ },
45880
+ "required": [
45881
+ "sanityKey",
45882
+ "sanityType"
45883
+ ],
45884
+ "type": "object"
43404
45885
  }
43405
45886
  ]
43406
45887
  },