@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
- "componentBlocksInnerBlock": {
644
- "$ref": "#/components/schemas/componentBlocksInnerBlock"
645
- },
646
- "componentBlocksInnerOneOf1": {
647
- "$ref": "#/components/schemas/componentBlocksInnerOneOf1"
648
- },
649
- "componentGalleryMediaInnerImage": {
650
- "$ref": "#/components/schemas/componentGalleryMediaInnerImage"
651
- },
652
- "componentGalleryMediaInnerOneOf1": {
653
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
654
- },
655
- "componentBlocksInnerOneOf4": {
656
- "$ref": "#/components/schemas/componentBlocksInnerOneOf4"
657
- },
658
- "componentBlocksInnerOneOf5": {
659
- "$ref": "#/components/schemas/componentBlocksInnerOneOf5"
660
- },
661
- "componentBlocksInnerOneOf6": {
662
- "$ref": "#/components/schemas/componentBlocksInnerOneOf6"
663
- },
664
- "componentBlocksInnerOneOf7": {
665
- "$ref": "#/components/schemas/componentBlocksInnerOneOf7"
666
- }
667
- }
668
- },
669
- "componentBlocksInnerBlock": {
827
+ "sanityBlock": {
670
828
  "type": "object",
671
829
  "properties": {
672
830
  "sanityType": {
@@ -735,7 +893,36 @@
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,7 +966,7 @@
779
966
  }
780
967
  }
781
968
  },
782
- "componentBlocksInnerOneOf4": {
969
+ "sanityComponentBlocksInnerSanityComponentGallery": {
783
970
  "type": "object",
784
971
  "properties": {
785
972
  "sanityType": {
@@ -793,12 +980,18 @@
793
980
  "sanityKey": {
794
981
  "type": "string"
795
982
  },
796
- "url": {
797
- "type": "string"
983
+ "mediaOption": {
984
+ "$ref": "#/components/schemas/option_list`1"
985
+ },
986
+ "media": {
987
+ "type": "array",
988
+ "items": {
989
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInner"
990
+ }
798
991
  }
799
992
  }
800
993
  },
801
- "componentBlocksInnerOneOf5": {
994
+ "sanityComponentBlocksInnerSanityComponentLink": {
802
995
  "type": "object",
803
996
  "properties": {
804
997
  "sanityType": {
@@ -809,15 +1002,18 @@
809
1002
  "format": "int32",
810
1003
  "default": 1
811
1004
  },
1005
+ "link": {
1006
+ "type": "string"
1007
+ },
812
1008
  "sanityKey": {
813
1009
  "type": "string"
814
1010
  },
815
- "url": {
1011
+ "text": {
816
1012
  "type": "string"
817
1013
  }
818
1014
  }
819
1015
  },
820
- "componentBlocksInnerOneOf6": {
1016
+ "sanityComponentBlocksInnerSanityComponentYoutube": {
821
1017
  "type": "object",
822
1018
  "properties": {
823
1019
  "sanityType": {
@@ -831,18 +1027,12 @@
831
1027
  "sanityKey": {
832
1028
  "type": "string"
833
1029
  },
834
- "mediaOption": {
835
- "$ref": "#/components/schemas/option_list`1"
836
- },
837
- "media": {
838
- "type": "array",
839
- "items": {
840
- "$ref": "#/components/schemas/componentGalleryMediaInner"
841
- }
1030
+ "url": {
1031
+ "type": "string"
842
1032
  }
843
1033
  }
844
1034
  },
845
- "componentBlocksInnerOneOf7": {
1035
+ "sanityComponentBlocksInnerSanityIframe": {
846
1036
  "type": "object",
847
1037
  "properties": {
848
1038
  "sanityType": {
@@ -853,29 +1043,26 @@
853
1043
  "format": "int32",
854
1044
  "default": 1
855
1045
  },
856
- "link": {
857
- "type": "string"
858
- },
859
1046
  "sanityKey": {
860
1047
  "type": "string"
861
1048
  },
862
- "text": {
1049
+ "url": {
863
1050
  "type": "string"
864
1051
  }
865
1052
  }
866
1053
  },
867
- "componentGalleryMediaInner": {
1054
+ "sanityComponentGalleryMediaInner": {
868
1055
  "type": "object",
869
1056
  "properties": {
870
- "componentGalleryMediaInnerImage": {
871
- "$ref": "#/components/schemas/componentGalleryMediaInnerImage"
1057
+ "sanityComponentGalleryMediaInnerSanityImage": {
1058
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityImage"
872
1059
  },
873
- "componentGalleryMediaInnerOneOf1": {
874
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
1060
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
1061
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityMuxVideo"
875
1062
  }
876
1063
  }
877
1064
  },
878
- "componentGalleryMediaInnerImage": {
1065
+ "sanityComponentGalleryMediaInnerSanityImage": {
879
1066
  "type": "object",
880
1067
  "properties": {
881
1068
  "sanityType": {
@@ -915,7 +1102,7 @@
915
1102
  }
916
1103
  }
917
1104
  },
918
- "componentGalleryMediaInnerOneOf1": {
1105
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
919
1106
  "type": "object",
920
1107
  "properties": {
921
1108
  "sanityType": {
@@ -930,14 +1117,14 @@
930
1117
  "type": "string"
931
1118
  },
932
1119
  "assetOption": {
933
- "$ref": "#/components/schemas/option_muxVideoAssetReference"
1120
+ "$ref": "#/components/schemas/option_sanityMuxVideoAssetReference"
934
1121
  },
935
1122
  "asset": {
936
- "$ref": "#/components/schemas/muxVideoAssetReference"
1123
+ "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
937
1124
  }
938
1125
  }
939
1126
  },
940
- "componentMedia": {
1127
+ "sanityComponentMedia": {
941
1128
  "type": "object",
942
1129
  "properties": {
943
1130
  "sanityType": {
@@ -958,20 +1145,20 @@
958
1145
  "default": 1
959
1146
  },
960
1147
  "imageOption": {
961
- "$ref": "#/components/schemas/option_componentMediaImage"
1148
+ "$ref": "#/components/schemas/option_sanityComponentMediaImage"
962
1149
  },
963
1150
  "image": {
964
- "$ref": "#/components/schemas/componentMediaImage"
1151
+ "$ref": "#/components/schemas/sanityComponentMediaImage"
965
1152
  },
966
1153
  "videoOption": {
967
- "$ref": "#/components/schemas/option_muxVideo"
1154
+ "$ref": "#/components/schemas/option_sanityMuxVideo"
968
1155
  },
969
1156
  "video": {
970
- "$ref": "#/components/schemas/muxVideo"
1157
+ "$ref": "#/components/schemas/sanityMuxVideo"
971
1158
  }
972
1159
  }
973
1160
  },
974
- "componentMediaImage": {
1161
+ "sanityComponentMediaImage": {
975
1162
  "type": "object",
976
1163
  "properties": {
977
1164
  "sanityType": {
@@ -1008,30 +1195,7 @@
1008
1195
  }
1009
1196
  }
1010
1197
  },
1011
- "customerReference": {
1012
- "type": "object",
1013
- "properties": {
1014
- "sanityType": {
1015
- "enum": [
1016
- 1
1017
- ],
1018
- "type": "integer",
1019
- "format": "int32",
1020
- "default": 1
1021
- },
1022
- "sanityRef": {
1023
- "type": "string"
1024
- },
1025
- "sanityWeakOption": {
1026
- "$ref": "#/components/schemas/option_nullable`1"
1027
- },
1028
- "sanityWeak": {
1029
- "type": "boolean",
1030
- "nullable": true
1031
- }
1032
- }
1033
- },
1034
- "getArticlesBySlugOrIdResult": {
1198
+ "sanityCreateArticle": {
1035
1199
  "type": "object",
1036
1200
  "properties": {
1037
1201
  "sanityType": {
@@ -1051,44 +1215,41 @@
1051
1215
  "publishedAt": {
1052
1216
  "type": "string"
1053
1217
  },
1054
- "sanityCreatedAt": {
1055
- "type": "string"
1056
- },
1057
- "sanityId": {
1058
- "type": "string"
1059
- },
1060
- "sanityRev": {
1061
- "type": "string"
1062
- },
1063
- "sanityUpdatedAt": {
1064
- "type": "string"
1065
- },
1066
1218
  "slug": {
1067
- "$ref": "#/components/schemas/slug"
1219
+ "$ref": "#/components/schemas/sanitySlug"
1068
1220
  },
1069
1221
  "title": {
1070
1222
  "type": "string"
1071
1223
  },
1224
+ "articleSeriesOption": {
1225
+ "$ref": "#/components/schemas/option_sanityArticleSeriesReference"
1226
+ },
1072
1227
  "articleSeries": {
1073
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResultArticleSeries"
1228
+ "$ref": "#/components/schemas/sanityArticleSeriesReference"
1229
+ },
1230
+ "authorsOption": {
1231
+ "$ref": "#/components/schemas/option_list`1"
1074
1232
  },
1075
1233
  "authors": {
1076
1234
  "type": "array",
1077
1235
  "items": {
1078
- "$ref": "#/components/schemas/sanityOrderEmployee"
1236
+ "$ref": "#/components/schemas/sanityPageEmployeeOrderInner"
1079
1237
  }
1080
1238
  },
1239
+ "contentOption": {
1240
+ "$ref": "#/components/schemas/option_list`1"
1241
+ },
1081
1242
  "content": {
1082
1243
  "type": "array",
1083
1244
  "items": {
1084
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInner"
1245
+ "$ref": "#/components/schemas/sanityComponentBlocksInner"
1085
1246
  }
1086
1247
  },
1087
1248
  "customerOption": {
1088
- "$ref": "#/components/schemas/option_customerReference"
1249
+ "$ref": "#/components/schemas/option_sanityCustomerReference"
1089
1250
  },
1090
1251
  "customer": {
1091
- "$ref": "#/components/schemas/customerReference"
1252
+ "$ref": "#/components/schemas/sanityCustomerReference"
1092
1253
  },
1093
1254
  "liveOption": {
1094
1255
  "$ref": "#/components/schemas/option_string"
@@ -1096,11 +1257,11 @@
1096
1257
  "live": {
1097
1258
  "type": "string"
1098
1259
  },
1099
- "media": {
1100
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMedia"
1260
+ "mediaOption": {
1261
+ "$ref": "#/components/schemas/option_sanityComponentMedia"
1101
1262
  },
1102
- "nextArticle": {
1103
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResultNextArticle"
1263
+ "media": {
1264
+ "$ref": "#/components/schemas/sanityComponentMedia"
1104
1265
  },
1105
1266
  "previewOption": {
1106
1267
  "$ref": "#/components/schemas/option_string"
@@ -1108,9 +1269,6 @@
1108
1269
  "preview": {
1109
1270
  "type": "string"
1110
1271
  },
1111
- "previousArticle": {
1112
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResultNextArticle"
1113
- },
1114
1272
  "subscribersNotifiedOption": {
1115
1273
  "$ref": "#/components/schemas/option_nullable`1"
1116
1274
  },
@@ -1118,134 +1276,15 @@
1118
1276
  "type": "boolean",
1119
1277
  "nullable": true
1120
1278
  },
1121
- "technologies": {
1122
- "type": "array",
1123
- "items": {
1124
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResultTechnologiesInner"
1125
- }
1126
- }
1127
- }
1128
- },
1129
- "getArticlesBySlugOrIdResultArticleSeries": {
1130
- "type": "object",
1131
- "properties": {
1132
- "sanityType": {
1133
- "enum": [
1134
- 1
1135
- ],
1136
- "type": "integer",
1137
- "format": "int32",
1138
- "default": 1
1139
- },
1140
- "sanityCreatedAt": {
1141
- "type": "string"
1142
- },
1143
- "sanityId": {
1144
- "type": "string"
1145
- },
1146
- "sanityRev": {
1147
- "type": "string"
1148
- },
1149
- "sanityUpdatedAt": {
1150
- "type": "string"
1151
- },
1152
- "slug": {
1153
- "$ref": "#/components/schemas/slug"
1154
- },
1155
- "title": {
1156
- "type": "string"
1157
- }
1158
- }
1159
- },
1160
- "getArticlesBySlugOrIdResultNextArticle": {
1161
- "type": "object",
1162
- "properties": {
1163
- "sanityType": {
1164
- "enum": [
1165
- 1
1166
- ],
1167
- "type": "integer",
1168
- "format": "int32",
1169
- "default": 1
1170
- },
1171
- "sanityId": {
1172
- "type": "string"
1173
- },
1174
- "slug": {
1175
- "$ref": "#/components/schemas/slug"
1176
- },
1177
- "title": {
1178
- "type": "string"
1179
- },
1180
- "content": {
1181
- "type": "array",
1182
- "items": {
1183
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerContentInner"
1184
- }
1185
- },
1186
- "media": {
1187
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMedia"
1188
- }
1189
- }
1190
- },
1191
- "getArticlesBySlugOrIdResultTechnologiesInner": {
1192
- "type": "object",
1193
- "properties": {
1194
- "sanityType": {
1195
- "enum": [
1196
- 1
1197
- ],
1198
- "type": "integer",
1199
- "format": "int32",
1200
- "default": 1
1279
+ "technologiesOption": {
1280
+ "$ref": "#/components/schemas/option_list`1"
1201
1281
  },
1202
- "description": {
1282
+ "technologies": {
1203
1283
  "type": "array",
1204
1284
  "items": {
1205
- "$ref": "#/components/schemas/componentBlocksInner"
1285
+ "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
1206
1286
  }
1207
1287
  },
1208
- "parent": {
1209
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1210
- },
1211
- "sanityCreatedAt": {
1212
- "type": "string"
1213
- },
1214
- "sanityId": {
1215
- "type": "string"
1216
- },
1217
- "sanityRev": {
1218
- "type": "string"
1219
- },
1220
- "sanityUpdatedAt": {
1221
- "type": "string"
1222
- },
1223
- "slug": {
1224
- "$ref": "#/components/schemas/slug"
1225
- },
1226
- "title": {
1227
- "type": "string"
1228
- }
1229
- }
1230
- },
1231
- "getArticleWithDraftResult": {
1232
- "type": "object",
1233
- "properties": {
1234
- "hasDraft": {
1235
- "type": "boolean"
1236
- },
1237
- "hasPublished": {
1238
- "type": "boolean"
1239
- },
1240
- "draft": {
1241
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
1242
- },
1243
- "published": {
1244
- "$ref": "#/components/schemas/getArticlesBySlugOrIdResult"
1245
- },
1246
- "publishedId": {
1247
- "type": "string"
1248
- },
1249
1288
  "additionalProperties": {
1250
1289
  "type": "object",
1251
1290
  "additionalProperties": {
@@ -1254,30 +1293,7 @@
1254
1293
  }
1255
1294
  }
1256
1295
  },
1257
- "jsonElement": {
1258
- "type": "object",
1259
- "properties": {
1260
- "valueKind": {
1261
- "enum": [
1262
- 0,
1263
- 1,
1264
- 2,
1265
- 3,
1266
- 4,
1267
- 5,
1268
- 6,
1269
- 7
1270
- ],
1271
- "type": "integer",
1272
- "format": "int32",
1273
- "default": 0
1274
- },
1275
- "item": {
1276
- "$ref": "#/components/schemas/jsonElement"
1277
- }
1278
- }
1279
- },
1280
- "muxVideo": {
1296
+ "sanityCreateEmployeeTechnologiesInner": {
1281
1297
  "type": "object",
1282
1298
  "properties": {
1283
1299
  "sanityType": {
@@ -1288,15 +1304,22 @@
1288
1304
  "format": "int32",
1289
1305
  "default": 1
1290
1306
  },
1291
- "assetOption": {
1292
- "$ref": "#/components/schemas/option_muxVideoAssetReference"
1307
+ "sanityKey": {
1308
+ "type": "string"
1293
1309
  },
1294
- "asset": {
1295
- "$ref": "#/components/schemas/muxVideoAssetReference"
1310
+ "sanityRef": {
1311
+ "type": "string"
1312
+ },
1313
+ "sanityWeakOption": {
1314
+ "$ref": "#/components/schemas/option_nullable`1"
1315
+ },
1316
+ "sanityWeak": {
1317
+ "type": "boolean",
1318
+ "nullable": true
1296
1319
  }
1297
1320
  }
1298
1321
  },
1299
- "muxVideoAssetReference": {
1322
+ "sanityCustomerReference": {
1300
1323
  "type": "object",
1301
1324
  "properties": {
1302
1325
  "sanityType": {
@@ -1319,123 +1342,18 @@
1319
1342
  }
1320
1343
  }
1321
1344
  },
1322
- "option_articleSeriesReference": {
1323
- "type": "object",
1324
- "properties": {
1325
- "value": {
1326
- "$ref": "#/components/schemas/articleSeriesReference"
1327
- }
1328
- }
1329
- },
1330
- "option_componentMedia": {
1331
- "type": "object",
1332
- "properties": {
1333
- "value": {
1334
- "$ref": "#/components/schemas/componentMedia"
1335
- }
1336
- }
1337
- },
1338
- "option_componentMediaImage": {
1339
- "type": "object",
1340
- "properties": {
1341
- "value": {
1342
- "$ref": "#/components/schemas/componentMediaImage"
1343
- }
1344
- }
1345
- },
1346
- "option_customerReference": {
1347
- "type": "object",
1348
- "properties": {
1349
- "value": {
1350
- "$ref": "#/components/schemas/customerReference"
1351
- }
1352
- }
1353
- },
1354
- "option_list`1": {
1355
- "type": "object",
1356
- "properties": {
1357
- "value": {
1358
- "type": "array",
1359
- "items": {
1360
- "type": "string"
1361
- }
1362
- }
1363
- }
1364
- },
1365
- "option_muxVideo": {
1366
- "type": "object",
1367
- "properties": {
1368
- "value": {
1369
- "$ref": "#/components/schemas/muxVideo"
1370
- }
1371
- }
1372
- },
1373
- "option_muxVideoAssetReference": {
1374
- "type": "object",
1375
- "properties": {
1376
- "value": {
1377
- "$ref": "#/components/schemas/muxVideoAssetReference"
1378
- }
1379
- }
1380
- },
1381
- "option_nullable`1": {
1382
- "type": "object",
1383
- "properties": {
1384
- "value": {
1385
- "type": "boolean",
1386
- "nullable": true
1387
- }
1388
- }
1389
- },
1390
- "option_object": {
1391
- "type": "object",
1392
- "properties": {
1393
- "value": {
1394
- "type": "object"
1395
- }
1396
- }
1397
- },
1398
- "option_sanityImageAssetReference": {
1399
- "type": "object",
1400
- "properties": {
1401
- "value": {
1402
- "$ref": "#/components/schemas/sanityImageAssetReference"
1403
- }
1404
- }
1405
- },
1406
- "option_sanityImageCrop": {
1407
- "type": "object",
1408
- "properties": {
1409
- "value": {
1410
- "$ref": "#/components/schemas/sanityImageCrop"
1411
- }
1412
- }
1413
- },
1414
- "option_sanityImageHotspot": {
1415
- "type": "object",
1416
- "properties": {
1417
- "value": {
1418
- "$ref": "#/components/schemas/sanityImageHotspot"
1419
- }
1420
- }
1421
- },
1422
- "option_slug": {
1423
- "type": "object",
1424
- "properties": {
1425
- "value": {
1426
- "$ref": "#/components/schemas/slug"
1427
- }
1428
- }
1429
- },
1430
- "option_string": {
1345
+ "sanityEmployeeMediaInner": {
1431
1346
  "type": "object",
1432
1347
  "properties": {
1433
- "value": {
1434
- "type": "string"
1348
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
1349
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage"
1350
+ },
1351
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
1352
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo"
1435
1353
  }
1436
1354
  }
1437
1355
  },
1438
- "pageEmployeeOrderInner": {
1356
+ "sanityGallery": {
1439
1357
  "type": "object",
1440
1358
  "properties": {
1441
1359
  "sanityType": {
@@ -1449,19 +1367,18 @@
1449
1367
  "sanityKey": {
1450
1368
  "type": "string"
1451
1369
  },
1452
- "sanityRef": {
1453
- "type": "string"
1454
- },
1455
- "sanityWeakOption": {
1456
- "$ref": "#/components/schemas/option_nullable`1"
1370
+ "mediaOption": {
1371
+ "$ref": "#/components/schemas/option_list`1"
1457
1372
  },
1458
- "sanityWeak": {
1459
- "type": "boolean",
1460
- "nullable": true
1373
+ "media": {
1374
+ "type": "array",
1375
+ "items": {
1376
+ "$ref": "#/components/schemas/sanityEmployeeMediaInner"
1377
+ }
1461
1378
  }
1462
1379
  }
1463
1380
  },
1464
- "sanityCreateArticle": {
1381
+ "sanityGetArticlesBySlugOrIdResult": {
1465
1382
  "type": "object",
1466
1383
  "properties": {
1467
1384
  "sanityType": {
@@ -1481,17 +1398,29 @@
1481
1398
  "publishedAt": {
1482
1399
  "type": "string"
1483
1400
  },
1401
+ "sanityCreatedAt": {
1402
+ "type": "string"
1403
+ },
1404
+ "sanityId": {
1405
+ "type": "string"
1406
+ },
1407
+ "sanityRev": {
1408
+ "type": "string"
1409
+ },
1410
+ "sanityUpdatedAt": {
1411
+ "type": "string"
1412
+ },
1484
1413
  "slug": {
1485
- "$ref": "#/components/schemas/slug"
1414
+ "$ref": "#/components/schemas/sanitySlug"
1486
1415
  },
1487
1416
  "title": {
1488
1417
  "type": "string"
1489
1418
  },
1490
1419
  "articleSeriesOption": {
1491
- "$ref": "#/components/schemas/option_articleSeriesReference"
1420
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResultArticleSeries"
1492
1421
  },
1493
1422
  "articleSeries": {
1494
- "$ref": "#/components/schemas/articleSeriesReference"
1423
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultArticleSeries"
1495
1424
  },
1496
1425
  "authorsOption": {
1497
1426
  "$ref": "#/components/schemas/option_list`1"
@@ -1499,7 +1428,7 @@
1499
1428
  "authors": {
1500
1429
  "type": "array",
1501
1430
  "items": {
1502
- "$ref": "#/components/schemas/pageEmployeeOrderInner"
1431
+ "$ref": "#/components/schemas/sanityOrderEmployee"
1503
1432
  }
1504
1433
  },
1505
1434
  "contentOption": {
@@ -1508,14 +1437,14 @@
1508
1437
  "content": {
1509
1438
  "type": "array",
1510
1439
  "items": {
1511
- "$ref": "#/components/schemas/componentBlocksInner"
1440
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInner"
1512
1441
  }
1513
1442
  },
1514
1443
  "customerOption": {
1515
- "$ref": "#/components/schemas/option_customerReference"
1444
+ "$ref": "#/components/schemas/option_sanityCustomerReference"
1516
1445
  },
1517
1446
  "customer": {
1518
- "$ref": "#/components/schemas/customerReference"
1447
+ "$ref": "#/components/schemas/sanityCustomerReference"
1519
1448
  },
1520
1449
  "liveOption": {
1521
1450
  "$ref": "#/components/schemas/option_string"
@@ -1524,10 +1453,16 @@
1524
1453
  "type": "string"
1525
1454
  },
1526
1455
  "mediaOption": {
1527
- "$ref": "#/components/schemas/option_componentMedia"
1456
+ "$ref": "#/components/schemas/option_sanityTechnologyWithRelationsProjectsInnerMedia"
1528
1457
  },
1529
1458
  "media": {
1530
- "$ref": "#/components/schemas/componentMedia"
1459
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMedia"
1460
+ },
1461
+ "nextArticleOption": {
1462
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResultNextArticle"
1463
+ },
1464
+ "nextArticle": {
1465
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultNextArticle"
1531
1466
  },
1532
1467
  "previewOption": {
1533
1468
  "$ref": "#/components/schemas/option_string"
@@ -1535,6 +1470,12 @@
1535
1470
  "preview": {
1536
1471
  "type": "string"
1537
1472
  },
1473
+ "previousArticleOption": {
1474
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResultNextArticle"
1475
+ },
1476
+ "previousArticle": {
1477
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultNextArticle"
1478
+ },
1538
1479
  "subscribersNotifiedOption": {
1539
1480
  "$ref": "#/components/schemas/option_nullable`1"
1540
1481
  },
@@ -1548,18 +1489,80 @@
1548
1489
  "technologies": {
1549
1490
  "type": "array",
1550
1491
  "items": {
1551
- "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
1492
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResultTechnologiesInner"
1552
1493
  }
1494
+ }
1495
+ }
1496
+ },
1497
+ "sanityGetArticlesBySlugOrIdResultArticleSeries": {
1498
+ "type": "object",
1499
+ "properties": {
1500
+ "sanityType": {
1501
+ "enum": [
1502
+ 1
1503
+ ],
1504
+ "type": "integer",
1505
+ "format": "int32",
1506
+ "default": 1
1553
1507
  },
1554
- "additionalProperties": {
1555
- "type": "object",
1556
- "additionalProperties": {
1557
- "$ref": "#/components/schemas/jsonElement"
1508
+ "sanityCreatedAt": {
1509
+ "type": "string"
1510
+ },
1511
+ "sanityId": {
1512
+ "type": "string"
1513
+ },
1514
+ "sanityRev": {
1515
+ "type": "string"
1516
+ },
1517
+ "sanityUpdatedAt": {
1518
+ "type": "string"
1519
+ },
1520
+ "slug": {
1521
+ "$ref": "#/components/schemas/sanitySlug"
1522
+ },
1523
+ "title": {
1524
+ "type": "string"
1525
+ }
1526
+ }
1527
+ },
1528
+ "sanityGetArticlesBySlugOrIdResultNextArticle": {
1529
+ "type": "object",
1530
+ "properties": {
1531
+ "sanityType": {
1532
+ "enum": [
1533
+ 1
1534
+ ],
1535
+ "type": "integer",
1536
+ "format": "int32",
1537
+ "default": 1
1538
+ },
1539
+ "sanityId": {
1540
+ "type": "string"
1541
+ },
1542
+ "slug": {
1543
+ "$ref": "#/components/schemas/sanitySlug"
1544
+ },
1545
+ "title": {
1546
+ "type": "string"
1547
+ },
1548
+ "contentOption": {
1549
+ "$ref": "#/components/schemas/option_list`1"
1550
+ },
1551
+ "content": {
1552
+ "type": "array",
1553
+ "items": {
1554
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerContentInner"
1558
1555
  }
1556
+ },
1557
+ "mediaOption": {
1558
+ "$ref": "#/components/schemas/option_sanityTechnologyWithRelationsProjectsInnerMedia"
1559
+ },
1560
+ "media": {
1561
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMedia"
1559
1562
  }
1560
1563
  }
1561
1564
  },
1562
- "sanityCreateEmployeeTechnologiesInner": {
1565
+ "sanityGetArticlesBySlugOrIdResultTechnologiesInner": {
1563
1566
  "type": "object",
1564
1567
  "properties": {
1565
1568
  "sanityType": {
@@ -1570,29 +1573,67 @@
1570
1573
  "format": "int32",
1571
1574
  "default": 1
1572
1575
  },
1573
- "sanityKey": {
1576
+ "description": {
1577
+ "type": "array",
1578
+ "items": {
1579
+ "$ref": "#/components/schemas/sanityComponentBlocksInner"
1580
+ }
1581
+ },
1582
+ "parent": {
1583
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1584
+ },
1585
+ "sanityCreatedAt": {
1574
1586
  "type": "string"
1575
1587
  },
1576
- "sanityRef": {
1588
+ "sanityId": {
1577
1589
  "type": "string"
1578
1590
  },
1579
- "sanityWeakOption": {
1580
- "$ref": "#/components/schemas/option_nullable`1"
1591
+ "sanityRev": {
1592
+ "type": "string"
1581
1593
  },
1582
- "sanityWeak": {
1583
- "type": "boolean",
1584
- "nullable": true
1594
+ "sanityUpdatedAt": {
1595
+ "type": "string"
1596
+ },
1597
+ "slug": {
1598
+ "$ref": "#/components/schemas/sanitySlug"
1599
+ },
1600
+ "title": {
1601
+ "type": "string"
1585
1602
  }
1586
1603
  }
1587
1604
  },
1588
- "sanityEmployeeMediaInner": {
1605
+ "sanityGetArticleWithDraftResult": {
1589
1606
  "type": "object",
1590
1607
  "properties": {
1591
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage": {
1592
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage"
1608
+ "hasDraft": {
1609
+ "type": "boolean"
1610
+ },
1611
+ "hasPublished": {
1612
+ "type": "boolean"
1613
+ },
1614
+ "draftOption": {
1615
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResult"
1593
1616
  },
1594
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo": {
1595
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo"
1617
+ "draft": {
1618
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
1619
+ },
1620
+ "publishedOption": {
1621
+ "$ref": "#/components/schemas/option_sanityGetArticlesBySlugOrIdResult"
1622
+ },
1623
+ "published": {
1624
+ "$ref": "#/components/schemas/sanityGetArticlesBySlugOrIdResult"
1625
+ },
1626
+ "publishedIdOption": {
1627
+ "$ref": "#/components/schemas/option_string"
1628
+ },
1629
+ "publishedId": {
1630
+ "type": "string"
1631
+ },
1632
+ "additionalProperties": {
1633
+ "type": "object",
1634
+ "additionalProperties": {
1635
+ "$ref": "#/components/schemas/jsonElement"
1636
+ }
1596
1637
  }
1597
1638
  }
1598
1639
  },
@@ -1677,6 +1718,48 @@
1677
1718
  }
1678
1719
  }
1679
1720
  },
1721
+ "sanityMuxVideo": {
1722
+ "type": "object",
1723
+ "properties": {
1724
+ "sanityType": {
1725
+ "enum": [
1726
+ 1
1727
+ ],
1728
+ "type": "integer",
1729
+ "format": "int32",
1730
+ "default": 1
1731
+ },
1732
+ "assetOption": {
1733
+ "$ref": "#/components/schemas/option_sanityMuxVideoAssetReference"
1734
+ },
1735
+ "asset": {
1736
+ "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
1737
+ }
1738
+ }
1739
+ },
1740
+ "sanityMuxVideoAssetReference": {
1741
+ "type": "object",
1742
+ "properties": {
1743
+ "sanityType": {
1744
+ "enum": [
1745
+ 1
1746
+ ],
1747
+ "type": "integer",
1748
+ "format": "int32",
1749
+ "default": 1
1750
+ },
1751
+ "sanityRef": {
1752
+ "type": "string"
1753
+ },
1754
+ "sanityWeakOption": {
1755
+ "$ref": "#/components/schemas/option_nullable`1"
1756
+ },
1757
+ "sanityWeak": {
1758
+ "type": "boolean",
1759
+ "nullable": true
1760
+ }
1761
+ }
1762
+ },
1680
1763
  "sanityOrderEmployee": {
1681
1764
  "type": "object",
1682
1765
  "properties": {
@@ -1701,11 +1784,14 @@
1701
1784
  "type": "string"
1702
1785
  },
1703
1786
  "slug": {
1704
- "$ref": "#/components/schemas/slug"
1787
+ "$ref": "#/components/schemas/sanitySlug"
1705
1788
  },
1706
1789
  "telephone": {
1707
1790
  "type": "string"
1708
1791
  },
1792
+ "tagsOption": {
1793
+ "$ref": "#/components/schemas/option_list`1"
1794
+ },
1709
1795
  "tags": {
1710
1796
  "type": "array",
1711
1797
  "items": {
@@ -1714,6 +1800,32 @@
1714
1800
  }
1715
1801
  }
1716
1802
  },
1803
+ "sanityPageEmployeeOrderInner": {
1804
+ "type": "object",
1805
+ "properties": {
1806
+ "sanityType": {
1807
+ "enum": [
1808
+ 1
1809
+ ],
1810
+ "type": "integer",
1811
+ "format": "int32",
1812
+ "default": 1
1813
+ },
1814
+ "sanityKey": {
1815
+ "type": "string"
1816
+ },
1817
+ "sanityRef": {
1818
+ "type": "string"
1819
+ },
1820
+ "sanityWeakOption": {
1821
+ "$ref": "#/components/schemas/option_nullable`1"
1822
+ },
1823
+ "sanityWeak": {
1824
+ "type": "boolean",
1825
+ "nullable": true
1826
+ }
1827
+ }
1828
+ },
1717
1829
  "sanityPatchArticle": {
1718
1830
  "type": "object",
1719
1831
  "properties": {
@@ -1737,10 +1849,10 @@
1737
1849
  "nullable": true
1738
1850
  },
1739
1851
  "articleSeriesOption": {
1740
- "$ref": "#/components/schemas/option_articleSeriesReference"
1852
+ "$ref": "#/components/schemas/option_sanityArticleSeriesReference"
1741
1853
  },
1742
1854
  "articleSeries": {
1743
- "$ref": "#/components/schemas/articleSeriesReference"
1855
+ "$ref": "#/components/schemas/sanityArticleSeriesReference"
1744
1856
  },
1745
1857
  "authorsOption": {
1746
1858
  "$ref": "#/components/schemas/option_list`1"
@@ -1748,7 +1860,7 @@
1748
1860
  "authors": {
1749
1861
  "type": "array",
1750
1862
  "items": {
1751
- "$ref": "#/components/schemas/pageEmployeeOrderInner"
1863
+ "$ref": "#/components/schemas/sanityPageEmployeeOrderInner"
1752
1864
  }
1753
1865
  },
1754
1866
  "contentOption": {
@@ -1757,14 +1869,14 @@
1757
1869
  "content": {
1758
1870
  "type": "array",
1759
1871
  "items": {
1760
- "$ref": "#/components/schemas/componentBlocksInner"
1872
+ "$ref": "#/components/schemas/sanityComponentBlocksInner"
1761
1873
  }
1762
1874
  },
1763
1875
  "customerOption": {
1764
- "$ref": "#/components/schemas/option_customerReference"
1876
+ "$ref": "#/components/schemas/option_sanityCustomerReference"
1765
1877
  },
1766
1878
  "customer": {
1767
- "$ref": "#/components/schemas/customerReference"
1879
+ "$ref": "#/components/schemas/sanityCustomerReference"
1768
1880
  },
1769
1881
  "liveOption": {
1770
1882
  "$ref": "#/components/schemas/option_string"
@@ -1773,10 +1885,10 @@
1773
1885
  "type": "string"
1774
1886
  },
1775
1887
  "mediaOption": {
1776
- "$ref": "#/components/schemas/option_componentMedia"
1888
+ "$ref": "#/components/schemas/option_sanityComponentMedia"
1777
1889
  },
1778
1890
  "media": {
1779
- "$ref": "#/components/schemas/componentMedia"
1891
+ "$ref": "#/components/schemas/sanityComponentMedia"
1780
1892
  },
1781
1893
  "metaDescriptionOption": {
1782
1894
  "$ref": "#/components/schemas/option_string"
@@ -1797,10 +1909,10 @@
1797
1909
  "type": "string"
1798
1910
  },
1799
1911
  "slugOption": {
1800
- "$ref": "#/components/schemas/option_slug"
1912
+ "$ref": "#/components/schemas/option_sanitySlug"
1801
1913
  },
1802
1914
  "slug": {
1803
- "$ref": "#/components/schemas/slug"
1915
+ "$ref": "#/components/schemas/sanitySlug"
1804
1916
  },
1805
1917
  "subscribersNotifiedOption": {
1806
1918
  "$ref": "#/components/schemas/option_nullable`1"
@@ -1832,6 +1944,28 @@
1832
1944
  }
1833
1945
  }
1834
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
+ },
1835
1969
  "sanitySystemsInnerDescriptionInnerChildrenInner": {
1836
1970
  "type": "object",
1837
1971
  "properties": {
@@ -1888,44 +2022,44 @@
1888
2022
  "sanityTechnologyWithRelationsArticlesInnerContentInner": {
1889
2023
  "type": "object",
1890
2024
  "properties": {
1891
- "componentBlocksInnerOneOf1": {
1892
- "$ref": "#/components/schemas/componentBlocksInnerOneOf1"
2025
+ "sanityComponentBlocksInnerSanityCode": {
2026
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityCode"
1893
2027
  },
1894
- "componentBlocksInnerOneOf6": {
1895
- "$ref": "#/components/schemas/componentBlocksInnerOneOf6"
2028
+ "sanityComponentBlocksInnerSanityComponentGallery": {
2029
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentGallery"
1896
2030
  },
1897
- "componentBlocksInnerOneOf7": {
1898
- "$ref": "#/components/schemas/componentBlocksInnerOneOf7"
2031
+ "sanityComponentBlocksInnerSanityComponentLink": {
2032
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentLink"
1899
2033
  },
1900
- "componentBlocksInnerOneOf4": {
1901
- "$ref": "#/components/schemas/componentBlocksInnerOneOf4"
2034
+ "sanityComponentBlocksInnerSanityComponentYoutube": {
2035
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentYoutube"
1902
2036
  },
1903
- "componentBlocksInnerOneOf5": {
1904
- "$ref": "#/components/schemas/componentBlocksInnerOneOf5"
2037
+ "sanityComponentBlocksInnerSanityIframe": {
2038
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityIframe"
1905
2039
  },
1906
- "componentGalleryMediaInnerOneOf1": {
1907
- "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
2040
+ "sanityComponentGalleryMediaInnerSanityMuxVideo": {
2041
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityMuxVideo"
1908
2042
  },
1909
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerBlock": {
1910
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerBlock"
2043
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock": {
2044
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock"
1911
2045
  },
1912
- "componentGalleryMediaInnerImage": {
1913
- "$ref": "#/components/schemas/componentGalleryMediaInnerImage"
2046
+ "sanityComponentGalleryMediaInnerSanityImage": {
2047
+ "$ref": "#/components/schemas/sanityComponentGalleryMediaInnerSanityImage"
1914
2048
  }
1915
2049
  }
1916
2050
  },
1917
- "sanityTechnologyWithRelationsArticlesInnerMedia": {
2051
+ "sanityTechnologyWithRelationsProjectsInnerMedia": {
1918
2052
  "type": "object",
1919
2053
  "properties": {
1920
- "sanityTechnologyWithRelationsProjectsInnerMediaImage": {
1921
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaImage"
2054
+ "sanityTechnologyWithRelationsProjectsInnerMediaSanityImage": {
2055
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaSanityImage"
1922
2056
  },
1923
- "sanityTechnologyWithRelationsProjectsInnerMediaVideo": {
1924
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaVideo"
2057
+ "sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo": {
2058
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo"
1925
2059
  }
1926
2060
  }
1927
2061
  },
1928
- "sanityTechnologyWithRelationsProjectsInnerMediaImage": {
2062
+ "sanityTechnologyWithRelationsProjectsInnerMediaSanityImage": {
1929
2063
  "type": "object",
1930
2064
  "properties": {
1931
2065
  "sanityType": {
@@ -1936,12 +2070,15 @@
1936
2070
  "format": "int32",
1937
2071
  "default": 1
1938
2072
  },
2073
+ "assetOption": {
2074
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2075
+ },
1939
2076
  "asset": {
1940
2077
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
1941
2078
  }
1942
2079
  }
1943
2080
  },
1944
- "sanityTechnologyWithRelationsProjectsInnerMediaVideo": {
2081
+ "sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo": {
1945
2082
  "type": "object",
1946
2083
  "properties": {
1947
2084
  "sanityType": {
@@ -1952,6 +2089,9 @@
1952
2089
  "format": "int32",
1953
2090
  "default": 1
1954
2091
  },
2092
+ "assetOption": {
2093
+ "$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
2094
+ },
1955
2095
  "asset": {
1956
2096
  "$ref": "#/components/schemas/sanityVideoMemoryAsset"
1957
2097
  }
@@ -1975,40 +2115,40 @@
1975
2115
  "type": "string"
1976
2116
  },
1977
2117
  "slug": {
1978
- "$ref": "#/components/schemas/slug"
2118
+ "$ref": "#/components/schemas/sanitySlug"
1979
2119
  }
1980
2120
  }
1981
2121
  },
1982
2122
  "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInner": {
1983
2123
  "type": "object",
1984
2124
  "properties": {
1985
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerBlock": {
1986
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerBlock"
2125
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock": {
2126
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock"
1987
2127
  },
1988
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerCode": {
1989
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerCode"
2128
+ "sanityComponentBlocksInnerSanityCode": {
2129
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityCode"
1990
2130
  },
1991
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerComponentLink": {
1992
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerComponentLink"
2131
+ "sanityComponentBlocksInnerSanityComponentLink": {
2132
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentLink"
1993
2133
  },
1994
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerComponentYoutube": {
1995
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerComponentYoutube"
2134
+ "sanityComponentBlocksInnerSanityComponentYoutube": {
2135
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityComponentYoutube"
1996
2136
  },
1997
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGallery": {
1998
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGallery"
2137
+ "sanityGallery": {
2138
+ "$ref": "#/components/schemas/sanityGallery"
1999
2139
  },
2000
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerIframe": {
2001
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerIframe"
2140
+ "sanityComponentBlocksInnerSanityIframe": {
2141
+ "$ref": "#/components/schemas/sanityComponentBlocksInnerSanityIframe"
2002
2142
  },
2003
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerImage": {
2004
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerImage"
2143
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityImage": {
2144
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityImage"
2005
2145
  },
2006
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo": {
2007
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo"
2146
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
2147
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo"
2008
2148
  }
2009
2149
  }
2010
2150
  },
2011
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerBlock": {
2151
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityBlock": {
2012
2152
  "type": "object",
2013
2153
  "properties": {
2014
2154
  "sanityType": {
@@ -2077,92 +2217,7 @@
2077
2217
  }
2078
2218
  }
2079
2219
  },
2080
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerCode": {
2081
- "type": "object",
2082
- "properties": {
2083
- "sanityType": {
2084
- "enum": [
2085
- 1
2086
- ],
2087
- "type": "integer",
2088
- "format": "int32",
2089
- "default": 1
2090
- },
2091
- "sanityKey": {
2092
- "type": "string"
2093
- },
2094
- "codeOption": {
2095
- "$ref": "#/components/schemas/option_string"
2096
- },
2097
- "code": {
2098
- "type": "string"
2099
- },
2100
- "filenameOption": {
2101
- "$ref": "#/components/schemas/option_string"
2102
- },
2103
- "filename": {
2104
- "type": "string"
2105
- },
2106
- "highlightedLinesOption": {
2107
- "$ref": "#/components/schemas/option_list`1"
2108
- },
2109
- "highlightedLines": {
2110
- "type": "array",
2111
- "items": {
2112
- "type": "number",
2113
- "format": "double"
2114
- }
2115
- },
2116
- "languageOption": {
2117
- "$ref": "#/components/schemas/option_string"
2118
- },
2119
- "language": {
2120
- "type": "string"
2121
- }
2122
- }
2123
- },
2124
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerComponentLink": {
2125
- "type": "object",
2126
- "properties": {
2127
- "sanityType": {
2128
- "enum": [
2129
- 1
2130
- ],
2131
- "type": "integer",
2132
- "format": "int32",
2133
- "default": 1
2134
- },
2135
- "link": {
2136
- "type": "string"
2137
- },
2138
- "sanityKey": {
2139
- "type": "string"
2140
- },
2141
- "text": {
2142
- "type": "string"
2143
- }
2144
- }
2145
- },
2146
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerComponentYoutube": {
2147
- "type": "object",
2148
- "properties": {
2149
- "sanityType": {
2150
- "enum": [
2151
- 1
2152
- ],
2153
- "type": "integer",
2154
- "format": "int32",
2155
- "default": 1
2156
- },
2157
- "sanityKey": {
2158
- "type": "string"
2159
- },
2160
- "url": {
2161
- "type": "string"
2162
- }
2163
- }
2164
- },
2165
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGallery": {
2220
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityImage": {
2166
2221
  "type": "object",
2167
2222
  "properties": {
2168
2223
  "sanityType": {
@@ -2176,34 +2231,15 @@
2176
2231
  "sanityKey": {
2177
2232
  "type": "string"
2178
2233
  },
2179
- "media": {
2180
- "type": "array",
2181
- "items": {
2182
- "$ref": "#/components/schemas/sanityEmployeeMediaInner"
2183
- }
2184
- }
2185
- }
2186
- },
2187
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerImage": {
2188
- "type": "object",
2189
- "properties": {
2190
- "sanityType": {
2191
- "enum": [
2192
- 1
2193
- ],
2194
- "type": "integer",
2195
- "format": "int32",
2196
- "default": 1
2197
- },
2198
- "sanityKey": {
2199
- "type": "string"
2234
+ "assetOption": {
2235
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2200
2236
  },
2201
2237
  "asset": {
2202
2238
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2203
2239
  }
2204
2240
  }
2205
2241
  },
2206
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerGalleryMediaInnerVideo": {
2242
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityGalleryMediaInnerSanityVideo": {
2207
2243
  "type": "object",
2208
2244
  "properties": {
2209
2245
  "sanityType": {
@@ -2217,12 +2253,15 @@
2217
2253
  "sanityKey": {
2218
2254
  "type": "string"
2219
2255
  },
2256
+ "assetOption": {
2257
+ "$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
2258
+ },
2220
2259
  "asset": {
2221
2260
  "$ref": "#/components/schemas/sanityVideoMemoryAsset"
2222
2261
  }
2223
2262
  }
2224
2263
  },
2225
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerIframe": {
2264
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerSanityImage": {
2226
2265
  "type": "object",
2227
2266
  "properties": {
2228
2267
  "sanityType": {
@@ -2236,24 +2275,8 @@
2236
2275
  "sanityKey": {
2237
2276
  "type": "string"
2238
2277
  },
2239
- "url": {
2240
- "type": "string"
2241
- }
2242
- }
2243
- },
2244
- "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerImage": {
2245
- "type": "object",
2246
- "properties": {
2247
- "sanityType": {
2248
- "enum": [
2249
- 1
2250
- ],
2251
- "type": "integer",
2252
- "format": "int32",
2253
- "default": 1
2254
- },
2255
- "sanityKey": {
2256
- "type": "string"
2278
+ "assetOption": {
2279
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2257
2280
  },
2258
2281
  "asset": {
2259
2282
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
@@ -2289,6 +2312,9 @@
2289
2312
  "format": "int32",
2290
2313
  "default": 1
2291
2314
  },
2315
+ "assetOption": {
2316
+ "$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2317
+ },
2292
2318
  "asset": {
2293
2319
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
2294
2320
  }
@@ -2314,6 +2340,9 @@
2314
2340
  "url": {
2315
2341
  "type": "string"
2316
2342
  },
2343
+ "originalFilenameOption": {
2344
+ "$ref": "#/components/schemas/option_string"
2345
+ },
2317
2346
  "originalFilename": {
2318
2347
  "type": "string"
2319
2348
  }
@@ -2333,32 +2362,16 @@
2333
2362
  "sanityId": {
2334
2363
  "type": "string"
2335
2364
  },
2336
- "filename": {
2337
- "type": "string"
2338
- },
2339
- "playbackId": {
2340
- "type": "string"
2341
- }
2342
- }
2343
- },
2344
- "slug": {
2345
- "type": "object",
2346
- "properties": {
2347
- "sanityType": {
2348
- "enum": [
2349
- 1
2350
- ],
2351
- "type": "integer",
2352
- "format": "int32",
2353
- "default": 1
2365
+ "filenameOption": {
2366
+ "$ref": "#/components/schemas/option_string"
2354
2367
  },
2355
- "current": {
2368
+ "filename": {
2356
2369
  "type": "string"
2357
2370
  },
2358
- "sourceOption": {
2371
+ "playbackIdOption": {
2359
2372
  "$ref": "#/components/schemas/option_string"
2360
2373
  },
2361
- "source": {
2374
+ "playbackId": {
2362
2375
  "type": "string"
2363
2376
  }
2364
2377
  }