@snokam/mcp-api 2.61.0 → 2.61.1

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.
@@ -59,7 +59,7 @@
59
59
  "content": {
60
60
  "application/json": {
61
61
  "schema": {
62
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
62
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
63
63
  }
64
64
  }
65
65
  },
@@ -126,7 +126,7 @@
126
126
  "content": {
127
127
  "application/json": {
128
128
  "schema": {
129
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
129
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
130
130
  }
131
131
  }
132
132
  },
@@ -184,7 +184,7 @@
184
184
  "content": {
185
185
  "application/json": {
186
186
  "schema": {
187
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
187
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
188
188
  }
189
189
  }
190
190
  },
@@ -233,7 +233,7 @@
233
233
  "content": {
234
234
  "application/json": {
235
235
  "schema": {
236
- "$ref": "#/components/schemas/getArticleWithDraftResult"
236
+ "$ref": "#/components/schemas/sanityGetArticleWithDraftResult"
237
237
  }
238
238
  }
239
239
  },
@@ -282,7 +282,7 @@
282
282
  "content": {
283
283
  "application/json": {
284
284
  "schema": {
285
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
285
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
286
286
  }
287
287
  }
288
288
  },
@@ -349,7 +349,7 @@
349
349
  "content": {
350
350
  "application/json": {
351
351
  "schema": {
352
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
352
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
353
353
  }
354
354
  }
355
355
  },
@@ -407,7 +407,7 @@
407
407
  "content": {
408
408
  "application/json": {
409
409
  "schema": {
410
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
410
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
411
411
  }
412
412
  }
413
413
  },
@@ -456,7 +456,7 @@
456
456
  "content": {
457
457
  "application/json": {
458
458
  "schema": {
459
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
459
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
460
460
  }
461
461
  }
462
462
  },
@@ -614,7 +614,194 @@
614
614
  }
615
615
  }
616
616
  },
