@snokam/mcp-api 2.58.1 → 2.60.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.
@@ -619,54 +619,406 @@
619
619
  "properties": {
620
620
  "sanityType": {
621
621
  "enum": [
622
- "reference"
622
+ 1
623
623
  ],
624
- "type": "string",
625
- "default": "reference"
624
+ "type": "integer",
625
+ "format": "int32",
626
+ "default": 1
626
627
  },
627
628
  "sanityRef": {
628
629
  "type": "string"
629
630
  },
631
+ "sanityWeakOption": {
632
+ "$ref": "#/components/schemas/option_nullable`1"
633
+ },
630
634
  "sanityWeak": {
631
- "type": "boolean"
635
+ "type": "boolean",
636
+ "nullable": true
632
637
  }
633
638
  }
634
639
  },
635
640
  "componentBlocksInner": {
636
641
  "type": "object",
637
642
  "properties": {
638
- "actualInstance": {
639
- "type": "object"
643
+ "componentBlocksInnerOneOf": {
644
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf"
640
645
  },
641
- "isNullable": {
642
- "type": "boolean"
646
+ "componentBlocksInnerOneOf1": {
647
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf1"
648
+ },
649
+ "componentGalleryMediaInnerOneOf": {
650
+ "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf"
651
+ },
652
+ "componentGalleryMediaInnerOneOf1": {
653
+ "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
654
+ },
655
+ "componentBlocksInnerOneOf2": {
656
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf2"
657
+ },
658
+ "componentBlocksInnerOneOf3": {
659
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf3"
660
+ },
661
+ "componentBlocksInnerOneOf4": {
662
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf4"
663
+ },
664
+ "componentBlocksInnerOneOf5": {
665
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf5"
666
+ }
667
+ }
668
+ },
669
+ "componentBlocksInnerOneOf": {
670
+ "type": "object",
671
+ "properties": {
672
+ "sanityType": {
673
+ "enum": [
674
+ 1
675
+ ],
676
+ "type": "integer",
677
+ "format": "int32",
678
+ "default": 1
679
+ },
680
+ "listItemOption": {
681
+ "$ref": "#/components/schemas/option_nullable`1"
682
+ },
683
+ "listItem": {
684
+ "enum": [
685
+ 1,
686
+ 2
687
+ ],
688
+ "type": "integer",
689
+ "format": "int32",
690
+ "default": 1,
691
+ "nullable": true
692
+ },
693
+ "styleOption": {
694
+ "$ref": "#/components/schemas/option_nullable`1"
695
+ },
696
+ "style": {
697
+ "enum": [
698
+ 1,
699
+ 2,
700
+ 3
701
+ ],
702
+ "type": "integer",
703
+ "format": "int32",
704
+ "default": 1,
705
+ "nullable": true
706
+ },
707
+ "sanityKey": {
708
+ "type": "string"
709
+ },
710
+ "childrenOption": {
711
+ "$ref": "#/components/schemas/option_list`1"
712
+ },
713
+ "children": {
714
+ "type": "array",
715
+ "items": {
716
+ "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
717
+ }
718
+ },
719
+ "levelOption": {
720
+ "$ref": "#/components/schemas/option_nullable`1"
721
+ },
722
+ "level": {
723
+ "type": "number",
724
+ "format": "double",
725
+ "nullable": true
726
+ },
727
+ "markDefsOption": {
728
+ "$ref": "#/components/schemas/option_list`1"
729
+ },
730
+ "markDefs": {
731
+ "type": "array",
732
+ "items": {
733
+ "$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
734
+ }
735
+ }
736
+ }
737
+ },
738
+ "componentBlocksInnerOneOf1": {
739
+ "type": "object",
740
+ "properties": {
741
+ "sanityType": {
742
+ "enum": [
743
+ 1
744
+ ],
745
+ "type": "integer",
746
+ "format": "int32",
747
+ "default": 1
748
+ },
749
+ "sanityKey": {
750
+ "type": "string"
751
+ },
752
+ "codeOption": {
753
+ "$ref": "#/components/schemas/option_string"
754
+ },
755
+ "code": {
756
+ "type": "string"
757
+ },
758
+ "filenameOption": {
759
+ "$ref": "#/components/schemas/option_string"
760
+ },
761
+ "filename": {
762
+ "type": "string"
763
+ },
764
+ "highlightedLinesOption": {
765
+ "$ref": "#/components/schemas/option_list`1"
766
+ },
767
+ "highlightedLines": {
768
+ "type": "array",
769
+ "items": {
770
+ "type": "number",
771
+ "format": "double"
772
+ }
773
+ },
774
+ "languageOption": {
775
+ "$ref": "#/components/schemas/option_string"
776
+ },
777
+ "language": {
778
+ "type": "string"
779
+ }
780
+ }
781
+ },
782
+ "componentBlocksInnerOneOf2": {
783
+ "type": "object",
784
+ "properties": {
785
+ "sanityType": {
786
+ "enum": [
787
+ 1
788
+ ],
789
+ "type": "integer",
790
+ "format": "int32",
791
+ "default": 1
792
+ },
793
+ "sanityKey": {
794
+ "type": "string"
795
+ },
796
+ "url": {
797
+ "type": "string"
798
+ }
799
+ }
800
+ },
801
+ "componentBlocksInnerOneOf3": {
802
+ "type": "object",
803
+ "properties": {
804
+ "sanityType": {
805
+ "enum": [
806
+ 1
807
+ ],
808
+ "type": "integer",
809
+ "format": "int32",
810
+ "default": 1
811
+ },
812
+ "sanityKey": {
813
+ "type": "string"
814
+ },
815
+ "url": {
816
+ "type": "string"
817
+ }
818
+ }
819
+ },
820
+ "componentBlocksInnerOneOf4": {
821
+ "type": "object",
822
+ "properties": {
823
+ "sanityType": {
824
+ "enum": [
825
+ 1
826
+ ],
827
+ "type": "integer",
828
+ "format": "int32",
829
+ "default": 1
830
+ },
831
+ "sanityKey": {
832
+ "type": "string"
833
+ },
834
+ "mediaOption": {
835
+ "$ref": "#/components/schemas/option_list`1"
836
+ },
837
+ "media": {
838
+ "type": "array",
839
+ "items": {
840
+ "$ref": "#/components/schemas/componentGalleryMediaInner"
841
+ }
842
+ }
843
+ }
844
+ },
845
+ "componentBlocksInnerOneOf5": {
846
+ "type": "object",
847
+ "properties": {
848
+ "sanityType": {
849
+ "enum": [
850
+ 1
851
+ ],
852
+ "type": "integer",
853
+ "format": "int32",
854
+ "default": 1
855
+ },
856
+ "link": {
857
+ "type": "string"
858
+ },
859
+ "sanityKey": {
860
+ "type": "string"
861
+ },
862
+ "text": {
863
+ "type": "string"
864
+ }
865
+ }
866
+ },
867
+ "componentBlocksInnerOneOfChildrenInner": {
868
+ "type": "object",
869
+ "properties": {
870
+ "sanityType": {
871
+ "enum": [
872
+ 1
873
+ ],
874
+ "type": "integer",
875
+ "format": "int32",
876
+ "default": 1
877
+ },
878
+ "sanityKey": {
879
+ "type": "string"
880
+ },
881
+ "marksOption": {
882
+ "$ref": "#/components/schemas/option_list`1"
883
+ },
884
+ "marks": {
885
+ "type": "array",
886
+ "items": {
887
+ "type": "string"
888
+ }
889
+ },
890
+ "textOption": {
891
+ "$ref": "#/components/schemas/option_string"
892
+ },
893
+ "text": {
894
+ "type": "string"
895
+ }
896
+ }
897
+ },
898
+ "componentBlocksInnerOneOfMarkDefsInner": {
899
+ "type": "object",
900
+ "properties": {
901
+ "sanityType": {
902
+ "enum": [
903
+ 1
904
+ ],
905
+ "type": "integer",
906
+ "format": "int32",
907
+ "default": 1
908
+ },
909
+ "sanityKey": {
910
+ "type": "string"
911
+ },
912
+ "hrefOption": {
913
+ "$ref": "#/components/schemas/option_string"
643
914
  },
644
- "schemaType": {
915
+ "href": {
645
916
  "type": "string"
646
917
  }
647
918
  }
648
919
  },
920
+ "componentGalleryMediaInner": {
921
+ "type": "object",
922
+ "properties": {
923
+ "componentGalleryMediaInnerOneOf": {
924
+ "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf"
925
+ },
926
+ "componentGalleryMediaInnerOneOf1": {
927
+ "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
928
+ }
929
+ }
930
+ },
931
+ "componentGalleryMediaInnerOneOf": {
932
+ "type": "object",
933
+ "properties": {
934
+ "sanityType": {
935
+ "enum": [
936
+ 1
937
+ ],
938
+ "type": "integer",
939
+ "format": "int32",
940
+ "default": 1
941
+ },
942
+ "sanityKey": {
943
+ "type": "string"
944
+ },
945
+ "assetOption": {
946
+ "$ref": "#/components/schemas/option_sanityImageAssetReference"
947
+ },
948
+ "asset": {
949
+ "$ref": "#/components/schemas/sanityImageAssetReference"
950
+ },
951
+ "cropOption": {
952
+ "$ref": "#/components/schemas/option_sanityImageCrop"
953
+ },
954
+ "crop": {
955
+ "$ref": "#/components/schemas/sanityImageCrop"
956
+ },
957
+ "hotspotOption": {
958
+ "$ref": "#/components/schemas/option_sanityImageHotspot"
959
+ },
960
+ "hotspot": {
961
+ "$ref": "#/components/schemas/sanityImageHotspot"
962
+ },
963
+ "mediaOption": {
964
+ "$ref": "#/components/schemas/option_object"
965
+ },
966
+ "media": {
967
+ "type": "object"
968
+ }
969
+ }
970
+ },
971
+ "componentGalleryMediaInnerOneOf1": {
972
+ "type": "object",
973
+ "properties": {
974
+ "sanityType": {
975
+ "enum": [
976
+ 1
977
+ ],
978
+ "type": "integer",
979
+ "format": "int32",
980
+ "default": 1
981
+ },
982
+ "sanityKey": {
983
+ "type": "string"
984
+ },
985
+ "assetOption": {
986
+ "$ref": "#/components/schemas/option_muxVideoAssetReference"
987
+ },
988
+ "asset": {
989
+ "$ref": "#/components/schemas/muxVideoAssetReference"
990
+ }
991
+ }
992
+ },
649
993
  "componentMedia": {
650
994
  "type": "object",
651
995
  "properties": {
652
996
  "sanityType": {
653
997
  "enum": [
654
- "component.media"
998
+ 1
655
999
  ],
656
- "type": "string",
657
- "default": "component.media"
1000
+ "type": "integer",
1001
+ "format": "int32",
1002
+ "default": 1
658
1003
  },
659
1004
  "type": {
660
1005
  "enum": [
661
- "image",
662
- "video"
1006
+ 1,
1007
+ 2
663
1008
  ],
664
- "type": "string",
665
- "default": "image"
1009
+ "type": "integer",
1010
+ "format": "int32",
1011
+ "default": 1
1012
+ },
1013
+ "imageOption": {
1014
+ "$ref": "#/components/schemas/option_componentMediaImage"
666
1015
  },
667
1016
  "image": {
668
1017
  "$ref": "#/components/schemas/componentMediaImage"
669
1018
  },
1019
+ "videoOption": {
1020
+ "$ref": "#/components/schemas/option_muxVideo"
1021
+ },
670
1022
  "video": {
671
1023
  "$ref": "#/components/schemas/muxVideo"
672
1024
  }
@@ -677,20 +1029,33 @@
677
1029
  "properties": {
678
1030
  "sanityType": {
679
1031
  "enum": [
680
- "image"
1032
+ 1
681
1033
  ],
682
- "type": "string",
683
- "default": "image"
1034
+ "type": "integer",
1035
+ "format": "int32",
1036
+ "default": 1
1037
+ },
1038
+ "assetOption": {
1039
+ "$ref": "#/components/schemas/option_sanityImageAssetReference"
684
1040
  },
685
1041
  "asset": {
686
1042
  "$ref": "#/components/schemas/sanityImageAssetReference"
687
1043
  },
1044
+ "cropOption": {
1045
+ "$ref": "#/components/schemas/option_sanityImageCrop"
1046
+ },
688
1047
  "crop": {
689
1048
  "$ref": "#/components/schemas/sanityImageCrop"
690
1049
  },
1050
+ "hotspotOption": {
1051
+ "$ref": "#/components/schemas/option_sanityImageHotspot"
1052
+ },
691
1053
  "hotspot": {
692
1054
  "$ref": "#/components/schemas/sanityImageHotspot"
693
1055
  },
1056
+ "mediaOption": {
1057
+ "$ref": "#/components/schemas/option_object"
1058
+ },
694
1059
  "media": {
695
1060
  "type": "object"
696
1061
  }
@@ -701,16 +1066,21 @@
701
1066
  "properties": {
702
1067
  "sanityType": {
703
1068
  "enum": [
704
- "reference"
1069
+ 1
705
1070
  ],
706
- "type": "string",
707
- "default": "reference"
1071
+ "type": "integer",
1072
+ "format": "int32",
1073
+ "default": 1
708
1074
  },
709
1075
  "sanityRef": {
710
1076
  "type": "string"
711
1077
  },
1078
+ "sanityWeakOption": {
1079
+ "$ref": "#/components/schemas/option_nullable`1"
1080
+ },
712
1081
  "sanityWeak": {
713
- "type": "boolean"
1082
+ "type": "boolean",
1083
+ "nullable": true
714
1084
  }
715
1085
  }
716
1086
  },
@@ -719,14 +1089,39 @@
719
1089
  "properties": {
720
1090
  "sanityType": {
721
1091
  "enum": [
722
- "article"
1092
+ 1
723
1093
  ],
724
- "type": "string",
725
- "default": "article"
1094
+ "type": "integer",
1095
+ "format": "int32",
1096
+ "default": 1
726
1097
  },
727
1098
  "active": {
728
1099
  "type": "boolean"
729
1100
  },
1101
+ "metaDescription": {
1102
+ "type": "string"
1103
+ },
1104
+ "publishedAt": {
1105
+ "type": "string"
1106
+ },
1107
+ "sanityCreatedAt": {
1108
+ "type": "string"
1109
+ },
1110
+ "sanityId": {
1111
+ "type": "string"
1112
+ },
1113
+ "sanityRev": {
1114
+ "type": "string"
1115
+ },
1116
+ "sanityUpdatedAt": {
1117
+ "type": "string"
1118
+ },
1119
+ "slug": {
1120
+ "$ref": "#/components/schemas/slug"
1121
+ },
1122
+ "title": {
1123
+ "type": "string"
1124
+ },
730
1125
  "articleSeries": {
731
1126
  "$ref": "#/components/schemas/getArticlesBySlugOrIdResultArticleSeries"
732
1127
  },
@@ -742,56 +1137,45 @@
742
1137
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInner"
743
1138
  }
744
1139
  },
1140
+ "customerOption": {
1141
+ "$ref": "#/components/schemas/option_customerReference"
1142
+ },
745
1143
  "customer": {
746
1144
  "$ref": "#/components/schemas/customerReference"
747
1145
  },
1146
+ "liveOption": {
1147
+ "$ref": "#/components/schemas/option_string"
1148
+ },
748
1149
  "live": {
749
1150
  "type": "string"
750
1151
  },
751
1152
  "media": {
752
1153
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMedia"
753
1154
  },
754
- "metaDescription": {
755
- "type": "string"
756
- },
757
1155
  "nextArticle": {
758
1156
  "$ref": "#/components/schemas/getArticlesBySlugOrIdResultNextArticle"
759
1157
  },
1158
+ "previewOption": {
1159
+ "$ref": "#/components/schemas/option_string"
1160
+ },
760
1161
  "preview": {
761
1162
  "type": "string"
762
1163
  },
763
1164
  "previousArticle": {
764
1165
  "$ref": "#/components/schemas/getArticlesBySlugOrIdResultNextArticle"
765
1166
  },
766
- "publishedAt": {
767
- "type": "string"
768
- },
769
- "sanityCreatedAt": {
770
- "type": "string"
771
- },
772
- "sanityId": {
773
- "type": "string"
774
- },
775
- "sanityRev": {
776
- "type": "string"
777
- },
778
- "sanityUpdatedAt": {
779
- "type": "string"
780
- },
781
- "slug": {
782
- "$ref": "#/components/schemas/slug"
1167
+ "subscribersNotifiedOption": {
1168
+ "$ref": "#/components/schemas/option_nullable`1"
783
1169
  },
784
1170
  "subscribersNotified": {
785
- "type": "boolean"
1171
+ "type": "boolean",
1172
+ "nullable": true
786
1173
  },
787
1174
  "technologies": {
788
1175
  "type": "array",
789
1176
  "items": {
790
1177
  "$ref": "#/components/schemas/getArticlesBySlugOrIdResultTechnologiesInner"
791
1178
  }
792
- },
793
- "title": {
794
- "type": "string"
795
1179
  }
796
1180
  }
797
1181
  },
@@ -800,10 +1184,11 @@
800
1184
  "properties": {
801
1185
  "sanityType": {
802
1186
  "enum": [
803
- "articleSeries"
1187
+ 1
804
1188
  ],
805
- "type": "string",
806
- "default": "articleSeries"
1189
+ "type": "integer",
1190
+ "format": "int32",
1191
+ "default": 1
807
1192
  },
808
1193
  "sanityCreatedAt": {
809
1194
  "type": "string"
@@ -830,19 +1215,11 @@
830
1215
  "properties": {
831
1216
  "sanityType": {
832
1217
  "enum": [
833
- "article"
1218
+ 1
834
1219
  ],
835
- "type": "string",
836
- "default": "article"
837
- },
838
- "content": {
839
- "type": "array",
840
- "items": {
841
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerContentInner"
842
- }
843
- },
844
- "media": {
845
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMedia"
1220
+ "type": "integer",
1221
+ "format": "int32",
1222
+ "default": 1
846
1223
  },
847
1224
  "sanityId": {
848
1225
  "type": "string"
@@ -852,6 +1229,15 @@
852
1229
  },
853
1230
  "title": {
854
1231
  "type": "string"
1232
+ },
1233
+ "content": {
1234
+ "type": "array",
1235
+ "items": {
1236
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerContentInner"
1237
+ }
1238
+ },
1239
+ "media": {
1240
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMedia"
855
1241
  }
856
1242
  }
857
1243
  },
@@ -860,10 +1246,11 @@
860
1246
  "properties": {
861
1247
  "sanityType": {
862
1248
  "enum": [
863
- "technology"
1249
+ 1
864
1250
  ],
865
- "type": "string",
866
- "default": "technology"
1251
+ "type": "integer",
1252
+ "format": "int32",
1253
+ "default": 1
867
1254
  },
868
1255
  "description": {
869
1256
  "type": "array",
@@ -897,15 +1284,15 @@
897
1284
  "getArticleWithDraftResult": {
898
1285
  "type": "object",
899
1286
  "properties": {
900
- "draft": {
901
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
902
- },
903
1287
  "hasDraft": {
904
1288
  "type": "boolean"
905
1289
  },
906
1290
  "hasPublished": {
907
1291
  "type": "boolean"
908
1292
  },
1293
+ "draft": {
1294
+ "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
1295
+ },
909
1296
  "published": {
910
1297
  "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
911
1298
  },
@@ -915,20 +1302,47 @@
915
1302
  "additionalProperties": {
916
1303
  "type": "object",
917
1304
  "additionalProperties": {
918
- "type": "object"
1305
+ "$ref": "#/components/schemas/jsonElement"
919
1306
  }
920
1307
  }
921
1308
  }
922
1309
  },
1310
+ "jsonElement": {
1311
+ "type": "object",
1312
+ "properties": {
1313
+ "valueKind": {
1314
+ "enum": [
1315
+ 0,
1316
+ 1,
1317
+ 2,
1318
+ 3,
1319
+ 4,
1320
+ 5,
1321
+ 6,
1322
+ 7
1323
+ ],
1324
+ "type": "integer",
1325
+ "format": "int32",
1326
+ "default": 0
1327
+ },
1328
+ "item": {
1329
+ "$ref": "#/components/schemas/jsonElement"
1330
+ }
1331
+ }
1332
+ },
923
1333
  "muxVideo": {
924
1334
  "type": "object",
925
1335
  "properties": {
926
1336
  "sanityType": {
927
1337
  "enum": [
928
- "mux.video"
1338
+ 1
929
1339
  ],
930
- "type": "string",
931
- "default": "mux.video"
1340
+ "type": "integer",
1341
+ "format": "int32",
1342
+ "default": 1
1343
+ },
1344
+ "assetOption": {
1345
+ "$ref": "#/components/schemas/option_muxVideoAssetReference"
932
1346
  },
933
1347
  "asset": {
934
1348
  "$ref": "#/components/schemas/muxVideoAssetReference"
@@ -940,16 +1354,137 @@
940
1354
  "properties": {
941
1355
  "sanityType": {
942
1356
  "enum": [
943
- "reference"
1357
+ 1
944
1358
  ],
945
- "type": "string",
946
- "default": "reference"
1359
+ "type": "integer",
1360
+ "format": "int32",
1361
+ "default": 1
947
1362
  },
948
1363
  "sanityRef": {
949
1364
  "type": "string"
950
1365
  },
1366
+ "sanityWeakOption": {
1367
+ "$ref": "#/components/schemas/option_nullable`1"
1368
+ },
951
1369
  "sanityWeak": {
952
- "type": "boolean"
1370
+ "type": "boolean",
1371
+ "nullable": true
1372
+ }
1373
+ }
1374
+ },
1375
+ "option_articleSeriesReference": {
1376
+ "type": "object",
1377
+ "properties": {
1378
+ "value": {
1379
+ "$ref": "#/components/schemas/articleSeriesReference"
1380
+ }
1381
+ }
1382
+ },
1383
+ "option_componentMedia": {
1384
+ "type": "object",
1385
+ "properties": {
1386
+ "value": {
1387
+ "$ref": "#/components/schemas/componentMedia"
1388
+ }
1389
+ }
1390
+ },
1391
+ "option_componentMediaImage": {
1392
+ "type": "object",
1393
+ "properties": {
1394
+ "value": {
1395
+ "$ref": "#/components/schemas/componentMediaImage"
1396
+ }
1397
+ }
1398
+ },
1399
+ "option_customerReference": {
1400
+ "type": "object",
1401
+ "properties": {
1402
+ "value": {
1403
+ "$ref": "#/components/schemas/customerReference"
1404
+ }
1405
+ }
1406
+ },
1407
+ "option_list`1": {
1408
+ "type": "object",
1409
+ "properties": {
1410
+ "value": {
1411
+ "type": "array",
1412
+ "items": {
1413
+ "type": "string"
1414
+ }
1415
+ }
1416
+ }
1417
+ },
1418
+ "option_muxVideo": {
1419
+ "type": "object",
1420
+ "properties": {
1421
+ "value": {
1422
+ "$ref": "#/components/schemas/muxVideo"
1423
+ }
1424
+ }
1425
+ },
1426
+ "option_muxVideoAssetReference": {
1427
+ "type": "object",
1428
+ "properties": {
1429
+ "value": {
1430
+ "$ref": "#/components/schemas/muxVideoAssetReference"
1431
+ }
1432
+ }
1433
+ },
1434
+ "option_nullable`1": {
1435
+ "type": "object",
1436
+ "properties": {
1437
+ "value": {
1438
+ "type": "boolean",
1439
+ "nullable": true
1440
+ }
1441
+ }
1442
+ },
1443
+ "option_object": {
1444
+ "type": "object",
1445
+ "properties": {
1446
+ "value": {
1447
+ "type": "object"
1448
+ }
1449
+ }
1450
+ },
1451
+ "option_sanityImageAssetReference": {
1452
+ "type": "object",
1453
+ "properties": {
1454
+ "value": {
1455
+ "$ref": "#/components/schemas/sanityImageAssetReference"
1456
+ }
1457
+ }
1458
+ },
1459
+ "option_sanityImageCrop": {
1460
+ "type": "object",
1461
+ "properties": {
1462
+ "value": {
1463
+ "$ref": "#/components/schemas/sanityImageCrop"
1464
+ }
1465
+ }
1466
+ },
1467
+ "option_sanityImageHotspot": {
1468
+ "type": "object",
1469
+ "properties": {
1470
+ "value": {
1471
+ "$ref": "#/components/schemas/sanityImageHotspot"
1472
+ }
1473
+ }
1474
+ },
1475
+ "option_slug": {
1476
+ "type": "object",
1477
+ "properties": {
1478
+ "value": {
1479
+ "$ref": "#/components/schemas/slug"
1480
+ }
1481
+ }
1482
+ },
1483
+ "option_string": {
1484
+ "type": "object",
1485
+ "properties": {
1486
+ "value": {
1487
+ "type": "string"
953
1488
  }
954
1489
  }
955
1490
  },
@@ -958,10 +1493,11 @@
958
1493
  "properties": {
959
1494
  "sanityType": {
960
1495
  "enum": [
961
- "reference"
1496
+ 1
962
1497
  ],
963
- "type": "string",
964
- "default": "reference"
1498
+ "type": "integer",
1499
+ "format": "int32",
1500
+ "default": 1
965
1501
  },
966
1502
  "sanityKey": {
967
1503
  "type": "string"
@@ -969,8 +1505,12 @@
969
1505
  "sanityRef": {
970
1506
  "type": "string"
971
1507
  },
1508
+ "sanityWeakOption": {
1509
+ "$ref": "#/components/schemas/option_nullable`1"
1510
+ },
972
1511
  "sanityWeak": {
973
- "type": "boolean"
1512
+ "type": "boolean",
1513
+ "nullable": true
974
1514
  }
975
1515
  }
976
1516
  },
@@ -979,52 +1519,84 @@
979
1519
  "properties": {
980
1520
  "sanityType": {
981
1521
  "enum": [
982
- "article"
1522
+ 1
983
1523
  ],
984
- "type": "string",
985
- "default": "article"
1524
+ "type": "integer",
1525
+ "format": "int32",
1526
+ "default": 1
986
1527
  },
987
1528
  "active": {
988
1529
  "type": "boolean"
989
1530
  },
1531
+ "metaDescription": {
1532
+ "type": "string"
1533
+ },
1534
+ "publishedAt": {
1535
+ "type": "string"
1536
+ },
1537
+ "slug": {
1538
+ "$ref": "#/components/schemas/slug"
1539
+ },
1540
+ "title": {
1541
+ "type": "string"
1542
+ },
1543
+ "articleSeriesOption": {
1544
+ "$ref": "#/components/schemas/option_articleSeriesReference"
1545
+ },
990
1546
  "articleSeries": {
991
1547
  "$ref": "#/components/schemas/articleSeriesReference"
992
1548
  },
1549
+ "authorsOption": {
1550
+ "$ref": "#/components/schemas/option_list`1"
1551
+ },
993
1552
  "authors": {
994
1553
  "type": "array",
995
1554
  "items": {
996
1555
  "$ref": "#/components/schemas/pageEmployeeOrderInner"
997
1556
  }
998
1557
  },
1558
+ "contentOption": {
1559
+ "$ref": "#/components/schemas/option_list`1"
1560
+ },
999
1561
  "content": {
1000
1562
  "type": "array",
1001
1563
  "items": {
1002
1564
  "$ref": "#/components/schemas/componentBlocksInner"
1003
1565
  }
1004
1566
  },
1567
+ "customerOption": {
1568
+ "$ref": "#/components/schemas/option_customerReference"
1569
+ },
1005
1570
  "customer": {
1006
1571
  "$ref": "#/components/schemas/customerReference"
1007
1572
  },
1573
+ "liveOption": {
1574
+ "$ref": "#/components/schemas/option_string"
1575
+ },
1008
1576
  "live": {
1009
1577
  "type": "string"
1010
1578
  },
1579
+ "mediaOption": {
1580
+ "$ref": "#/components/schemas/option_componentMedia"
1581
+ },
1011
1582
  "media": {
1012
1583
  "$ref": "#/components/schemas/componentMedia"
1013
1584
  },
1014
- "metaDescription": {
1015
- "type": "string"
1585
+ "previewOption": {
1586
+ "$ref": "#/components/schemas/option_string"
1016
1587
  },
1017
1588
  "preview": {
1018
1589
  "type": "string"
1019
1590
  },
1020
- "publishedAt": {
1021
- "type": "string"
1022
- },
1023
- "slug": {
1024
- "$ref": "#/components/schemas/slug"
1591
+ "subscribersNotifiedOption": {
1592
+ "$ref": "#/components/schemas/option_nullable`1"
1025
1593
  },
1026
1594
  "subscribersNotified": {
1027
- "type": "boolean"
1595
+ "type": "boolean",
1596
+ "nullable": true
1597
+ },
1598
+ "technologiesOption": {
1599
+ "$ref": "#/components/schemas/option_list`1"
1028
1600
  },
1029
1601
  "technologies": {
1030
1602
  "type": "array",
@@ -1032,13 +1604,10 @@
1032
1604
  "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
1033
1605
  }
1034
1606
  },
1035
- "title": {
1036
- "type": "string"
1037
- },
1038
1607
  "additionalProperties": {
1039
1608
  "type": "object",
1040
1609
  "additionalProperties": {
1041
- "type": "object"
1610
+ "$ref": "#/components/schemas/jsonElement"
1042
1611
  }
1043
1612
  }
1044
1613
  }
@@ -1048,10 +1617,11 @@
1048
1617
  "properties": {
1049
1618
  "sanityType": {
1050
1619
  "enum": [
1051
- "reference"
1620
+ 1
1052
1621
  ],
1053
- "type": "string",
1054
- "default": "reference"
1622
+ "type": "integer",
1623
+ "format": "int32",
1624
+ "default": 1
1055
1625
  },
1056
1626
  "sanityKey": {
1057
1627
  "type": "string"
@@ -1059,8 +1629,12 @@
1059
1629
  "sanityRef": {
1060
1630
  "type": "string"
1061
1631
  },
1632
+ "sanityWeakOption": {
1633
+ "$ref": "#/components/schemas/option_nullable`1"
1634
+ },
1062
1635
  "sanityWeak": {
1063
- "type": "boolean"
1636
+ "type": "boolean",
1637
+ "nullable": true
1064
1638
  }
1065
1639
  }
1066
1640
  },
@@ -1069,16 +1643,21 @@
1069
1643
  "properties": {
1070
1644
  "sanityType": {
1071
1645
  "enum": [
1072
- "reference"
1646
+ 1
1073
1647
  ],
1074
- "type": "string",
1075
- "default": "reference"
1648
+ "type": "integer",
1649
+ "format": "int32",
1650
+ "default": 1
1076
1651
  },
1077
1652
  "sanityRef": {
1078
1653
  "type": "string"
1079
1654
  },
1655
+ "sanityWeakOption": {
1656
+ "$ref": "#/components/schemas/option_nullable`1"
1657
+ },
1080
1658
  "sanityWeak": {
1081
- "type": "boolean"
1659
+ "type": "boolean",
1660
+ "nullable": true
1082
1661
  }
1083
1662
  }
1084
1663
  },
@@ -1087,10 +1666,11 @@
1087
1666
  "properties": {
1088
1667
  "sanityType": {
1089
1668
  "enum": [
1090
- "sanity.imageCrop"
1669
+ 1
1091
1670
  ],
1092
- "type": "string",
1093
- "default": "sanity.imageCrop"
1671
+ "type": "integer",
1672
+ "format": "int32",
1673
+ "default": 1
1094
1674
  },
1095
1675
  "bottom": {
1096
1676
  "type": "number",
@@ -1115,10 +1695,11 @@
1115
1695
  "properties": {
1116
1696
  "sanityType": {
1117
1697
  "enum": [
1118
- "sanity.imageHotspot"
1698
+ 1
1119
1699
  ],
1120
- "type": "string",
1121
- "default": "sanity.imageHotspot"
1700
+ "type": "integer",
1701
+ "format": "int32",
1702
+ "default": 1
1122
1703
  },
1123
1704
  "height": {
1124
1705
  "type": "number",
@@ -1143,10 +1724,11 @@
1143
1724
  "properties": {
1144
1725
  "sanityType": {
1145
1726
  "enum": [
1146
- "employee"
1727
+ 1
1147
1728
  ],
1148
- "type": "string",
1149
- "default": "employee"
1729
+ "type": "integer",
1730
+ "format": "int32",
1731
+ "default": 1
1150
1732
  },
1151
1733
  "email": {
1152
1734
  "type": "string"
@@ -1163,85 +1745,131 @@
1163
1745
  "slug": {
1164
1746
  "$ref": "#/components/schemas/slug"
1165
1747
  },
1748
+ "telephone": {
1749
+ "type": "string"
1750
+ },
1166
1751
  "tags": {
1167
1752
  "type": "array",
1168
1753
  "items": {
1169
1754
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1170
1755
  }
1171
- },
1172
- "telephone": {
1173
- "type": "string"
1174
1756
  }
1175
1757
  }
1176
1758
  },
1177
1759
  "sanityPatchArticle": {
1178
1760
  "type": "object",
1179
1761
  "properties": {
1762
+ "sanityTypeOption": {
1763
+ "$ref": "#/components/schemas/option_nullable`1"
1764
+ },
1180
1765
  "sanityType": {
1181
1766
  "enum": [
1182
- "article"
1767
+ 1
1183
1768
  ],
1184
- "type": "string",
1185
- "default": "article",
1769
+ "type": "integer",
1770
+ "format": "int32",
1771
+ "default": 1,
1186
1772
  "nullable": true
1187
1773
  },
1774
+ "activeOption": {
1775
+ "$ref": "#/components/schemas/option_nullable`1"
1776
+ },
1188
1777
  "active": {
1189
1778
  "type": "boolean",
1190
1779
  "nullable": true
1191
1780
  },
1781
+ "articleSeriesOption": {
1782
+ "$ref": "#/components/schemas/option_articleSeriesReference"
1783
+ },
1192
1784
  "articleSeries": {
1193
1785
  "$ref": "#/components/schemas/articleSeriesReference"
1194
1786
  },
1787
+ "authorsOption": {
1788
+ "$ref": "#/components/schemas/option_list`1"
1789
+ },
1195
1790
  "authors": {
1196
1791
  "type": "array",
1197
1792
  "items": {
1198
1793
  "$ref": "#/components/schemas/pageEmployeeOrderInner"
1199
1794
  }
1200
1795
  },
1796
+ "contentOption": {
1797
+ "$ref": "#/components/schemas/option_list`1"
1798
+ },
1201
1799
  "content": {
1202
1800
  "type": "array",
1203
1801
  "items": {
1204
1802
  "$ref": "#/components/schemas/componentBlocksInner"
1205
1803
  }
1206
1804
  },
1805
+ "customerOption": {
1806
+ "$ref": "#/components/schemas/option_customerReference"
1807
+ },
1207
1808
  "customer": {
1208
1809
  "$ref": "#/components/schemas/customerReference"
1209
1810
  },
1811
+ "liveOption": {
1812
+ "$ref": "#/components/schemas/option_string"
1813
+ },
1210
1814
  "live": {
1211
1815
  "type": "string"
1212
1816
  },
1817
+ "mediaOption": {
1818
+ "$ref": "#/components/schemas/option_componentMedia"
1819
+ },
1213
1820
  "media": {
1214
1821
  "$ref": "#/components/schemas/componentMedia"
1215
1822
  },
1823
+ "metaDescriptionOption": {
1824
+ "$ref": "#/components/schemas/option_string"
1825
+ },
1216
1826
  "metaDescription": {
1217
1827
  "type": "string"
1218
1828
  },
1829
+ "previewOption": {
1830
+ "$ref": "#/components/schemas/option_string"
1831
+ },
1219
1832
  "preview": {
1220
1833
  "type": "string"
1221
1834
  },
1835
+ "publishedAtOption": {
1836
+ "$ref": "#/components/schemas/option_string"
1837
+ },
1222
1838
  "publishedAt": {
1223
1839
  "type": "string"
1224
1840
  },
1841
+ "slugOption": {
1842
+ "$ref": "#/components/schemas/option_slug"
1843
+ },
1225
1844
  "slug": {
1226
1845
  "$ref": "#/components/schemas/slug"
1227
1846
  },
1847
+ "subscribersNotifiedOption": {
1848
+ "$ref": "#/components/schemas/option_nullable`1"
1849
+ },
1228
1850
  "subscribersNotified": {
1229
1851
  "type": "boolean",
1230
1852
  "nullable": true
1231
1853
  },
1854
+ "technologiesOption": {
1855
+ "$ref": "#/components/schemas/option_list`1"
1856
+ },
1232
1857
  "technologies": {
1233
1858
  "type": "array",
1234
1859
  "items": {
1235
1860
  "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
1236
1861
  }
1237
1862
  },
1863
+ "titleOption": {
1864
+ "$ref": "#/components/schemas/option_string"
1865
+ },
1238
1866
  "title": {
1239
1867
  "type": "string"
1240
1868
  },
1241
1869
  "additionalProperties": {
1242
1870
  "type": "object",
1243
1871
  "additionalProperties": {
1244
- "type": "object"
1872
+ "$ref": "#/components/schemas/jsonElement"
1245
1873
  }
1246
1874
  }
1247
1875
  }
@@ -1249,28 +1877,56 @@
1249
1877
  "sanityTechnologyWithRelationsArticlesInnerContentInner": {
1250
1878
  "type": "object",
1251
1879
  "properties": {
1252
- "actualInstance": {
1253
- "type": "object"
1880
+ "componentBlocksInnerOneOf1": {
1881
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf1"
1254
1882
  },
1255
- "isNullable": {
1256
- "type": "boolean"
1883
+ "componentBlocksInnerOneOf4": {
1884
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf4"
1257
1885
  },
1258
- "schemaType": {
1259
- "type": "string"
1886
+ "componentBlocksInnerOneOf5": {
1887
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf5"
1888
+ },
1889
+ "componentBlocksInnerOneOf2": {
1890
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf2"
1891
+ },
1892
+ "componentBlocksInnerOneOf3": {
1893
+ "$ref": "#/components/schemas/componentBlocksInnerOneOf3"
1894
+ },
1895
+ "componentGalleryMediaInnerOneOf1": {
1896
+ "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
1897
+ },
1898
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf": {
1899
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf"
1900
+ },
1901
+ "componentGalleryMediaInnerOneOf": {
1902
+ "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf"
1260
1903
  }
1261
1904
  }
1262
1905
  },
1263
1906
  "sanityTechnologyWithRelationsArticlesInnerMedia": {
1264
1907
  "type": "object",
1265
1908
  "properties": {
1266
- "actualInstance": {
1267
- "type": "object"
1909
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
1910
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1268
1911
  },
1269
- "isNullable": {
1270
- "type": "boolean"
1912
+ "sanityTechnologyWithRelationsProjectsInnerMediaOneOf": {
1913
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaOneOf"
1914
+ }
1915
+ }
1916
+ },
1917
+ "sanityTechnologyWithRelationsProjectsInnerMediaOneOf": {
1918
+ "type": "object",
1919
+ "properties": {
1920
+ "sanityType": {
1921
+ "enum": [
1922
+ 1
1923
+ ],
1924
+ "type": "integer",
1925
+ "format": "int32",
1926
+ "default": 1
1271
1927
  },
1272
- "schemaType": {
1273
- "type": "string"
1928
+ "asset": {
1929
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset"
1274
1930
  }
1275
1931
  }
1276
1932
  },
@@ -1279,10 +1935,11 @@
1279
1935
  "properties": {
1280
1936
  "sanityType": {
1281
1937
  "enum": [
1282
- "tag"
1938
+ 1
1283
1939
  ],
1284
- "type": "string",
1285
- "default": "tag"
1940
+ "type": "integer",
1941
+ "format": "int32",
1942
+ "default": 1
1286
1943
  },
1287
1944
  "name": {
1288
1945
  "type": "string"
@@ -1298,14 +1955,332 @@
1298
1955
  "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInner": {
1299
1956
  "type": "object",
1300
1957
  "properties": {
1301
- "actualInstance": {
1302
- "type": "object"
1958
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf": {
1959
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf"
1303
1960
  },
1304
- "isNullable": {
1305
- "type": "boolean"
1961
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf1": {
1962
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf1"
1963
+ },
1964
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf2": {
1965
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf2"
1966
+ },
1967
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf3": {
1968
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf3"
1969
+ },
1970
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4": {
1971
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4"
1972
+ },
1973
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5": {
1974
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5"
1975
+ },
1976
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf6": {
1977
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf6"
1978
+ },
1979
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
1980
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1"
1981
+ }
1982
+ }
1983
+ },
1984
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf": {
1985
+ "type": "object",
1986
+ "properties": {
1987
+ "sanityType": {
1988
+ "enum": [
1989
+ 1
1990
+ ],
1991
+ "type": "integer",
1992
+ "format": "int32",
1993
+ "default": 1
1994
+ },
1995
+ "listItemOption": {
1996
+ "$ref": "#/components/schemas/option_nullable`1"
1997
+ },
1998
+ "listItem": {
1999
+ "enum": [
2000
+ 1,
2001
+ 2
2002
+ ],
2003
+ "type": "integer",
2004
+ "format": "int32",
2005
+ "default": 1,
2006
+ "nullable": true
2007
+ },
2008
+ "styleOption": {
2009
+ "$ref": "#/components/schemas/option_nullable`1"
2010
+ },
2011
+ "style": {
2012
+ "enum": [
2013
+ 1,
2014
+ 2,
2015
+ 3
2016
+ ],
2017
+ "type": "integer",
2018
+ "format": "int32",
2019
+ "default": 1,
2020
+ "nullable": true
2021
+ },
2022
+ "sanityKey": {
2023
+ "type": "string"
2024
+ },
2025
+ "childrenOption": {
2026
+ "$ref": "#/components/schemas/option_list`1"
2027
+ },
2028
+ "children": {
2029
+ "type": "array",
2030
+ "items": {
2031
+ "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
2032
+ }
2033
+ },
2034
+ "levelOption": {
2035
+ "$ref": "#/components/schemas/option_nullable`1"
2036
+ },
2037
+ "level": {
2038
+ "type": "number",
2039
+ "format": "double",
2040
+ "nullable": true
2041
+ },
2042
+ "markDefsOption": {
2043
+ "$ref": "#/components/schemas/option_list`1"
2044
+ },
2045
+ "markDefs": {
2046
+ "type": "array",
2047
+ "items": {
2048
+ "$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
2049
+ }
2050
+ }
2051
+ }
2052
+ },
2053
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf1": {
2054
+ "type": "object",
2055
+ "properties": {
2056
+ "sanityType": {
2057
+ "enum": [
2058
+ 1
2059
+ ],
2060
+ "type": "integer",
2061
+ "format": "int32",
2062
+ "default": 1
2063
+ },
2064
+ "sanityKey": {
2065
+ "type": "string"
2066
+ },
2067
+ "codeOption": {
2068
+ "$ref": "#/components/schemas/option_string"
2069
+ },
2070
+ "code": {
2071
+ "type": "string"
2072
+ },
2073
+ "filenameOption": {
2074
+ "$ref": "#/components/schemas/option_string"
2075
+ },
2076
+ "filename": {
2077
+ "type": "string"
2078
+ },
2079
+ "highlightedLinesOption": {
2080
+ "$ref": "#/components/schemas/option_list`1"
2081
+ },
2082
+ "highlightedLines": {
2083
+ "type": "array",
2084
+ "items": {
2085
+ "type": "number",
2086
+ "format": "double"
2087
+ }
2088
+ },
2089
+ "languageOption": {
2090
+ "$ref": "#/components/schemas/option_string"
2091
+ },
2092
+ "language": {
2093
+ "type": "string"
2094
+ }
2095
+ }
2096
+ },
2097
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf2": {
2098
+ "type": "object",
2099
+ "properties": {
2100
+ "sanityType": {
2101
+ "enum": [
2102
+ 1
2103
+ ],
2104
+ "type": "integer",
2105
+ "format": "int32",
2106
+ "default": 1
2107
+ },
2108
+ "link": {
2109
+ "type": "string"
1306
2110
  },
1307
- "schemaType": {
2111
+ "sanityKey": {
2112
+ "type": "string"
2113
+ },
2114
+ "text": {
2115
+ "type": "string"
2116
+ }
2117
+ }
2118
+ },
2119
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf3": {
2120
+ "type": "object",
2121
+ "properties": {
2122
+ "sanityType": {
2123
+ "enum": [
2124
+ 1
2125
+ ],
2126
+ "type": "integer",
2127
+ "format": "int32",
2128
+ "default": 1
2129
+ },
2130
+ "sanityKey": {
2131
+ "type": "string"
2132
+ },
2133
+ "url": {
2134
+ "type": "string"
2135
+ }
2136
+ }
2137
+ },
2138
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4": {
2139
+ "type": "object",
2140
+ "properties": {
2141
+ "sanityType": {
2142
+ "enum": [
2143
+ 1
2144
+ ],
2145
+ "type": "integer",
2146
+ "format": "int32",
2147
+ "default": 1
2148
+ },
2149
+ "sanityKey": {
2150
+ "type": "string"
2151
+ },
2152
+ "media": {
2153
+ "type": "array",
2154
+ "items": {
2155
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
2156
+ }
2157
+ }
2158
+ }
2159
+ },
2160
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner": {
2161
+ "type": "object",
2162
+ "properties": {
2163
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
2164
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf"
2165
+ },
2166
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
2167
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1"
2168
+ }
2169
+ }
2170
+ },
2171
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
2172
+ "type": "object",
2173
+ "properties": {
2174
+ "sanityType": {
2175
+ "enum": [
2176
+ 1
2177
+ ],
2178
+ "type": "integer",
2179
+ "format": "int32",
2180
+ "default": 1
2181
+ },
2182
+ "sanityKey": {
2183
+ "type": "string"
2184
+ },
2185
+ "asset": {
2186
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2187
+ }
2188
+ }
2189
+ },
2190
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
2191
+ "type": "object",
2192
+ "properties": {
2193
+ "sanityType": {
2194
+ "enum": [
2195
+ 1
2196
+ ],
2197
+ "type": "integer",
2198
+ "format": "int32",
2199
+ "default": 1
2200
+ },
2201
+ "sanityKey": {
1308
2202
  "type": "string"
2203
+ },
2204
+ "asset": {
2205
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset"
2206
+ }
2207
+ }
2208
+ },
2209
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset": {
2210
+ "type": "object",
2211
+ "properties": {
2212
+ "sanityType": {
2213
+ "enum": [
2214
+ 1
2215
+ ],
2216
+ "type": "integer",
2217
+ "format": "int32",
2218
+ "default": 1
2219
+ },
2220
+ "sanityId": {
2221
+ "type": "string"
2222
+ },
2223
+ "filename": {
2224
+ "type": "string"
2225
+ },
2226
+ "playbackId": {
2227
+ "type": "string"
2228
+ }
2229
+ }
2230
+ },
2231
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5": {
2232
+ "type": "object",
2233
+ "properties": {
2234
+ "sanityType": {
2235
+ "enum": [
2236
+ 1
2237
+ ],
2238
+ "type": "integer",
2239
+ "format": "int32",
2240
+ "default": 1
2241
+ },
2242
+ "sanityKey": {
2243
+ "type": "string"
2244
+ },
2245
+ "url": {
2246
+ "type": "string"
2247
+ }
2248
+ }
2249
+ },
2250
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf6": {
2251
+ "type": "object",
2252
+ "properties": {
2253
+ "sanityType": {
2254
+ "enum": [
2255
+ 1
2256
+ ],
2257
+ "type": "integer",
2258
+ "format": "int32",
2259
+ "default": 1
2260
+ },
2261
+ "sanityKey": {
2262
+ "type": "string"
2263
+ },
2264
+ "asset": {
2265
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2266
+ },
2267
+ "cropOption": {
2268
+ "$ref": "#/components/schemas/option_sanityImageCrop"
2269
+ },
2270
+ "crop": {
2271
+ "$ref": "#/components/schemas/sanityImageCrop"
2272
+ },
2273
+ "hotspotOption": {
2274
+ "$ref": "#/components/schemas/option_sanityImageHotspot"
2275
+ },
2276
+ "hotspot": {
2277
+ "$ref": "#/components/schemas/sanityImageHotspot"
2278
+ },
2279
+ "mediaOption": {
2280
+ "$ref": "#/components/schemas/option_object"
2281
+ },
2282
+ "media": {
2283
+ "type": "object"
1309
2284
  }
1310
2285
  }
1311
2286
  },
@@ -1314,10 +2289,11 @@
1314
2289
  "properties": {
1315
2290
  "sanityType": {
1316
2291
  "enum": [
1317
- "image"
2292
+ 1
1318
2293
  ],
1319
- "type": "string",
1320
- "default": "image"
2294
+ "type": "integer",
2295
+ "format": "int32",
2296
+ "default": 1
1321
2297
  },
1322
2298
  "asset": {
1323
2299
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
@@ -1329,22 +2305,23 @@
1329
2305
  "properties": {
1330
2306
  "sanityType": {
1331
2307
  "enum": [
1332
- "sanity.imageAsset"
2308
+ 1
1333
2309
  ],
1334
- "type": "string",
1335
- "default": "sanity.imageAsset"
2310
+ "type": "integer",
2311
+ "format": "int32",
2312
+ "default": 1
1336
2313
  },
1337
2314
  "mimeType": {
1338
2315
  "type": "string"
1339
2316
  },
1340
- "originalFilename": {
1341
- "type": "string"
1342
- },
1343
2317
  "sanityId": {
1344
2318
  "type": "string"
1345
2319
  },
1346
2320
  "url": {
1347
2321
  "type": "string"
2322
+ },
2323
+ "originalFilename": {
2324
+ "type": "string"
1348
2325
  }
1349
2326
  }
1350
2327
  },
@@ -1353,14 +2330,18 @@
1353
2330
  "properties": {
1354
2331
  "sanityType": {
1355
2332
  "enum": [
1356
- "slug"
2333
+ 1
1357
2334
  ],
1358
- "type": "string",
1359
- "default": "slug"
2335
+ "type": "integer",
2336
+ "format": "int32",
2337
+ "default": 1
1360
2338
  },
1361
2339
  "current": {
1362
2340
  "type": "string"
1363
2341
  },
2342
+ "sourceOption": {
2343
+ "$ref": "#/components/schemas/option_string"
2344
+ },
1364
2345
  "source": {
1365
2346
  "type": "string"
1366
2347
  }