617
- "articleSeriesReference": {
617
+ "jsonElement": {
618
+ "type": "object",
619
+ "properties": {
620
+ "valueKind": {
621
+ "enum": [
622
+ 0,
623
+ 1,
624
+ 2,
625
+ 3,
626
+ 4,
627
+ 5,
628
+ 6,
629
+ 7
630
+ ],
631
+ "type": "integer",
632
+ "format": "int32",
633
+ "default": 0
634
+ },
635
+ "item": {
636
+ "$ref": "#/components/schemas/jsonElement"
637
+ }
638
+ }
639
+ },
640
+ "option_list`1": {
641
+ "type": "object",
642
+ "properties": {
643
+ "value": {
644
+ "type": "array",
645
+ "items": {
646
+ "type": "string"
647
+ }
648
+ }
649
+ }
650
+ },
651
+ "option_nullable`1": {
652
+ "type": "object",
653
+ "properties": {
654
+ "value": {
655
+ "type": "boolean",
656
+ "nullable": true
657
+ }
658
+ }
659
+ },
660
+ "option_object": {
661
+ "type": "object",
662
+ "properties": {
663
+ "value": {
664
+ "type": "object"
665
+ }
666
+ }
667
+ },
668
+ "option_sanityArticleSeriesReference": {
669
+ "type": "object",
670
+ "properties": {
671
+ "value": {
672
+ "$ref": "#/components/schemas/sanityArticleSeriesReference"
673
+ }
674
+ }
675
+ },
676
+ "option_sanityComponentMedia": {
677
+ "type": "object",
678
+ "properties": {
679
+ "value": {
680
+ "$ref": "#/components/schemas/sanityComponentMedia"
681
+ }
682
+ }
683
+ },
684
+ "option_sanityComponentMediaImage": {
685
+ "type": "object",
686
+ "properties": {
687
+ "value": {
688
+ "$ref": "#/components/schemas/sanityComponentMediaImage"
689
+ }
690
+ }
691
+ },
692
+ "option_sanityCustomerReference": {
693
+ "type": "object",
694
+ "properties": {
695
+ "value": {
696
+ "$ref": "#/components/schemas/sanityCustomerReference"
697
+ }
698
+ }
699
+ },
700
+ "option_sanityGetArticlesBySlugOrIdResult": {
701
+ "type": "object",
702
+ "properties": {
703
+ "value": {
704
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
705
+ }
706
+ }
707
+ },
708
+ "option_sanityGetArticlesBySlugOrIdResultArticleSeries": {
709
+ "type": "object",
710
+ "properties": {
711
+ "value": {
712
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultArticleSeries"
713
+ }
714
+ }
715
+ },
716
+ "option_sanityGetArticlesBySlugOrIdResultNextArticle": {
717
+ "type": "object",
718
+ "properties": {
719
+ "value": {
720
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultNextArticle"
721
+ }
722
+ }
723
+ },
724
+ "option_sanityImageAssetReference": {
725
+ "type": "object",
726
+ "properties": {
727
+ "value": {
728
+ "$ref": "#/components/schemas/sanityImageAssetReference"
729
+ }
730
+ }
731
+ },
732
+ "option_sanityImageCrop": {
733
+ "type": "object",
734
+ "properties": {
735
+ "value": {
736
+ "$ref": "#/components/schemas/sanityImageCrop"
737
+ }
738
+ }
739
+ },
740
+ "option_sanityImageHotspot": {
741
+ "type": "object",
742
+ "properties": {
743
+ "value": {
744
+ "$ref": "#/components/schemas/sanityImageHotspot"
745
+ }
746
+ }
747
+ },
748
+ "option_sanityMuxVideo": {
749
+ "type": "object",
750
+ "properties": {
751
+ "value": {
752
+ "$ref": "#/components/schemas/sanityMuxVideo"
753
+ }
754
+ }
755
+ },
756
+ "option_sanityMuxVideoAssetReference": {
757
+ "type": "object",
758
+ "properties": {
759
+ "value": {
760
+ "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
761
+ }
762
+ }
763
+ },
764
+ "option_sanitySlug": {
765
+ "type": "object",
766
+ "properties": {
767
+ "value": {
768
+ "$ref": "#/components/schemas/sanitySlug"
769
+ }
770
+ }
771
+ },
772
+ "option_sanityTechnologyWithRelationsProjectsInnerMedia": {
773
+ "type": "object",
774
+ "properties": {
775
+ "value": {
776
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMedia"
777
+ }
778
+ }
779
+ },
780
+ "option_sanityTvCategoryDashboardsInnerBackgroundImageAsset": {
781
+ "type": "object",
782
+ "properties": {
783
+ "value": {
784
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
785
+ }
786
+ }
787
+ },
788
+ "option_sanityVideoMemoryAsset": {
789
+ "type": "object",
790
+ "properties": {
791
+ "value": {
792
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
793
+ }
794
+ }
795
+ },
796
+ "option_string": {
797
+ "type": "object",
798
+ "properties": {
799
+ "value": {
800
+ "type": "string"
801
+ }
802
+ }
803
+ },
804
+ "sanityArticleSeriesReference": {
618
805
  "type": "object",
619
806
  "properties": {
620
807
  "sanityType": {
@@ -637,36 +824,7 @@
637
824
  }
638
825
  }
639
826
  },
640
- "componentBlocksInner": {
641
- "type": "object",
642
- "properties": {
643
- "componentBlocksInnerOneOf": {
644
- "$ref": "#/components/schemas/componentBlocksInnerOneOf"
645
- },
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": {
827
+ "sanityBlock": {
670
828
  "type": "object",
671
829
  "properties": {
672
830
  "sanityType": {
@@ -713,7 +871,7 @@
713
871
  "children": {
714
872
  "type": "array",
715
873
  "items": {
716
- "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
874
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerChildrenInner"
717
875
  }
718
876
  },
719
877
  "levelOption": {
@@ -730,12 +888,41 @@
730
888
  "markDefs": {
731
889
  "type": "array",
732
890
  "items": {
733
- "$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
891
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerMarkDefsInner"
734
892
  }
735
893
  }
736
894
  }
737
895
  },
738
- "componentBlocksInnerOneOf1": {
896
+ "sanityComponentBlocksInner": {
897
+ "type": "object",
898
+ "properties": {
899
+ "sanityBlock": {
900
+ "$ref": "#/components/schemas/sanityBlock"
901
+ },
902
+ "sanityComponentBlocksInnerSanityCode": {
903
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityCode"
904
+ },
905
+ "sanityComponentGalleryMediaInnerSanityImage": {
906
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityImage"
907
+ },
908
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
909
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityMuxVideo"
910
+ },
911
+ "sanityComponentBlocksInnerSanityComponentYoutube": {
912
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentYoutube"
913
+ },
914
+ "sanityComponentBlocksInnerSanityIframe": {
915
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityIframe"
916
+ },
917
+ "sanityComponentBlocksInnerSanityComponentGallery": {
918
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentGallery"
919
+ },
920
+ "sanityComponentBlocksInnerSanityComponentLink": {
921
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentLink"
922
+ }
923
+ }
924
+ },
925
+ "sanityComponentBlocksInnerSanityCode": {
739
926
  "type": "object",
740
927
  "properties": {
741
928
  "sanityType": {
@@ -779,45 +966,7 @@
779
966
  }
780
967
  }
781
968
  },
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": {
969
+ "sanityComponentBlocksInnerSanityComponentGallery": {
821
970
  "type": "object",
822
971
  "properties": {
823
972
  "sanityType": {
@@ -837,12 +986,12 @@
837
986
  "media": {
838
987
  "type": "array",
839
988
  "items": {
840
- "$ref": "#/components/schemas/componentGalleryMediaInner"
989
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInner"
841
990
  }
842
991
  }
843
992
  }
844
993
  },
845
- "componentBlocksInnerOneOf5": {
994
+ "sanityComponentBlocksInnerSanityComponentLink": {
846
995
  "type": "object",
847
996
  "properties": {
848
997
  "sanityType": {
@@ -864,7 +1013,7 @@
864
1013
  }
865
1014
  }
866
1015
  },
867
- "componentBlocksInnerOneOfChildrenInner": {
1016
+ "sanityComponentBlocksInnerSanityComponentYoutube": {
868
1017
  "type": "object",
869
1018
  "properties": {
870
1019
  "sanityType": {
@@ -878,24 +1027,12 @@
878
1027
  "sanityKey": {
879
1028
  "type": "string"
880
1029
  },
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": {
1030
+ "url": {
894
1031
  "type": "string"
895
1032
  }
896
1033
  }
897
1034
  },
898
- "componentBlocksInnerOneOfMarkDefsInner": {
1035
+ "sanityComponentBlocksInnerSanityIframe": {
899
1036
  "type": "object",
900
1037
  "properties": {
901
1038
  "sanityType": {
@@ -909,26 +1046,23 @@
909
1046
  "sanityKey": {
910
1047
  "type": "string"
911
1048
  },
912
- "hrefOption": {
913
- "$ref": "#/components/schemas/option_string"
914
- },
915
- "href": {
1049
+ "url": {
916
1050
  "type": "string"
917
1051
  }
918
1052
  }
919
1053
  },
920
- "componentGalleryMediaInner": {
1054
+ "sanityComponentGalleryMediaInner": {
921
1055
  "type": "object",
922
1056
  "properties": {
923
- "componentGalleryMediaInnerOneOf": {
924
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf"
1057
+ "sanityComponentGalleryMediaInnerSanityImage": {
1058
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityImage"
925
1059
  },
926
- "componentGalleryMediaInnerOneOf1": {
927
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
1060
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
1061
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityMuxVideo"
928
1062
  }
929
1063
  }
930
1064
  },
931
- "componentGalleryMediaInnerOneOf": {
1065
+ "sanityComponentGalleryMediaInnerSanityImage": {
932
1066
  "type": "object",
933
1067
  "properties": {
934
1068
  "sanityType": {
@@ -968,7 +1102,7 @@
968
1102
  }
969
1103
  }
970
1104
  },
971
- "componentGalleryMediaInnerOneOf1": {
1105
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
972
1106
  "type": "object",
973
1107
  "properties": {
974
1108
  "sanityType": {
@@ -983,14 +1117,14 @@
983
1117
  "type": "string"
984
1118
  },
985
1119
  "assetOption": {
986
- "$ref": "#/components/schemas/option_muxVideoAssetReference"
1120
+ "$ref": "#/components/schemas/option_sanityMuxVideoAssetReference"
987
1121
  },
988
1122
  "asset": {
989
- "$ref": "#/components/schemas/muxVideoAssetReference"
1123
+ "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
990
1124
  }
991
1125
  }
992
1126
  },
993
- "componentMedia": {
1127
+ "sanityComponentMedia": {
994
1128
  "type": "object",
995
1129
  "properties": {
996
1130
  "sanityType": {
@@ -1011,20 +1145,20 @@
1011
1145
  "default": 1
1012
1146
  },
1013
1147
  "imageOption": {
1014
- "$ref": "#/components/schemas/option_componentMediaImage"
1148
+ "$ref": "#/components/schemas/option_sanityComponentMediaImage"
1015
1149
  },
1016
1150
  "image": {
1017
- "$ref": "#/components/schemas/componentMediaImage"
1151
+ "$ref": "#/components/schemas/sanityComponentMediaImage"
1018
1152
  },
1019
1153
  "videoOption": {
1020
- "$ref": "#/components/schemas/option_muxVideo"
1154
+ "$ref": "#/components/schemas/option_sanityMuxVideo"
1021
1155
  },
1022
1156
  "video": {
1023
- "$ref": "#/components/schemas/muxVideo"
1157
+ "$ref": "#/components/schemas/sanityMuxVideo"
1024
1158
  }
1025
1159
  }
1026
1160
  },
1027
- "componentMediaImage": {
1161
+ "sanityComponentMediaImage": {
1028
1162
  "type": "object",
1029
1163
  "properties": {
1030
1164
  "sanityType": {
@@ -1061,7 +1195,7 @@
1061
1195
  }
1062
1196
  }
1063
1197
  },
1064
- "customerReference": {
1198
+ "sanityCreateArticle": {
1065
1199
  "type": "object",
1066
1200
  "properties": {
1067
1201
  "sanityType": {
@@ -1072,19 +1206,179 @@
1072
1206
  "format": "int32",
1073
1207
  "default": 1
1074
1208
  },
1075
- "sanityRef": {
1209
+ "active": {
1210
+ "type": "boolean"
1211
+ },
1212
+ "metaDescription": {
1076
1213
  "type": "string"
1077
1214
  },
1078
- "sanityWeakOption": {
1079
- "$ref": "#/components/schemas/option_nullable`1"
1215
+ "publishedAt": {
1216
+ "type": "string"
1080
1217
  },
1081
- "sanityWeak": {
1082
- "type": "boolean",
1083
- "nullable": true
1084
- }
1085
- }
1218
+ "slug": {
1219
+ "$ref": "#/components/schemas/sanitySlug"
1220
+ },
1221
+ "title": {
1222
+ "type": "string"
1223
+ },
1224
+ "articleSeriesOption": {
1225
+ "$ref": "#/components/schemas/option_sanityArticleSeriesReference"
1226
+ },
1227
+ "articleSeries": {
1228
+ "$ref": "#/components/schemas/sanityArticleSeriesReference"
1229
+ },
1230
+ "authorsOption": {
1231
+ "$ref": "#/components/schemas/option_list`1"
1232
+ },
1233
+ "authors": {
1234
+ "type": "array",
1235
+ "items": {
1236
+ "$ref": "#/components/schemas/sanityPageEmployeeOrderInner"
1237
+ }
1238
+ },
1239
+ "contentOption": {
1240
+ "$ref": "#/components/schemas/option_list`1"
1241
+ },
1242
+ "content": {
1243
+ "type": "array",
1244
+ "items": {
1245
+ "$ref": "#/components/schemas/sanityComponentBlocksInner"
1246
+ }
1247
+ },
1248
+ "customerOption": {
1249
+ "$ref": "#/components/schemas/option_sanityCustomerReference"
1250
+ },
1251
+ "customer": {
1252
+ "$ref": "#/components/schemas/sanityCustomerReference"
1253
+ },
1254
+ "liveOption": {
1255
+ "$ref": "#/components/schemas/option_string"
1256
+ },
1257
+ "live": {
1258
+ "type": "string"
1259
+ },
1260
+ "mediaOption": {
1261
+ "$ref": "#/components/schemas/option_sanityComponentMedia"
1262
+ },
1263
+ "media": {
1264
+ "$ref": "#/components/schemas/sanityComponentMedia"
1265
+ },
1266
+ "previewOption": {
1267
+ "$ref": "#/components/schemas/option_string"
1268
+ },
1269
+ "preview": {
1270
+ "type": "string"
1271
+ },
1272
+ "subscribersNotifiedOption": {
1273
+ "$ref": "#/components/schemas/option_nullable`1"
1274
+ },
1275
+ "subscribersNotified": {
1276
+ "type": "boolean",
1277
+ "nullable": true
1278
+ },
1279
+ "technologiesOption": {
1280
+ "$ref": "#/components/schemas/option_list`1"
1281
+ },
1282
+ "technologies": {
1283
+ "type": "array",
1284
+ "items": {
1285
+ "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
1286
+ }
1287
+ },
1288
+ "additionalProperties": {
1289
+ "type": "object",
1290
+ "additionalProperties": {
1291
+ "$ref": "#/components/schemas/jsonElement"
1292
+ }
1293
+ }
1294
+ }
1295
+ },
1296
+ "sanityCreateEmployeeTechnologiesInner": {
1297
+ "type": "object",
1298
+ "properties": {
1299
+ "sanityType": {
1300
+ "enum": [
1301
+ 1
1302
+ ],
1303
+ "type": "integer",
1304
+ "format": "int32",
1305
+ "default": 1
1306
+ },
1307
+ "sanityKey": {
1308
+ "type": "string"
1309
+ },
1310
+ "sanityRef": {
1311
+ "type": "string"
1312
+ },
1313
+ "sanityWeakOption": {
1314
+ "$ref": "#/components/schemas/option_nullable`1"
1315
+ },
1316
+ "sanityWeak": {
1317
+ "type": "boolean",
1318
+ "nullable": true
1319
+ }
1320
+ }
1321
+ },
1322
+ "sanityCustomerReference": {
1323
+ "type": "object",
1324
+ "properties": {
1325
+ "sanityType": {
1326
+ "enum": [
1327
+ 1
1328
+ ],
1329
+ "type": "integer",
1330
+ "format": "int32",
1331
+ "default": 1
1332
+ },
1333
+ "sanityRef": {
1334
+ "type": "string"
1335
+ },
1336
+ "sanityWeakOption": {
1337
+ "$ref": "#/components/schemas/option_nullable`1"
1338
+ },
1339
+ "sanityWeak": {
1340
+ "type": "boolean",
1341
+ "nullable": true
1342
+ }
1343
+ }
1344
+ },
1345
+ "sanityEmployeeMediaInner": {
1346
+ "type": "object",
1347
+ "properties": {
1348
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
1349
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage"
1350
+ },
1351
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
1352
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo"
1353
+ }
1354
+ }
1355
+ },
1356
+ "sanityGallery": {
1357
+ "type": "object",
1358
+ "properties": {
1359
+ "sanityType": {
1360
+ "enum": [
1361
+ 1
1362
+ ],
1363
+ "type": "integer",
1364
+ "format": "int32",
1365
+ "default": 1
1366
+ },
1367
+ "sanityKey": {
1368
+ "type": "string"
1369
+ },
1370
+ "mediaOption": {
1371
+ "$ref": "#/components/schemas/option_list`1"
1372
+ },
1373
+ "media": {
1374
+ "type": "array",
1375
+ "items": {
1376
+ "$ref": "#/components/schemas/sanityEmployeeMediaInner"
1377
+ }
1378
+ }
1379
+ }
1086
1380
  },
1087
- "getArticlesBySlugOrIdResult": {
1381
+ "sanityGetArticlesBySlugOrIdResult": {
1088
1382
  "type": "object",
1089
1383
  "properties": {
1090
1384
  "sanityType": {
@@ -1117,13 +1411,19 @@
1117
1411
  "type": "string"
1118
1412
  },
1119
1413
  "slug": {
1120
- "$ref": "#/components/schemas/slug"
1414
+ "$ref": "#/components/schemas/sanitySlug"
1121
1415
  },
1122
1416
  "title": {
1123
1417
  "type": "string"
1124
1418
  },
1419
+ "articleSeriesOption": {
1420
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResultArticleSeries"
1421
+ },
1125
1422
  "articleSeries": {
1126
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResultArticleSeries"
1423
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultArticleSeries"
1424
+ },
1425
+ "authorsOption": {
1426
+ "$ref": "#/components/schemas/option_list`1"
1127
1427
  },
1128
1428
  "authors": {
1129
1429
  "type": "array",
@@ -1131,6 +1431,9 @@
1131
1431
  "$ref": "#/components/schemas/sanityOrderEmployee"
1132
1432
  }
1133
1433
  },
1434
+ "contentOption": {
1435
+ "$ref": "#/components/schemas/option_list`1"
1436
+ },
1134
1437
  "content": {
1135
1438
  "type": "array",
1136
1439
  "items": {
@@ -1138,10 +1441,10 @@
1138
1441
  }
1139
1442
  },
1140
1443
  "customerOption": {
1141
- "$ref": "#/components/schemas/option_customerReference"
1444
+ "$ref": "#/components/schemas/option_sanityCustomerReference"
1142
1445
  },
1143
1446
  "customer": {
1144
- "$ref": "#/components/schemas/customerReference"
1447
+ "$ref": "#/components/schemas/sanityCustomerReference"
1145
1448
  },
1146
1449
  "liveOption": {
1147
1450
  "$ref": "#/components/schemas/option_string"
@@ -1149,11 +1452,17 @@
1149
1452
  "live": {
1150
1453
  "type": "string"
1151
1454
  },
1455
+ "mediaOption": {
1456
+ "$ref": "#/components/schemas/option_sanityTechnologyWithRelationsProjectsInnerMedia"
1457
+ },
1152
1458
  "media": {
1153
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMedia"
1459
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMedia"
1460
+ },
1461
+ "nextArticleOption": {
1462
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResultNextArticle"
1154
1463
  },
1155
1464
  "nextArticle": {
1156
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResultNextArticle"
1465
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultNextArticle"
1157
1466
  },
1158
1467
  "previewOption": {
1159
1468
  "$ref": "#/components/schemas/option_string"
@@ -1161,8 +1470,11 @@
1161
1470
  "preview": {
1162
1471
  "type": "string"
1163
1472
  },
1473
+ "previousArticleOption": {
1474
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResultNextArticle"
1475
+ },
1164
1476
  "previousArticle": {
1165
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResultNextArticle"
1477
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultNextArticle"
1166
1478
  },
1167
1479
  "subscribersNotifiedOption": {
1168
1480
  "$ref": "#/components/schemas/option_nullable`1"
@@ -1171,15 +1483,18 @@
1171
1483
  "type": "boolean",
1172
1484
  "nullable": true
1173
1485
  },
1486
+ "technologiesOption": {
1487
+ "$ref": "#/components/schemas/option_list`1"
1488
+ },
1174
1489
  "technologies": {
1175
1490
  "type": "array",
1176
1491
  "items": {
1177
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResultTechnologiesInner"
1492
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultTechnologiesInner"
1178
1493
  }
1179
1494
  }
1180
1495
  }
1181
1496
  },
1182
- "getArticlesBySlugOrIdResultArticleSeries": {
1497
+ "sanityGetArticlesBySlugOrIdResultArticleSeries": {
1183
1498
  "type": "object",
1184
1499
  "properties": {
1185
1500
  "sanityType": {
@@ -1203,14 +1518,14 @@
1203
1518
  "type": "string"
1204
1519
  },
1205
1520
  "slug": {
1206
- "$ref": "#/components/schemas/slug"
1521
+ "$ref": "#/components/schemas/sanitySlug"
1207
1522
  },
1208
1523
  "title": {
1209
1524
  "type": "string"
1210
1525
  }
1211
1526
  }
1212
1527
  },
1213
- "getArticlesBySlugOrIdResultNextArticle": {
1528
+ "sanityGetArticlesBySlugOrIdResultNextArticle": {
1214
1529
  "type": "object",
1215
1530
  "properties": {
1216
1531
  "sanityType": {
@@ -1225,23 +1540,29 @@
1225
1540
  "type": "string"
1226
1541
  },
1227
1542
  "slug": {
1228
- "$ref": "#/components/schemas/slug"
1543
+ "$ref": "#/components/schemas/sanitySlug"
1229
1544
  },
1230
1545
  "title": {
1231
1546
  "type": "string"
1232
1547
  },
1548
+ "contentOption": {
1549
+ "$ref": "#/components/schemas/option_list`1"
1550
+ },
1233
1551
  "content": {
1234
1552
  "type": "array",
1235
1553
  "items": {
1236
1554
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerContentInner"
1237
1555
  }
1238
1556
  },
1557
+ "mediaOption": {
1558
+ "$ref": "#/components/schemas/option_sanityTechnologyWithRelationsProjectsInnerMedia"
1559
+ },
1239
1560
  "media": {
1240
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMedia"
1561
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMedia"
1241
1562
  }
1242
1563
  }
1243
1564
  },
1244
- "getArticlesBySlugOrIdResultTechnologiesInner": {
1565
+ "sanityGetArticlesBySlugOrIdResultTechnologiesInner": {
1245
1566
  "type": "object",
1246
1567
  "properties": {
1247
1568
  "sanityType": {
@@ -1255,7 +1576,7 @@
1255
1576
  "description": {
1256
1577
  "type": "array",
1257
1578
  "items": {
1258
- "$ref": "#/components/schemas/componentBlocksInner"
1579
+ "$ref": "#/components/schemas/sanityComponentBlocksInner"
1259
1580
  }
1260
1581
  },
1261
1582
  "parent": {
@@ -1274,14 +1595,14 @@
1274
1595
  "type": "string"
1275
1596
  },
1276
1597
  "slug": {
1277
- "$ref": "#/components/schemas/slug"
1598
+ "$ref": "#/components/schemas/sanitySlug"
1278
1599
  },
1279
1600
  "title": {
1280
1601
  "type": "string"
1281
1602
  }
1282
1603
  }
1283
1604
  },
1284
- "getArticleWithDraftResult": {
1605
+ "sanityGetArticleWithDraftResult": {
1285
1606
  "type": "object",
1286
1607
  "properties": {
1287
1608
  "hasDraft": {
@@ -1290,11 +1611,20 @@
1290
1611
  "hasPublished": {
1291
1612
  "type": "boolean"
1292
1613
  },
1614
+ "draftOption": {
1615
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResult"
1616
+ },
1293
1617
  "draft": {
1294
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
1618
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
1619
+ },
1620
+ "publishedOption": {
1621
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResult"
1295
1622
  },
1296
1623
  "published": {
1297
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
1624
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
1625
+ },
1626
+ "publishedIdOption": {
1627
+ "$ref": "#/components/schemas/option_string"
1298
1628
  },
1299
1629
  "publishedId": {
1300
1630
  "type": "string"
@@ -1307,30 +1637,88 @@
1307
1637
  }
1308
1638
  }
1309
1639
  },
1310
- "jsonElement": {
1640
+ "sanityImageAssetReference": {
1311
1641
  "type": "object",
1312
1642
  "properties": {
1313
- "valueKind": {
1643
+ "sanityType": {
1314
1644
  "enum": [
1315
- 0,
1316
- 1,
1317
- 2,
1318
- 3,
1319
- 4,
1320
- 5,
1321
- 6,
1322
- 7
1645
+ 1
1323
1646
  ],
1324
1647
  "type": "integer",
1325
1648
  "format": "int32",
1326
- "default": 0
1649
+ "default": 1
1327
1650
  },
1328
- "item": {
1329
- "$ref": "#/components/schemas/jsonElement"
1651
+ "sanityRef": {
1652
+ "type": "string"
1653
+ },
1654
+ "sanityWeakOption": {
1655
+ "$ref": "#/components/schemas/option_nullable`1"
1656
+ },
1657
+ "sanityWeak": {
1658
+ "type": "boolean",
1659
+ "nullable": true
1660
+ }
1661
+ }
1662
+ },
1663
+ "sanityImageCrop": {
1664
+ "type": "object",
1665
+ "properties": {
1666
+ "sanityType": {
1667
+ "enum": [
1668
+ 1
1669
+ ],
1670
+ "type": "integer",
1671
+ "format": "int32",
1672
+ "default": 1
1673
+ },
1674
+ "bottom": {
1675
+ "type": "number",
1676
+ "format": "double"
1677
+ },
1678
+ "left": {
1679
+ "type": "number",
1680
+ "format": "double"
1681
+ },
1682
+ "right": {
1683
+ "type": "number",
1684
+ "format": "double"
1685
+ },
1686
+ "top": {
1687
+ "type": "number",
1688
+ "format": "double"
1330
1689
  }
1331
1690
  }
1332
1691
  },
1333
- "muxVideo": {
1692
+ "sanityImageHotspot": {
1693
+ "type": "object",
1694
+ "properties": {
1695
+ "sanityType": {
1696
+ "enum": [
1697
+ 1
1698
+ ],
1699
+ "type": "integer",
1700
+ "format": "int32",
1701
+ "default": 1
1702
+ },
1703
+ "height": {
1704
+ "type": "number",
1705
+ "format": "double"
1706
+ },
1707
+ "width": {
1708
+ "type": "number",
1709
+ "format": "double"
1710
+ },
1711
+ "x": {
1712
+ "type": "number",
1713
+ "format": "double"
1714
+ },
1715
+ "y": {
1716
+ "type": "number",
1717
+ "format": "double"
1718
+ }
1719
+ }
1720
+ },
1721
+ "sanityMuxVideo": {
1334
1722
  "type": "object",
1335
1723
  "properties": {
1336
1724
  "sanityType": {
@@ -1342,14 +1730,14 @@
1342
1730
  "default": 1
1343
1731
  },
1344
1732
  "assetOption": {
1345
- "$ref": "#/components/schemas/option_muxVideoAssetReference"
1733
+ "$ref": "#/components/schemas/option_sanityMuxVideoAssetReference"
1346
1734
  },
1347
1735
  "asset": {
1348
- "$ref": "#/components/schemas/muxVideoAssetReference"
1736
+ "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
1349
1737
  }
1350
1738
  }
1351
1739
  },
1352
- "muxVideoAssetReference": {
1740
+ "sanityMuxVideoAssetReference": {
1353
1741
  "type": "object",
1354
1742
  "properties": {
1355
1743
  "sanityType": {
@@ -1372,123 +1760,7 @@
1372
1760
  }
1373
1761
  }
1374
1762
  },
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"
1488
- }
1489
- }
1490
- },
1491
- "pageEmployeeOrderInner": {
1763
+ "sanityOrderEmployee": {
1492
1764
  "type": "object",
1493
1765
  "properties": {
1494
1766
  "sanityType": {
@@ -1499,120 +1771,36 @@
1499
1771
  "format": "int32",
1500
1772
  "default": 1
1501
1773
  },
1502
- "sanityKey": {
1503
- "type": "string"
1504
- },
1505
- "sanityRef": {
1774
+ "email": {
1506
1775
  "type": "string"
1507
1776
  },
1508
- "sanityWeakOption": {
1509
- "$ref": "#/components/schemas/option_nullable`1"
1510
- },
1511
- "sanityWeak": {
1512
- "type": "boolean",
1513
- "nullable": true
1514
- }
1515
- }
1516
- },
1517
- "sanityCreateArticle": {
1518
- "type": "object",
1519
- "properties": {
1520
- "sanityType": {
1521
- "enum": [
1522
- 1
1523
- ],
1524
- "type": "integer",
1525
- "format": "int32",
1526
- "default": 1
1527
- },
1528
- "active": {
1529
- "type": "boolean"
1777
+ "image": {
1778
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1530
1779
  },
1531
- "metaDescription": {
1780
+ "name": {
1532
1781
  "type": "string"
1533
1782
  },
1534
- "publishedAt": {
1783
+ "sanityId": {
1535
1784
  "type": "string"
1536
1785
  },
1537
1786
  "slug": {
1538
- "$ref": "#/components/schemas/slug"
1539
- },
1540
- "title": {
1541
- "type": "string"
1542
- },
1543
- "articleSeriesOption": {
1544
- "$ref": "#/components/schemas/option_articleSeriesReference"
1545
- },
1546
- "articleSeries": {
1547
- "$ref": "#/components/schemas/articleSeriesReference"
1548
- },
1549
- "authorsOption": {
1550
- "$ref": "#/components/schemas/option_list`1"
1551
- },
1552
- "authors": {
1553
- "type": "array",
1554
- "items": {
1555
- "$ref": "#/components/schemas/pageEmployeeOrderInner"
1556
- }
1557
- },
1558
- "contentOption": {
1559
- "$ref": "#/components/schemas/option_list`1"
1560
- },
1561
- "content": {
1562
- "type": "array",
1563
- "items": {
1564
- "$ref": "#/components/schemas/componentBlocksInner"
1565
- }
1787
+ "$ref": "#/components/schemas/sanitySlug"
1566
1788
  },
1567
- "customerOption": {
1568
- "$ref": "#/components/schemas/option_customerReference"
1569
- },
1570
- "customer": {
1571
- "$ref": "#/components/schemas/customerReference"
1572
- },
1573
- "liveOption": {
1574
- "$ref": "#/components/schemas/option_string"
1575
- },
1576
- "live": {
1577
- "type": "string"
1578
- },
1579
- "mediaOption": {
1580
- "$ref": "#/components/schemas/option_componentMedia"
1581
- },
1582
- "media": {
1583
- "$ref": "#/components/schemas/componentMedia"
1584
- },
1585
- "previewOption": {
1586
- "$ref": "#/components/schemas/option_string"
1587
- },
1588
- "preview": {
1789
+ "telephone": {
1589
1790
  "type": "string"
1590
1791
  },
1591
- "subscribersNotifiedOption": {
1592
- "$ref": "#/components/schemas/option_nullable`1"
1593
- },
1594
- "subscribersNotified": {
1595
- "type": "boolean",
1596
- "nullable": true
1597
- },
1598
- "technologiesOption": {
1792
+ "tagsOption": {
1599
1793
  "$ref": "#/components/schemas/option_list`1"
1600
1794
  },
1601
- "technologies": {
1795
+ "tags": {
1602
1796
  "type": "array",
1603
1797
  "items": {
1604
- "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
1605
- }
1606
- },
1607
- "additionalProperties": {
1608
- "type": "object",
1609
- "additionalProperties": {
1610
- "$ref": "#/components/schemas/jsonElement"
1798
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1611
1799
  }
1612
1800
  }
1613
1801
  }
1614
1802
  },
1615
- "sanityCreateEmployeeTechnologiesInner": {
1803
+ "sanityPageEmployeeOrderInner": {
1616
1804
  "type": "object",
1617
1805
  "properties": {
1618
1806
  "sanityType": {
@@ -1638,124 +1826,6 @@
1638
1826
  }
1639
1827
  }
1640
1828
  },
1641
- "sanityImageAssetReference": {
1642
- "type": "object",
1643
- "properties": {
1644
- "sanityType": {
1645
- "enum": [
1646
- 1
1647
- ],
1648
- "type": "integer",
1649
- "format": "int32",
1650
- "default": 1
1651
- },
1652
- "sanityRef": {
1653
- "type": "string"
1654
- },
1655
- "sanityWeakOption": {
1656
- "$ref": "#/components/schemas/option_nullable`1"
1657
- },
1658
- "sanityWeak": {
1659
- "type": "boolean",
1660
- "nullable": true
1661
- }
1662
- }
1663
- },
1664
- "sanityImageCrop": {
1665
- "type": "object",
1666
- "properties": {
1667
- "sanityType": {
1668
- "enum": [
1669
- 1
1670
- ],
1671
- "type": "integer",
1672
- "format": "int32",
1673
- "default": 1
1674
- },
1675
- "bottom": {
1676
- "type": "number",
1677
- "format": "double"
1678
- },
1679
- "left": {
1680
- "type": "number",
1681
- "format": "double"
1682
- },
1683
- "right": {
1684
- "type": "number",
1685
- "format": "double"
1686
- },
1687
- "top": {
1688
- "type": "number",
1689
- "format": "double"
1690
- }
1691
- }
1692
- },
1693
- "sanityImageHotspot": {
1694
- "type": "object",
1695
- "properties": {
1696
- "sanityType": {
1697
- "enum": [
1698
- 1
1699
- ],
1700
- "type": "integer",
1701
- "format": "int32",
1702
- "default": 1
1703
- },
1704
- "height": {
1705
- "type": "number",
1706
- "format": "double"
1707
- },
1708
- "width": {
1709
- "type": "number",
1710
- "format": "double"
1711
- },
1712
- "x": {
1713
- "type": "number",
1714
- "format": "double"
1715
- },
1716
- "y": {
1717
- "type": "number",
1718
- "format": "double"
1719
- }
1720
- }
1721
- },
1722
- "sanityOrderEmployee": {
1723
- "type": "object",
1724
- "properties": {
1725
- "sanityType": {
1726
- "enum": [
1727
- 1
1728
- ],
1729
- "type": "integer",
1730
- "format": "int32",
1731
- "default": 1
1732
- },
1733
- "email": {
1734
- "type": "string"
1735
- },
1736
- "image": {
1737
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1738
- },
1739
- "name": {
1740
- "type": "string"
1741
- },
1742
- "sanityId": {
1743
- "type": "string"
1744
- },
1745
- "slug": {
1746
- "$ref": "#/components/schemas/slug"
1747
- },
1748
- "telephone": {
1749
- "type": "string"
1750
- },
1751
- "tags": {
1752
- "type": "array",
1753
- "items": {
1754
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1755
- }
1756
- }
1757
- }
1758
- },
1759
1829
  "sanityPatchArticle": {
1760
1830
  "type": "object",
1761
1831
  "properties": {
@@ -1779,10 +1849,10 @@
1779
1849
  "nullable": true
1780
1850
  },
1781
1851
  "articleSeriesOption": {
1782
- "$ref": "#/components/schemas/option_articleSeriesReference"
1852
+ "$ref": "#/components/schemas/option_sanityArticleSeriesReference"
1783
1853
  },
1784
1854
  "articleSeries": {
1785
- "$ref": "#/components/schemas/articleSeriesReference"
1855
+ "$ref": "#/components/schemas/sanityArticleSeriesReference"
1786
1856
  },
1787
1857
  "authorsOption": {
1788
1858
  "$ref": "#/components/schemas/option_list`1"
@@ -1790,7 +1860,7 @@
1790
1860
  "authors": {
1791
1861
  "type": "array",
1792
1862
  "items": {
1793
- "$ref": "#/components/schemas/pageEmployeeOrderInner"
1863
+ "$ref": "#/components/schemas/sanityPageEmployeeOrderInner"
1794
1864
  }
1795
1865
  },
1796
1866
  "contentOption": {
@@ -1799,14 +1869,14 @@
1799
1869
  "content": {
1800
1870
  "type": "array",
1801
1871
  "items": {
1802
- "$ref": "#/components/schemas/componentBlocksInner"
1872
+ "$ref": "#/components/schemas/sanityComponentBlocksInner"
1803
1873
  }
1804
1874
  },
1805
1875
  "customerOption": {
1806
- "$ref": "#/components/schemas/option_customerReference"
1876
+ "$ref": "#/components/schemas/option_sanityCustomerReference"
1807
1877
  },
1808
1878
  "customer": {
1809
- "$ref": "#/components/schemas/customerReference"
1879
+ "$ref": "#/components/schemas/sanityCustomerReference"
1810
1880
  },
1811
1881
  "liveOption": {
1812
1882
  "$ref": "#/components/schemas/option_string"
@@ -1815,10 +1885,10 @@
1815
1885
  "type": "string"
1816
1886
  },
1817
1887
  "mediaOption": {
1818
- "$ref": "#/components/schemas/option_componentMedia"
1888
+ "$ref": "#/components/schemas/option_sanityComponentMedia"
1819
1889
  },
1820
1890
  "media": {
1821
- "$ref": "#/components/schemas/componentMedia"
1891
+ "$ref": "#/components/schemas/sanityComponentMedia"
1822
1892
  },
1823
1893
  "metaDescriptionOption": {
1824
1894
  "$ref": "#/components/schemas/option_string"
@@ -1839,10 +1909,10 @@
1839
1909
  "type": "string"
1840
1910
  },
1841
1911
  "slugOption": {
1842
- "$ref": "#/components/schemas/option_slug"
1912
+ "$ref": "#/components/schemas/option_sanitySlug"
1843
1913
  },
1844
1914
  "slug": {
1845
- "$ref": "#/components/schemas/slug"
1915
+ "$ref": "#/components/schemas/sanitySlug"
1846
1916
  },
1847
1917
  "subscribersNotifiedOption": {
1848
1918
  "$ref": "#/components/schemas/option_nullable`1"
@@ -1874,47 +1944,141 @@
1874
1944
  }
1875
1945
  }
1876
1946
  },
1947
+ "sanitySlug": {
1948
+ "type": "object",
1949
+ "properties": {
1950
+ "sanityType": {
1951
+ "enum": [
1952
+ 1
1953
+ ],
1954
+ "type": "integer",
1955
+ "format": "int32",
1956
+ "default": 1
1957
+ },
1958
+ "current": {
1959
+ "type": "string"
1960
+ },
1961
+ "sourceOption": {
1962
+ "$ref": "#/components/schemas/option_string"
1963
+ },
1964
+ "source": {
1965
+ "type": "string"
1966
+ }
1967
+ }
1968
+ },
1969
+ "sanitySystemsInnerDescriptionInnerChildrenInner": {
1970
+ "type": "object",
1971
+ "properties": {
1972
+ "sanityType": {
1973
+ "enum": [
1974
+ 1
1975
+ ],
1976
+ "type": "integer",
1977
+ "format": "int32",
1978
+ "default": 1
1979
+ },
1980
+ "sanityKey": {
1981
+ "type": "string"
1982
+ },
1983
+ "marksOption": {
1984
+ "$ref": "#/components/schemas/option_list`1"
1985
+ },
1986
+ "marks": {
1987
+ "type": "array",
1988
+ "items": {
1989
+ "type": "string"
1990
+ }
1991
+ },
1992
+ "textOption": {
1993
+ "$ref": "#/components/schemas/option_string"
1994
+ },
1995
+ "text": {
1996
+ "type": "string"
1997
+ }
1998
+ }
1999
+ },
2000
+ "sanitySystemsInnerDescriptionInnerMarkDefsInner": {
2001
+ "type": "object",
2002
+ "properties": {
2003
+ "sanityType": {
2004
+ "enum": [
2005
+ 1
2006
+ ],
2007
+ "type": "integer",
2008
+ "format": "int32",
2009
+ "default": 1
2010
+ },
2011
+ "sanityKey": {
2012
+ "type": "string"
2013
+ },
2014
+ "hrefOption": {
2015
+ "$ref": "#/components/schemas/option_string"
2016
+ },
2017
+ "href": {
2018
+ "type": "string"
2019
+ }
2020
+ }
2021
+ },
1877
2022
  "sanityTechnologyWithRelationsArticlesInnerContentInner": {
1878
2023
  "type": "object",
1879
2024
  "properties": {
1880
- "componentBlocksInnerOneOf1": {
1881
- "$ref": "#/components/schemas/componentBlocksInnerOneOf1"
2025
+ "sanityComponentBlocksInnerSanityCode": {
2026
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityCode"
1882
2027
  },
1883
- "componentBlocksInnerOneOf4": {
1884
- "$ref": "#/components/schemas/componentBlocksInnerOneOf4"
2028
+ "sanityComponentBlocksInnerSanityComponentGallery": {
2029
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentGallery"
1885
2030
  },
1886
- "componentBlocksInnerOneOf5": {
1887
- "$ref": "#/components/schemas/componentBlocksInnerOneOf5"
2031
+ "sanityComponentBlocksInnerSanityComponentLink": {
2032
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentLink"
1888
2033
  },
1889
- "componentBlocksInnerOneOf2": {
1890
- "$ref": "#/components/schemas/componentBlocksInnerOneOf2"
2034
+ "sanityComponentBlocksInnerSanityComponentYoutube": {
2035
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentYoutube"
1891
2036
  },
1892
- "componentBlocksInnerOneOf3": {
1893
- "$ref": "#/components/schemas/componentBlocksInnerOneOf3"
2037
+ "sanityComponentBlocksInnerSanityIframe": {
2038
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityIframe"
1894
2039
  },
1895
- "componentGalleryMediaInnerOneOf1": {
1896
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
2040
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
2041
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityMuxVideo"
1897
2042
  },
1898
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf": {
1899
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf"
2043
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock": {
2044
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock"
1900
2045
  },
1901
- "componentGalleryMediaInnerOneOf": {
1902
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf"
2046
+ "sanityComponentGalleryMediaInnerSanityImage": {
2047
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityImage"
1903
2048
  }
1904
2049
  }
1905
2050
  },
1906
- "sanityTechnologyWithRelationsArticlesInnerMedia": {
2051
+ "sanityTechnologyWithRelationsProjectsInnerMedia": {
1907
2052
  "type": "object",
1908
2053
  "properties": {
1909
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
1910
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2054
+ "sanityTechnologyWithRelationsProjectsInnerMediaSanityImage": {
2055
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaSanityImage"
2056
+ },
2057
+ "sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo": {
2058
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo"
2059
+ }
2060
+ }
2061
+ },
2062
+ "sanityTechnologyWithRelationsProjectsInnerMediaSanityImage": {
2063
+ "type": "object",
2064
+ "properties": {
2065
+ "sanityType": {
2066
+ "enum": [
2067
+ 1
2068
+ ],
2069
+ "type": "integer",
2070
+ "format": "int32",
2071
+ "default": 1
2072
+ },
2073
+ "assetOption": {
2074
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
1911
2075
  },
1912
- "sanityTechnologyWithRelationsProjectsInnerMediaOneOf": {
1913
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaOneOf"
2076
+ "asset": {
2077
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
1914
2078
  }
1915
2079
  }
1916
2080
  },
1917
- "sanityTechnologyWithRelationsProjectsInnerMediaOneOf": {
2081
+ "sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo": {
1918
2082
  "type": "object",
1919
2083
  "properties": {
1920
2084
  "sanityType": {
@@ -1925,8 +2089,11 @@
1925
2089
  "format": "int32",
1926
2090
  "default": 1
1927
2091
  },
2092
+ "assetOption": {
2093
+ "$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
2094
+ },
1928
2095
  "asset": {
1929
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset"
2096
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
1930
2097
  }
1931
2098
  }
1932
2099
  },
@@ -1948,40 +2115,40 @@
1948
2115
  "type": "string"
1949
2116
  },
1950
2117
  "slug": {
1951
- "$ref": "#/components/schemas/slug"
2118
+ "$ref": "#/components/schemas/sanitySlug"
1952
2119
  }
1953
2120
  }
1954
2121
  },
1955
2122
  "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInner": {
1956
2123
  "type": "object",
1957
2124
  "properties": {
1958
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf": {
1959
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf"
2125
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock": {
2126
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock"
1960
2127
  },
1961
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf1": {
1962
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf1"
2128
+ "sanityComponentBlocksInnerSanityCode": {
2129
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityCode"
1963
2130
  },
1964
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf2": {
1965
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf2"
2131
+ "sanityComponentBlocksInnerSanityComponentLink": {
2132
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentLink"
1966
2133
  },
1967
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf3": {
1968
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf3"
2134
+ "sanityComponentBlocksInnerSanityComponentYoutube": {
2135
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentYoutube"
1969
2136
  },
1970
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4": {
1971
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4"
2137
+ "sanityGallery": {
2138
+ "$ref": "#/components/schemas/sanityGallery"
1972
2139
  },
1973
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5": {
1974
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5"
2140
+ "sanityComponentBlocksInnerSanityIframe": {
2141
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityIframe"
1975
2142
  },
1976
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf6": {
1977
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf6"
2143
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityImage": {
2144
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityImage"
1978
2145
  },
1979
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
1980
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1"
2146
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
2147
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo"
1981
2148
  }
1982
2149
  }
1983
2150
  },
1984
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf": {
2151
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock": {
1985
2152
  "type": "object",
1986
2153
  "properties": {
1987
2154
  "sanityType": {
@@ -2028,7 +2195,7 @@
2028
2195
  "children": {
2029
2196
  "type": "array",
2030
2197
  "items": {
2031
- "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
2198
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerChildrenInner"
2032
2199
  }
2033
2200
  },
2034
2201
  "levelOption": {
@@ -2045,97 +2212,12 @@
2045
2212
  "markDefs": {
2046
2213
  "type": "array",
2047
2214
  "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"
2215
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerMarkDefsInner"
2087
2216
  }
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"
2110
- },
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
2217
  }
2136
2218
  }
2137
2219
  },
2138
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4": {
2220
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
2139
2221
  "type": "object",
2140
2222
  "properties": {
2141
2223
  "sanityType": {
@@ -2149,45 +2231,15 @@
2149
2231
  "sanityKey": {
2150
2232
  "type": "string"
2151
2233
  },
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"
2234
+ "assetOption": {
2235
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2184
2236
  },
2185
2237
  "asset": {
2186
2238
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2187
2239
  }
2188
2240
  }
2189
2241
  },
2190
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
2242
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
2191
2243
  "type": "object",
2192
2244
  "properties": {
2193
2245
  "sanityType": {
@@ -2201,34 +2253,15 @@
2201
2253
  "sanityKey": {
2202
2254
  "type": "string"
2203
2255
  },
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"
2256
+ "assetOption": {
2257
+ "$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
2225
2258
  },
2226
- "playbackId": {
2227
- "type": "string"
2259
+ "asset": {
2260
+ "$ref": "#/components/schemas/sanityVideoMemoryAsset"
2228
2261
  }
2229
2262
  }
2230
2263
  },
2231
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf5": {
2264
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityImage": {
2232
2265
  "type": "object",
2233
2266
  "properties": {
2234
2267
  "sanityType": {
@@ -2242,24 +2275,8 @@
2242
2275
  "sanityKey": {
2243
2276
  "type": "string"
2244
2277
  },
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"
2278
+ "assetOption": {
2279
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2263
2280
  },
2264
2281
  "asset": {
2265
2282
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
@@ -2295,6 +2312,9 @@
2295
2312
  "format": "int32",
2296
2313
  "default": 1
2297
2314
  },
2315
+ "assetOption": {
2316
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2317
+ },
2298
2318
  "asset": {
2299
2319
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2300
2320
  }
@@ -2320,12 +2340,15 @@
2320
2340
  "url": {
2321
2341
  "type": "string"
2322
2342
  },
2343
+ "originalFilenameOption": {
2344
+ "$ref": "#/components/schemas/option_string"
2345
+ },
2323
2346
  "originalFilename": {
2324
2347
  "type": "string"
2325
2348
  }
2326
2349
  }
2327
2350
  },
2328
- "slug": {
2351
+ "sanityVideoMemoryAsset": {
2329
2352
  "type": "object",
2330
2353
  "properties": {
2331
2354
  "sanityType": {
@@ -2336,13 +2359,19 @@
2336
2359
  "format": "int32",
2337
2360
  "default": 1
2338
2361
  },
2339
- "current": {
2362
+ "sanityId": {
2340
2363
  "type": "string"
2341
2364
  },
2342
- "sourceOption": {
2365
+ "filenameOption": {
2343
2366
  "$ref": "#/components/schemas/option_string"
2344
2367
  },
2345
- "source": {
2368
+ "filename": {
2369
+ "type": "string"
2370
+ },
2371
+ "playbackIdOption": {
2372
+ "$ref": "#/components/schemas/option_string"
2373
+ },
2374
+ "playbackId": {
2346
2375
  "type": "string"
2347
2376
  }
2348
2377
  }