@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.
- package/package.json +1 -1
- package/specs/production/accounting.json +376 -334
- package/specs/production/blog.json +740 -711
- package/specs/production/broker.json +1 -2
- package/specs/production/chatgpt.json +184 -297
- package/specs/production/employees.json +1024 -940
- package/specs/production/events.json +424 -345
- package/specs/production/recruitment.json +253 -156
- package/specs/production/sales.json +229 -427
- package/specs/production/sanity.json +14253 -34276
- package/specs/test/accounting.json +159 -59
- package/specs/test/blog.json +636 -623
- package/specs/test/chatgpt.json +18 -18
- package/specs/test/employees.json +450 -313
- package/specs/test/events.json +396 -329
- package/specs/test/recruitment.json +198 -101
package/specs/test/events.json
CHANGED
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
"content": {
|
|
372
372
|
"application/json": {
|
|
373
373
|
"schema": {
|
|
374
|
-
"$ref": "#/components/schemas/
|
|
374
|
+
"$ref": "#/components/schemas/sanityAzureBlobStorageCredentials"
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
},
|
|
@@ -991,7 +991,7 @@
|
|
|
991
991
|
"content": {
|
|
992
992
|
"application/json": {
|
|
993
993
|
"schema": {
|
|
994
|
-
"$ref": "#/components/schemas/
|
|
994
|
+
"$ref": "#/components/schemas/sanityPatchEventMemory"
|
|
995
995
|
}
|
|
996
996
|
}
|
|
997
997
|
},
|
|
@@ -1357,23 +1357,6 @@
|
|
|
1357
1357
|
}
|
|
1358
1358
|
}
|
|
1359
1359
|
},
|
|
1360
|
-
"azureBlobStorageCredentials": {
|
|
1361
|
-
"type": "object",
|
|
1362
|
-
"properties": {
|
|
1363
|
-
"blobUrl": {
|
|
1364
|
-
"type": "string"
|
|
1365
|
-
},
|
|
1366
|
-
"sasToken": {
|
|
1367
|
-
"type": "string"
|
|
1368
|
-
},
|
|
1369
|
-
"additionalProperties": {
|
|
1370
|
-
"type": "object",
|
|
1371
|
-
"additionalProperties": {
|
|
1372
|
-
"$ref": "#/components/schemas/jsonElement"
|
|
1373
|
-
}
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
},
|
|
1377
1360
|
"badRequestResult": {
|
|
1378
1361
|
"type": "object",
|
|
1379
1362
|
"properties": {
|
|
@@ -1383,77 +1366,6 @@
|
|
|
1383
1366
|
}
|
|
1384
1367
|
}
|
|
1385
1368
|
},
|
|
1386
|
-
"componentMedia": {
|
|
1387
|
-
"type": "object",
|
|
1388
|
-
"properties": {
|
|
1389
|
-
"sanityType": {
|
|
1390
|
-
"enum": [
|
|
1391
|
-
1
|
|
1392
|
-
],
|
|
1393
|
-
"type": "integer",
|
|
1394
|
-
"format": "int32",
|
|
1395
|
-
"default": 1
|
|
1396
|
-
},
|
|
1397
|
-
"type": {
|
|
1398
|
-
"enum": [
|
|
1399
|
-
1,
|
|
1400
|
-
2
|
|
1401
|
-
],
|
|
1402
|
-
"type": "integer",
|
|
1403
|
-
"format": "int32",
|
|
1404
|
-
"default": 1
|
|
1405
|
-
},
|
|
1406
|
-
"imageOption": {
|
|
1407
|
-
"$ref": "#/components/schemas/option_componentMediaImage"
|
|
1408
|
-
},
|
|
1409
|
-
"image": {
|
|
1410
|
-
"$ref": "#/components/schemas/componentMediaImage"
|
|
1411
|
-
},
|
|
1412
|
-
"videoOption": {
|
|
1413
|
-
"$ref": "#/components/schemas/option_muxVideo"
|
|
1414
|
-
},
|
|
1415
|
-
"video": {
|
|
1416
|
-
"$ref": "#/components/schemas/muxVideo"
|
|
1417
|
-
}
|
|
1418
|
-
}
|
|
1419
|
-
},
|
|
1420
|
-
"componentMediaImage": {
|
|
1421
|
-
"type": "object",
|
|
1422
|
-
"properties": {
|
|
1423
|
-
"sanityType": {
|
|
1424
|
-
"enum": [
|
|
1425
|
-
1
|
|
1426
|
-
],
|
|
1427
|
-
"type": "integer",
|
|
1428
|
-
"format": "int32",
|
|
1429
|
-
"default": 1
|
|
1430
|
-
},
|
|
1431
|
-
"assetOption": {
|
|
1432
|
-
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
1433
|
-
},
|
|
1434
|
-
"asset": {
|
|
1435
|
-
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
1436
|
-
},
|
|
1437
|
-
"cropOption": {
|
|
1438
|
-
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
1439
|
-
},
|
|
1440
|
-
"crop": {
|
|
1441
|
-
"$ref": "#/components/schemas/sanityImageCrop"
|
|
1442
|
-
},
|
|
1443
|
-
"hotspotOption": {
|
|
1444
|
-
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
1445
|
-
},
|
|
1446
|
-
"hotspot": {
|
|
1447
|
-
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
1448
|
-
},
|
|
1449
|
-
"mediaOption": {
|
|
1450
|
-
"$ref": "#/components/schemas/option_object"
|
|
1451
|
-
},
|
|
1452
|
-
"media": {
|
|
1453
|
-
"type": "object"
|
|
1454
|
-
}
|
|
1455
|
-
}
|
|
1456
|
-
},
|
|
1457
1369
|
"createEvent": {
|
|
1458
1370
|
"type": "object",
|
|
1459
1371
|
"properties": {
|
|
@@ -1488,7 +1400,7 @@
|
|
|
1488
1400
|
"type": "boolean"
|
|
1489
1401
|
},
|
|
1490
1402
|
"creator": {
|
|
1491
|
-
"$ref": "#/components/schemas/
|
|
1403
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
1492
1404
|
},
|
|
1493
1405
|
"description": {
|
|
1494
1406
|
"type": "string"
|
|
@@ -1509,7 +1421,7 @@
|
|
|
1509
1421
|
"type": "boolean"
|
|
1510
1422
|
},
|
|
1511
1423
|
"slug": {
|
|
1512
|
-
"$ref": "#/components/schemas/
|
|
1424
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
1513
1425
|
},
|
|
1514
1426
|
"time": {
|
|
1515
1427
|
"type": "string"
|
|
@@ -1571,10 +1483,10 @@
|
|
|
1571
1483
|
"nullable": true
|
|
1572
1484
|
},
|
|
1573
1485
|
"mediaOption": {
|
|
1574
|
-
"$ref": "#/components/schemas/
|
|
1486
|
+
"$ref": "#/components/schemas/option_sanityComponentMedia"
|
|
1575
1487
|
},
|
|
1576
1488
|
"media": {
|
|
1577
|
-
"$ref": "#/components/schemas/
|
|
1489
|
+
"$ref": "#/components/schemas/sanityComponentMedia"
|
|
1578
1490
|
},
|
|
1579
1491
|
"memoriesOption": {
|
|
1580
1492
|
"$ref": "#/components/schemas/option_list`1"
|
|
@@ -1640,29 +1552,6 @@
|
|
|
1640
1552
|
}
|
|
1641
1553
|
}
|
|
1642
1554
|
},
|
|
1643
|
-
"employeeReference": {
|
|
1644
|
-
"type": "object",
|
|
1645
|
-
"properties": {
|
|
1646
|
-
"sanityType": {
|
|
1647
|
-
"enum": [
|
|
1648
|
-
1
|
|
1649
|
-
],
|
|
1650
|
-
"type": "integer",
|
|
1651
|
-
"format": "int32",
|
|
1652
|
-
"default": 1
|
|
1653
|
-
},
|
|
1654
|
-
"sanityRef": {
|
|
1655
|
-
"type": "string"
|
|
1656
|
-
},
|
|
1657
|
-
"sanityWeakOption": {
|
|
1658
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1659
|
-
},
|
|
1660
|
-
"sanityWeak": {
|
|
1661
|
-
"type": "boolean",
|
|
1662
|
-
"nullable": true
|
|
1663
|
-
}
|
|
1664
|
-
}
|
|
1665
|
-
},
|
|
1666
1555
|
"event": {
|
|
1667
1556
|
"required": [
|
|
1668
1557
|
"sanityId",
|
|
@@ -1715,7 +1604,7 @@
|
|
|
1715
1604
|
}
|
|
1716
1605
|
},
|
|
1717
1606
|
"media": {
|
|
1718
|
-
"$ref": "#/components/schemas/
|
|
1607
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMedia"
|
|
1719
1608
|
},
|
|
1720
1609
|
"unapprovedMediaCount": {
|
|
1721
1610
|
"type": "integer",
|
|
@@ -1926,146 +1815,120 @@
|
|
|
1926
1815
|
}
|
|
1927
1816
|
}
|
|
1928
1817
|
},
|
|
1929
|
-
"
|
|
1818
|
+
"option_list`1": {
|
|
1930
1819
|
"type": "object",
|
|
1931
1820
|
"properties": {
|
|
1932
|
-
"
|
|
1933
|
-
"
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
"format": "int32",
|
|
1938
|
-
"default": 1
|
|
1939
|
-
},
|
|
1940
|
-
"assetOption": {
|
|
1941
|
-
"$ref": "#/components/schemas/option_muxVideoAssetReference"
|
|
1942
|
-
},
|
|
1943
|
-
"asset": {
|
|
1944
|
-
"$ref": "#/components/schemas/muxVideoAssetReference"
|
|
1821
|
+
"value": {
|
|
1822
|
+
"type": "array",
|
|
1823
|
+
"items": {
|
|
1824
|
+
"type": "string"
|
|
1825
|
+
}
|
|
1945
1826
|
}
|
|
1946
1827
|
}
|
|
1947
1828
|
},
|
|
1948
|
-
"
|
|
1829
|
+
"option_nullable`1": {
|
|
1949
1830
|
"type": "object",
|
|
1950
1831
|
"properties": {
|
|
1951
|
-
"
|
|
1952
|
-
"
|
|
1953
|
-
|
|
1954
|
-
],
|
|
1955
|
-
"type": "integer",
|
|
1956
|
-
"format": "int32",
|
|
1957
|
-
"default": 1
|
|
1958
|
-
},
|
|
1959
|
-
"sanityRef": {
|
|
1960
|
-
"type": "string"
|
|
1961
|
-
},
|
|
1962
|
-
"sanityWeakOption": {
|
|
1963
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1964
|
-
},
|
|
1965
|
-
"sanityWeak": {
|
|
1966
|
-
"type": "boolean",
|
|
1832
|
+
"value": {
|
|
1833
|
+
"type": "number",
|
|
1834
|
+
"format": "double",
|
|
1967
1835
|
"nullable": true
|
|
1968
1836
|
}
|
|
1969
1837
|
}
|
|
1970
1838
|
},
|
|
1971
|
-
"
|
|
1839
|
+
"option_object": {
|
|
1972
1840
|
"type": "object",
|
|
1973
1841
|
"properties": {
|
|
1974
1842
|
"value": {
|
|
1975
|
-
"
|
|
1843
|
+
"type": "object"
|
|
1976
1844
|
}
|
|
1977
1845
|
}
|
|
1978
1846
|
},
|
|
1979
|
-
"
|
|
1847
|
+
"option_sanityComponentMedia": {
|
|
1980
1848
|
"type": "object",
|
|
1981
1849
|
"properties": {
|
|
1982
1850
|
"value": {
|
|
1983
|
-
"$ref": "#/components/schemas/
|
|
1851
|
+
"$ref": "#/components/schemas/sanityComponentMedia"
|
|
1984
1852
|
}
|
|
1985
1853
|
}
|
|
1986
1854
|
},
|
|
1987
|
-
"
|
|
1855
|
+
"option_sanityComponentMediaImage": {
|
|
1988
1856
|
"type": "object",
|
|
1989
1857
|
"properties": {
|
|
1990
1858
|
"value": {
|
|
1991
|
-
"$ref": "#/components/schemas/
|
|
1859
|
+
"$ref": "#/components/schemas/sanityComponentMediaImage"
|
|
1992
1860
|
}
|
|
1993
1861
|
}
|
|
1994
1862
|
},
|
|
1995
|
-
"
|
|
1863
|
+
"option_sanityEmployeeReference": {
|
|
1996
1864
|
"type": "object",
|
|
1997
1865
|
"properties": {
|
|
1998
1866
|
"value": {
|
|
1999
|
-
"
|
|
2000
|
-
"items": {
|
|
2001
|
-
"type": "string"
|
|
2002
|
-
}
|
|
1867
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
2003
1868
|
}
|
|
2004
1869
|
}
|
|
2005
1870
|
},
|
|
2006
|
-
"
|
|
1871
|
+
"option_sanityImageAssetReference": {
|
|
2007
1872
|
"type": "object",
|
|
2008
1873
|
"properties": {
|
|
2009
1874
|
"value": {
|
|
2010
|
-
"$ref": "#/components/schemas/
|
|
1875
|
+
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2011
1876
|
}
|
|
2012
1877
|
}
|
|
2013
1878
|
},
|
|
2014
|
-
"
|
|
1879
|
+
"option_sanityImageCrop": {
|
|
2015
1880
|
"type": "object",
|
|
2016
1881
|
"properties": {
|
|
2017
1882
|
"value": {
|
|
2018
|
-
"$ref": "#/components/schemas/
|
|
1883
|
+
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2019
1884
|
}
|
|
2020
1885
|
}
|
|
2021
1886
|
},
|
|
2022
|
-
"
|
|
1887
|
+
"option_sanityImageHotspot": {
|
|
2023
1888
|
"type": "object",
|
|
2024
1889
|
"properties": {
|
|
2025
1890
|
"value": {
|
|
2026
|
-
"
|
|
2027
|
-
"format": "double",
|
|
2028
|
-
"nullable": true
|
|
1891
|
+
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2029
1892
|
}
|
|
2030
1893
|
}
|
|
2031
1894
|
},
|
|
2032
|
-
"
|
|
1895
|
+
"option_sanityMuxVideo": {
|
|
2033
1896
|
"type": "object",
|
|
2034
1897
|
"properties": {
|
|
2035
1898
|
"value": {
|
|
2036
|
-
"
|
|
1899
|
+
"$ref": "#/components/schemas/sanityMuxVideo"
|
|
2037
1900
|
}
|
|
2038
1901
|
}
|
|
2039
1902
|
},
|
|
2040
|
-
"
|
|
1903
|
+
"option_sanityMuxVideoAssetReference": {
|
|
2041
1904
|
"type": "object",
|
|
2042
1905
|
"properties": {
|
|
2043
1906
|
"value": {
|
|
2044
|
-
"$ref": "#/components/schemas/
|
|
1907
|
+
"$ref": "#/components/schemas/sanityMuxVideoAssetReference"
|
|
2045
1908
|
}
|
|
2046
1909
|
}
|
|
2047
1910
|
},
|
|
2048
|
-
"
|
|
1911
|
+
"option_sanitySlug": {
|
|
2049
1912
|
"type": "object",
|
|
2050
1913
|
"properties": {
|
|
2051
1914
|
"value": {
|
|
2052
|
-
"$ref": "#/components/schemas/
|
|
1915
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2053
1916
|
}
|
|
2054
1917
|
}
|
|
2055
1918
|
},
|
|
2056
|
-
"
|
|
1919
|
+
"option_sanityTvCategoryDashboardsInnerBackgroundImageAsset": {
|
|
2057
1920
|
"type": "object",
|
|
2058
1921
|
"properties": {
|
|
2059
1922
|
"value": {
|
|
2060
|
-
"$ref": "#/components/schemas/
|
|
1923
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2061
1924
|
}
|
|
2062
1925
|
}
|
|
2063
1926
|
},
|
|
2064
|
-
"
|
|
1927
|
+
"option_sanityVideoMemoryAsset": {
|
|
2065
1928
|
"type": "object",
|
|
2066
1929
|
"properties": {
|
|
2067
1930
|
"value": {
|
|
2068
|
-
"$ref": "#/components/schemas/
|
|
1931
|
+
"$ref": "#/components/schemas/sanityVideoMemoryAsset"
|
|
2069
1932
|
}
|
|
2070
1933
|
}
|
|
2071
1934
|
},
|
|
@@ -2077,43 +1940,6 @@
|
|
|
2077
1940
|
}
|
|
2078
1941
|
}
|
|
2079
1942
|
},
|
|
2080
|
-
"pageMetaImage": {
|
|
2081
|
-
"type": "object",
|
|
2082
|
-
"properties": {
|
|
2083
|
-
"sanityType": {
|
|
2084
|
-
"enum": [
|
|
2085
|
-
1
|
|
2086
|
-
],
|
|
2087
|
-
"type": "integer",
|
|
2088
|
-
"format": "int32",
|
|
2089
|
-
"default": 1
|
|
2090
|
-
},
|
|
2091
|
-
"assetOption": {
|
|
2092
|
-
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
2093
|
-
},
|
|
2094
|
-
"asset": {
|
|
2095
|
-
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2096
|
-
},
|
|
2097
|
-
"cropOption": {
|
|
2098
|
-
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
2099
|
-
},
|
|
2100
|
-
"crop": {
|
|
2101
|
-
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2102
|
-
},
|
|
2103
|
-
"hotspotOption": {
|
|
2104
|
-
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
2105
|
-
},
|
|
2106
|
-
"hotspot": {
|
|
2107
|
-
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2108
|
-
},
|
|
2109
|
-
"mediaOption": {
|
|
2110
|
-
"$ref": "#/components/schemas/option_object"
|
|
2111
|
-
},
|
|
2112
|
-
"media": {
|
|
2113
|
-
"type": "object"
|
|
2114
|
-
}
|
|
2115
|
-
}
|
|
2116
|
-
},
|
|
2117
1943
|
"participant": {
|
|
2118
1944
|
"required": [
|
|
2119
1945
|
"sanityKey",
|
|
@@ -2253,10 +2079,10 @@
|
|
|
2253
2079
|
}
|
|
2254
2080
|
},
|
|
2255
2081
|
"creatorOption": {
|
|
2256
|
-
"$ref": "#/components/schemas/
|
|
2082
|
+
"$ref": "#/components/schemas/option_sanityEmployeeReference"
|
|
2257
2083
|
},
|
|
2258
2084
|
"creator": {
|
|
2259
|
-
"$ref": "#/components/schemas/
|
|
2085
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
2260
2086
|
},
|
|
2261
2087
|
"descriptionOption": {
|
|
2262
2088
|
"$ref": "#/components/schemas/option_string"
|
|
@@ -2321,10 +2147,10 @@
|
|
|
2321
2147
|
"nullable": true
|
|
2322
2148
|
},
|
|
2323
2149
|
"mediaOption": {
|
|
2324
|
-
"$ref": "#/components/schemas/
|
|
2150
|
+
"$ref": "#/components/schemas/option_sanityComponentMedia"
|
|
2325
2151
|
},
|
|
2326
2152
|
"media": {
|
|
2327
|
-
"$ref": "#/components/schemas/
|
|
2153
|
+
"$ref": "#/components/schemas/sanityComponentMedia"
|
|
2328
2154
|
},
|
|
2329
2155
|
"memoriesOption": {
|
|
2330
2156
|
"$ref": "#/components/schemas/option_list`1"
|
|
@@ -2370,10 +2196,10 @@
|
|
|
2370
2196
|
"type": "string"
|
|
2371
2197
|
},
|
|
2372
2198
|
"slugOption": {
|
|
2373
|
-
"$ref": "#/components/schemas/
|
|
2199
|
+
"$ref": "#/components/schemas/option_sanitySlug"
|
|
2374
2200
|
},
|
|
2375
2201
|
"slug": {
|
|
2376
|
-
"$ref": "#/components/schemas/
|
|
2202
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2377
2203
|
},
|
|
2378
2204
|
"teamsLinkOption": {
|
|
2379
2205
|
"$ref": "#/components/schemas/option_string"
|
|
@@ -2401,20 +2227,6 @@
|
|
|
2401
2227
|
}
|
|
2402
2228
|
}
|
|
2403
2229
|
},
|
|
2404
|
-
"patchEventMemory": {
|
|
2405
|
-
"type": "object",
|
|
2406
|
-
"properties": {
|
|
2407
|
-
"approved": {
|
|
2408
|
-
"type": "boolean"
|
|
2409
|
-
},
|
|
2410
|
-
"additionalProperties": {
|
|
2411
|
-
"type": "object",
|
|
2412
|
-
"additionalProperties": {
|
|
2413
|
-
"$ref": "#/components/schemas/jsonElement"
|
|
2414
|
-
}
|
|
2415
|
-
}
|
|
2416
|
-
}
|
|
2417
|
-
},
|
|
2418
2230
|
"postToInstagram": {
|
|
2419
2231
|
"required": [
|
|
2420
2232
|
"eventId"
|
|
@@ -2448,33 +2260,24 @@
|
|
|
2448
2260
|
}
|
|
2449
2261
|
}
|
|
2450
2262
|
},
|
|
2451
|
-
"
|
|
2263
|
+
"sanityAzureBlobStorageCredentials": {
|
|
2452
2264
|
"type": "object",
|
|
2453
2265
|
"properties": {
|
|
2454
|
-
"
|
|
2455
|
-
"enum": [
|
|
2456
|
-
1
|
|
2457
|
-
],
|
|
2458
|
-
"type": "integer",
|
|
2459
|
-
"format": "int32",
|
|
2460
|
-
"default": 1
|
|
2461
|
-
},
|
|
2462
|
-
"sanityKey": {
|
|
2266
|
+
"blobUrl": {
|
|
2463
2267
|
"type": "string"
|
|
2464
2268
|
},
|
|
2465
|
-
"
|
|
2269
|
+
"sasToken": {
|
|
2466
2270
|
"type": "string"
|
|
2467
2271
|
},
|
|
2468
|
-
"
|
|
2469
|
-
"
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
"nullable": true
|
|
2272
|
+
"additionalProperties": {
|
|
2273
|
+
"type": "object",
|
|
2274
|
+
"additionalProperties": {
|
|
2275
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
2276
|
+
}
|
|
2474
2277
|
}
|
|
2475
2278
|
}
|
|
2476
2279
|
},
|
|
2477
|
-
"
|
|
2280
|
+
"sanityComponentMedia": {
|
|
2478
2281
|
"type": "object",
|
|
2479
2282
|
"properties": {
|
|
2480
2283
|
"sanityType": {
|
|
@@ -2485,11 +2288,108 @@
|
|
|
2485
2288
|
"format": "int32",
|
|
2486
2289
|
"default": 1
|
|
2487
2290
|
},
|
|
2488
|
-
"
|
|
2489
|
-
"
|
|
2490
|
-
|
|
2291
|
+
"type": {
|
|
2292
|
+
"enum": [
|
|
2293
|
+
1,
|
|
2294
|
+
2
|
|
2295
|
+
],
|
|
2296
|
+
"type": "integer",
|
|
2297
|
+
"format": "int32",
|
|
2298
|
+
"default": 1
|
|
2491
2299
|
},
|
|
2492
|
-
"
|
|
2300
|
+
"imageOption": {
|
|
2301
|
+
"$ref": "#/components/schemas/option_sanityComponentMediaImage"
|
|
2302
|
+
},
|
|
2303
|
+
"image": {
|
|
2304
|
+
"$ref": "#/components/schemas/sanityComponentMediaImage"
|
|
2305
|
+
},
|
|
2306
|
+
"videoOption": {
|
|
2307
|
+
"$ref": "#/components/schemas/option_sanityMuxVideo"
|
|
2308
|
+
},
|
|
2309
|
+
"video": {
|
|
2310
|
+
"$ref": "#/components/schemas/sanityMuxVideo"
|
|
2311
|
+
}
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"sanityComponentMediaImage": {
|
|
2315
|
+
"type": "object",
|
|
2316
|
+
"properties": {
|
|
2317
|
+
"sanityType": {
|
|
2318
|
+
"enum": [
|
|
2319
|
+
1
|
|
2320
|
+
],
|
|
2321
|
+
"type": "integer",
|
|
2322
|
+
"format": "int32",
|
|
2323
|
+
"default": 1
|
|
2324
|
+
},
|
|
2325
|
+
"assetOption": {
|
|
2326
|
+
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
2327
|
+
},
|
|
2328
|
+
"asset": {
|
|
2329
|
+
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2330
|
+
},
|
|
2331
|
+
"cropOption": {
|
|
2332
|
+
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
2333
|
+
},
|
|
2334
|
+
"crop": {
|
|
2335
|
+
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2336
|
+
},
|
|
2337
|
+
"hotspotOption": {
|
|
2338
|
+
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
2339
|
+
},
|
|
2340
|
+
"hotspot": {
|
|
2341
|
+
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2342
|
+
},
|
|
2343
|
+
"mediaOption": {
|
|
2344
|
+
"$ref": "#/components/schemas/option_object"
|
|
2345
|
+
},
|
|
2346
|
+
"media": {
|
|
2347
|
+
"type": "object"
|
|
2348
|
+
}
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
"sanityCreateEventEventTypeInner": {
|
|
2352
|
+
"type": "object",
|
|
2353
|
+
"properties": {
|
|
2354
|
+
"sanityType": {
|
|
2355
|
+
"enum": [
|
|
2356
|
+
1
|
|
2357
|
+
],
|
|
2358
|
+
"type": "integer",
|
|
2359
|
+
"format": "int32",
|
|
2360
|
+
"default": 1
|
|
2361
|
+
},
|
|
2362
|
+
"sanityKey": {
|
|
2363
|
+
"type": "string"
|
|
2364
|
+
},
|
|
2365
|
+
"sanityRef": {
|
|
2366
|
+
"type": "string"
|
|
2367
|
+
},
|
|
2368
|
+
"sanityWeakOption": {
|
|
2369
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2370
|
+
},
|
|
2371
|
+
"sanityWeak": {
|
|
2372
|
+
"type": "boolean",
|
|
2373
|
+
"nullable": true
|
|
2374
|
+
}
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
2377
|
+
"sanityCreateEventFeedbackInner": {
|
|
2378
|
+
"type": "object",
|
|
2379
|
+
"properties": {
|
|
2380
|
+
"sanityType": {
|
|
2381
|
+
"enum": [
|
|
2382
|
+
1
|
|
2383
|
+
],
|
|
2384
|
+
"type": "integer",
|
|
2385
|
+
"format": "int32",
|
|
2386
|
+
"default": 1
|
|
2387
|
+
},
|
|
2388
|
+
"locationRating": {
|
|
2389
|
+
"type": "number",
|
|
2390
|
+
"format": "double"
|
|
2391
|
+
},
|
|
2392
|
+
"organizationRating": {
|
|
2493
2393
|
"type": "number",
|
|
2494
2394
|
"format": "double"
|
|
2495
2395
|
},
|
|
@@ -2519,15 +2419,15 @@
|
|
|
2519
2419
|
"sanityCreateEventMemoriesInner": {
|
|
2520
2420
|
"type": "object",
|
|
2521
2421
|
"properties": {
|
|
2522
|
-
"
|
|
2523
|
-
"$ref": "#/components/schemas/
|
|
2422
|
+
"sanityCreateEventMemoriesInnerSanityMemoryImage": {
|
|
2423
|
+
"$ref": "#/components/schemas/sanityCreateEventMemoriesInnerSanityMemoryImage"
|
|
2524
2424
|
},
|
|
2525
|
-
"
|
|
2526
|
-
"$ref": "#/components/schemas/
|
|
2425
|
+
"sanityCreateEventMemoriesInnerSanityMemoryVideo": {
|
|
2426
|
+
"$ref": "#/components/schemas/sanityCreateEventMemoriesInnerSanityMemoryVideo"
|
|
2527
2427
|
}
|
|
2528
2428
|
}
|
|
2529
2429
|
},
|
|
2530
|
-
"
|
|
2430
|
+
"sanityCreateEventMemoriesInnerSanityMemoryImage": {
|
|
2531
2431
|
"type": "object",
|
|
2532
2432
|
"properties": {
|
|
2533
2433
|
"sanityType": {
|
|
@@ -2539,7 +2439,7 @@
|
|
|
2539
2439
|
"default": 1
|
|
2540
2440
|
},
|
|
2541
2441
|
"image": {
|
|
2542
|
-
"$ref": "#/components/schemas/
|
|
2442
|
+
"$ref": "#/components/schemas/sanityPageMetaImage"
|
|
2543
2443
|
},
|
|
2544
2444
|
"sanityKey": {
|
|
2545
2445
|
"type": "string"
|
|
@@ -2553,7 +2453,7 @@
|
|
|
2553
2453
|
}
|
|
2554
2454
|
}
|
|
2555
2455
|
},
|
|
2556
|
-
"
|
|
2456
|
+
"sanityCreateEventMemoriesInnerSanityMemoryVideo": {
|
|
2557
2457
|
"type": "object",
|
|
2558
2458
|
"properties": {
|
|
2559
2459
|
"sanityType": {
|
|
@@ -2568,7 +2468,7 @@
|
|
|
2568
2468
|
"type": "string"
|
|
2569
2469
|
},
|
|
2570
2470
|
"video": {
|
|
2571
|
-
"$ref": "#/components/schemas/
|
|
2471
|
+
"$ref": "#/components/schemas/sanityMuxVideo"
|
|
2572
2472
|
},
|
|
2573
2473
|
"approvedOption": {
|
|
2574
2474
|
"$ref": "#/components/schemas/option_nullable`1"
|
|
@@ -2582,15 +2482,15 @@
|
|
|
2582
2482
|
"sanityCreateEventParticipantsInner": {
|
|
2583
2483
|
"type": "object",
|
|
2584
2484
|
"properties": {
|
|
2585
|
-
"
|
|
2586
|
-
"$ref": "#/components/schemas/
|
|
2485
|
+
"sanityCreateEventParticipantsInnerSanityInternal": {
|
|
2486
|
+
"$ref": "#/components/schemas/sanityCreateEventParticipantsInnerSanityInternal"
|
|
2587
2487
|
},
|
|
2588
|
-
"
|
|
2589
|
-
"$ref": "#/components/schemas/
|
|
2488
|
+
"sanityEventParticipantsInnerSanityExternal": {
|
|
2489
|
+
"$ref": "#/components/schemas/sanityEventParticipantsInnerSanityExternal"
|
|
2590
2490
|
}
|
|
2591
2491
|
}
|
|
2592
2492
|
},
|
|
2593
|
-
"
|
|
2493
|
+
"sanityCreateEventParticipantsInnerSanityInternal": {
|
|
2594
2494
|
"type": "object",
|
|
2595
2495
|
"properties": {
|
|
2596
2496
|
"sanityType": {
|
|
@@ -2602,7 +2502,7 @@
|
|
|
2602
2502
|
"default": 1
|
|
2603
2503
|
},
|
|
2604
2504
|
"employee": {
|
|
2605
|
-
"$ref": "#/components/schemas/
|
|
2505
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
2606
2506
|
},
|
|
2607
2507
|
"feedbackSubmitted": {
|
|
2608
2508
|
"type": "boolean"
|
|
@@ -2618,66 +2518,52 @@
|
|
|
2618
2518
|
}
|
|
2619
2519
|
}
|
|
2620
2520
|
},
|
|
2621
|
-
"
|
|
2521
|
+
"sanityCreateMemory": {
|
|
2622
2522
|
"type": "object",
|
|
2623
2523
|
"properties": {
|
|
2624
2524
|
"sanityType": {
|
|
2625
2525
|
"enum": [
|
|
2626
|
-
1
|
|
2526
|
+
1,
|
|
2527
|
+
2
|
|
2627
2528
|
],
|
|
2628
2529
|
"type": "integer",
|
|
2629
2530
|
"format": "int32",
|
|
2630
2531
|
"default": 1
|
|
2631
2532
|
},
|
|
2632
|
-
"
|
|
2633
|
-
"type": "string"
|
|
2634
|
-
},
|
|
2635
|
-
"feedbackSubmitted": {
|
|
2636
|
-
"type": "boolean"
|
|
2637
|
-
},
|
|
2638
|
-
"name": {
|
|
2639
|
-
"type": "string"
|
|
2640
|
-
},
|
|
2641
|
-
"registered": {
|
|
2642
|
-
"type": "string"
|
|
2643
|
-
},
|
|
2644
|
-
"sanityKey": {
|
|
2533
|
+
"filename": {
|
|
2645
2534
|
"type": "string"
|
|
2646
2535
|
},
|
|
2647
|
-
"
|
|
2536
|
+
"mediaUrl": {
|
|
2648
2537
|
"type": "string"
|
|
2649
2538
|
},
|
|
2650
|
-
"
|
|
2651
|
-
"
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2539
|
+
"additionalProperties": {
|
|
2540
|
+
"type": "object",
|
|
2541
|
+
"additionalProperties": {
|
|
2542
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
2543
|
+
}
|
|
2655
2544
|
}
|
|
2656
2545
|
}
|
|
2657
2546
|
},
|
|
2658
|
-
"
|
|
2547
|
+
"sanityEmployeeReference": {
|
|
2659
2548
|
"type": "object",
|
|
2660
2549
|
"properties": {
|
|
2661
2550
|
"sanityType": {
|
|
2662
2551
|
"enum": [
|
|
2663
|
-
1
|
|
2664
|
-
2
|
|
2552
|
+
1
|
|
2665
2553
|
],
|
|
2666
2554
|
"type": "integer",
|
|
2667
2555
|
"format": "int32",
|
|
2668
2556
|
"default": 1
|
|
2669
2557
|
},
|
|
2670
|
-
"
|
|
2558
|
+
"sanityRef": {
|
|
2671
2559
|
"type": "string"
|
|
2672
2560
|
},
|
|
2673
|
-
"
|
|
2674
|
-
"
|
|
2561
|
+
"sanityWeakOption": {
|
|
2562
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2675
2563
|
},
|
|
2676
|
-
"
|
|
2677
|
-
"type": "
|
|
2678
|
-
"
|
|
2679
|
-
"$ref": "#/components/schemas/jsonElement"
|
|
2680
|
-
}
|
|
2564
|
+
"sanityWeak": {
|
|
2565
|
+
"type": "boolean",
|
|
2566
|
+
"nullable": true
|
|
2681
2567
|
}
|
|
2682
2568
|
}
|
|
2683
2569
|
},
|
|
@@ -2726,15 +2612,15 @@
|
|
|
2726
2612
|
"sanityEventMemoriesInner": {
|
|
2727
2613
|
"type": "object",
|
|
2728
2614
|
"properties": {
|
|
2729
|
-
"
|
|
2730
|
-
"$ref": "#/components/schemas/
|
|
2615
|
+
"sanityEventMemoriesInnerSanityImage": {
|
|
2616
|
+
"$ref": "#/components/schemas/sanityEventMemoriesInnerSanityImage"
|
|
2731
2617
|
},
|
|
2732
|
-
"
|
|
2733
|
-
"$ref": "#/components/schemas/
|
|
2618
|
+
"sanityEventMemoriesInnerSanityVideo": {
|
|
2619
|
+
"$ref": "#/components/schemas/sanityEventMemoriesInnerSanityVideo"
|
|
2734
2620
|
}
|
|
2735
2621
|
}
|
|
2736
2622
|
},
|
|
2737
|
-
"
|
|
2623
|
+
"sanityEventMemoriesInnerSanityImage": {
|
|
2738
2624
|
"type": "object",
|
|
2739
2625
|
"properties": {
|
|
2740
2626
|
"sanityType": {
|
|
@@ -2748,16 +2634,22 @@
|
|
|
2748
2634
|
"sanityKey": {
|
|
2749
2635
|
"type": "string"
|
|
2750
2636
|
},
|
|
2637
|
+
"approvedOption": {
|
|
2638
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2639
|
+
},
|
|
2751
2640
|
"approved": {
|
|
2752
2641
|
"type": "boolean",
|
|
2753
2642
|
"nullable": true
|
|
2754
2643
|
},
|
|
2644
|
+
"assetOption": {
|
|
2645
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2646
|
+
},
|
|
2755
2647
|
"asset": {
|
|
2756
2648
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2757
2649
|
}
|
|
2758
2650
|
}
|
|
2759
2651
|
},
|
|
2760
|
-
"
|
|
2652
|
+
"sanityEventMemoriesInnerSanityVideo": {
|
|
2761
2653
|
"type": "object",
|
|
2762
2654
|
"properties": {
|
|
2763
2655
|
"sanityType": {
|
|
@@ -2771,15 +2663,58 @@
|
|
|
2771
2663
|
"sanityKey": {
|
|
2772
2664
|
"type": "string"
|
|
2773
2665
|
},
|
|
2666
|
+
"approvedOption": {
|
|
2667
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2668
|
+
},
|
|
2774
2669
|
"approved": {
|
|
2775
2670
|
"type": "boolean",
|
|
2776
2671
|
"nullable": true
|
|
2777
2672
|
},
|
|
2673
|
+
"assetOption": {
|
|
2674
|
+
"$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
|
|
2675
|
+
},
|
|
2778
2676
|
"asset": {
|
|
2779
2677
|
"$ref": "#/components/schemas/sanityVideoMemoryAsset"
|
|
2780
2678
|
}
|
|
2781
2679
|
}
|
|
2782
2680
|
},
|
|
2681
|
+
"sanityEventParticipantsInnerSanityExternal": {
|
|
2682
|
+
"type": "object",
|
|
2683
|
+
"properties": {
|
|
2684
|
+
"sanityType": {
|
|
2685
|
+
"enum": [
|
|
2686
|
+
1
|
|
2687
|
+
],
|
|
2688
|
+
"type": "integer",
|
|
2689
|
+
"format": "int32",
|
|
2690
|
+
"default": 1
|
|
2691
|
+
},
|
|
2692
|
+
"email": {
|
|
2693
|
+
"type": "string"
|
|
2694
|
+
},
|
|
2695
|
+
"feedbackSubmitted": {
|
|
2696
|
+
"type": "boolean"
|
|
2697
|
+
},
|
|
2698
|
+
"name": {
|
|
2699
|
+
"type": "string"
|
|
2700
|
+
},
|
|
2701
|
+
"registered": {
|
|
2702
|
+
"type": "string"
|
|
2703
|
+
},
|
|
2704
|
+
"sanityKey": {
|
|
2705
|
+
"type": "string"
|
|
2706
|
+
},
|
|
2707
|
+
"token": {
|
|
2708
|
+
"type": "string"
|
|
2709
|
+
},
|
|
2710
|
+
"detailsOption": {
|
|
2711
|
+
"$ref": "#/components/schemas/option_string"
|
|
2712
|
+
},
|
|
2713
|
+
"details": {
|
|
2714
|
+
"type": "string"
|
|
2715
|
+
}
|
|
2716
|
+
}
|
|
2717
|
+
},
|
|
2783
2718
|
"sanityImageAssetReference": {
|
|
2784
2719
|
"type": "object",
|
|
2785
2720
|
"properties": {
|
|
@@ -2861,6 +2796,48 @@
|
|
|
2861
2796
|
}
|
|
2862
2797
|
}
|
|
2863
2798
|
},
|
|
2799
|
+
"sanityMuxVideo": {
|
|
2800
|
+
"type": "object",
|
|
2801
|
+
"properties": {
|
|
2802
|
+
"sanityType": {
|
|
2803
|
+
"enum": [
|
|
2804
|
+
1
|
|
2805
|
+
],
|
|
2806
|
+
"type": "integer",
|
|
2807
|
+
"format": "int32",
|
|
2808
|
+
"default": 1
|
|
2809
|
+
},
|
|
2810
|
+
"assetOption": {
|
|
2811
|
+
"$ref": "#/components/schemas/option_sanityMuxVideoAssetReference"
|
|
2812
|
+
},
|
|
2813
|
+
"asset": {
|
|
2814
|
+
"$ref": "#/components/schemas/sanityMuxVideoAssetReference"
|
|
2815
|
+
}
|
|
2816
|
+
}
|
|
2817
|
+
},
|
|
2818
|
+
"sanityMuxVideoAssetReference": {
|
|
2819
|
+
"type": "object",
|
|
2820
|
+
"properties": {
|
|
2821
|
+
"sanityType": {
|
|
2822
|
+
"enum": [
|
|
2823
|
+
1
|
|
2824
|
+
],
|
|
2825
|
+
"type": "integer",
|
|
2826
|
+
"format": "int32",
|
|
2827
|
+
"default": 1
|
|
2828
|
+
},
|
|
2829
|
+
"sanityRef": {
|
|
2830
|
+
"type": "string"
|
|
2831
|
+
},
|
|
2832
|
+
"sanityWeakOption": {
|
|
2833
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2834
|
+
},
|
|
2835
|
+
"sanityWeak": {
|
|
2836
|
+
"type": "boolean",
|
|
2837
|
+
"nullable": true
|
|
2838
|
+
}
|
|
2839
|
+
}
|
|
2840
|
+
},
|
|
2864
2841
|
"sanityOrderEmployee": {
|
|
2865
2842
|
"type": "object",
|
|
2866
2843
|
"properties": {
|
|
@@ -2885,11 +2862,14 @@
|
|
|
2885
2862
|
"type": "string"
|
|
2886
2863
|
},
|
|
2887
2864
|
"slug": {
|
|
2888
|
-
"$ref": "#/components/schemas/
|
|
2865
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2889
2866
|
},
|
|
2890
2867
|
"telephone": {
|
|
2891
2868
|
"type": "string"
|
|
2892
2869
|
},
|
|
2870
|
+
"tagsOption": {
|
|
2871
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2872
|
+
},
|
|
2893
2873
|
"tags": {
|
|
2894
2874
|
"type": "array",
|
|
2895
2875
|
"items": {
|
|
@@ -2898,18 +2878,91 @@
|
|
|
2898
2878
|
}
|
|
2899
2879
|
}
|
|
2900
2880
|
},
|
|
2901
|
-
"
|
|
2881
|
+
"sanityPageMetaImage": {
|
|
2902
2882
|
"type": "object",
|
|
2903
2883
|
"properties": {
|
|
2904
|
-
"
|
|
2905
|
-
"
|
|
2884
|
+
"sanityType": {
|
|
2885
|
+
"enum": [
|
|
2886
|
+
1
|
|
2887
|
+
],
|
|
2888
|
+
"type": "integer",
|
|
2889
|
+
"format": "int32",
|
|
2890
|
+
"default": 1
|
|
2891
|
+
},
|
|
2892
|
+
"assetOption": {
|
|
2893
|
+
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
2906
2894
|
},
|
|
2907
|
-
"
|
|
2908
|
-
"$ref": "#/components/schemas/
|
|
2895
|
+
"asset": {
|
|
2896
|
+
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2897
|
+
},
|
|
2898
|
+
"cropOption": {
|
|
2899
|
+
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
2900
|
+
},
|
|
2901
|
+
"crop": {
|
|
2902
|
+
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2903
|
+
},
|
|
2904
|
+
"hotspotOption": {
|
|
2905
|
+
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
2906
|
+
},
|
|
2907
|
+
"hotspot": {
|
|
2908
|
+
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2909
|
+
},
|
|
2910
|
+
"mediaOption": {
|
|
2911
|
+
"$ref": "#/components/schemas/option_object"
|
|
2912
|
+
},
|
|
2913
|
+
"media": {
|
|
2914
|
+
"type": "object"
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
},
|
|
2918
|
+
"sanityPatchEventMemory": {
|
|
2919
|
+
"type": "object",
|
|
2920
|
+
"properties": {
|
|
2921
|
+
"approved": {
|
|
2922
|
+
"type": "boolean"
|
|
2923
|
+
},
|
|
2924
|
+
"additionalProperties": {
|
|
2925
|
+
"type": "object",
|
|
2926
|
+
"additionalProperties": {
|
|
2927
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
2928
|
+
}
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
2931
|
+
},
|
|
2932
|
+
"sanitySlug": {
|
|
2933
|
+
"type": "object",
|
|
2934
|
+
"properties": {
|
|
2935
|
+
"sanityType": {
|
|
2936
|
+
"enum": [
|
|
2937
|
+
1
|
|
2938
|
+
],
|
|
2939
|
+
"type": "integer",
|
|
2940
|
+
"format": "int32",
|
|
2941
|
+
"default": 1
|
|
2942
|
+
},
|
|
2943
|
+
"current": {
|
|
2944
|
+
"type": "string"
|
|
2945
|
+
},
|
|
2946
|
+
"sourceOption": {
|
|
2947
|
+
"$ref": "#/components/schemas/option_string"
|
|
2948
|
+
},
|
|
2949
|
+
"source": {
|
|
2950
|
+
"type": "string"
|
|
2951
|
+
}
|
|
2952
|
+
}
|
|
2953
|
+
},
|
|
2954
|
+
"sanityTechnologyWithRelationsProjectsInnerMedia": {
|
|
2955
|
+
"type": "object",
|
|
2956
|
+
"properties": {
|
|
2957
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaSanityImage": {
|
|
2958
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaSanityImage"
|
|
2959
|
+
},
|
|
2960
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo": {
|
|
2961
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo"
|
|
2909
2962
|
}
|
|
2910
2963
|
}
|
|
2911
2964
|
},
|
|
2912
|
-
"
|
|
2965
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaSanityImage": {
|
|
2913
2966
|
"type": "object",
|
|
2914
2967
|
"properties": {
|
|
2915
2968
|
"sanityType": {
|
|
@@ -2920,12 +2973,15 @@
|
|
|
2920
2973
|
"format": "int32",
|
|
2921
2974
|
"default": 1
|
|
2922
2975
|
},
|
|
2976
|
+
"assetOption": {
|
|
2977
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2978
|
+
},
|
|
2923
2979
|
"asset": {
|
|
2924
2980
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2925
2981
|
}
|
|
2926
2982
|
}
|
|
2927
2983
|
},
|
|
2928
|
-
"
|
|
2984
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo": {
|
|
2929
2985
|
"type": "object",
|
|
2930
2986
|
"properties": {
|
|
2931
2987
|
"sanityType": {
|
|
@@ -2936,6 +2992,9 @@
|
|
|
2936
2992
|
"format": "int32",
|
|
2937
2993
|
"default": 1
|
|
2938
2994
|
},
|
|
2995
|
+
"assetOption": {
|
|
2996
|
+
"$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
|
|
2997
|
+
},
|
|
2939
2998
|
"asset": {
|
|
2940
2999
|
"$ref": "#/components/schemas/sanityVideoMemoryAsset"
|
|
2941
3000
|
}
|
|
@@ -2959,7 +3018,7 @@
|
|
|
2959
3018
|
"type": "string"
|
|
2960
3019
|
},
|
|
2961
3020
|
"slug": {
|
|
2962
|
-
"$ref": "#/components/schemas/
|
|
3021
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2963
3022
|
}
|
|
2964
3023
|
}
|
|
2965
3024
|
},
|
|
@@ -2974,6 +3033,9 @@
|
|
|
2974
3033
|
"format": "int32",
|
|
2975
3034
|
"default": 1
|
|
2976
3035
|
},
|
|
3036
|
+
"assetOption": {
|
|
3037
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
3038
|
+
},
|
|
2977
3039
|
"asset": {
|
|
2978
3040
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2979
3041
|
}
|
|
@@ -2999,6 +3061,9 @@
|
|
|
2999
3061
|
"url": {
|
|
3000
3062
|
"type": "string"
|
|
3001
3063
|
},
|
|
3064
|
+
"originalFilenameOption": {
|
|
3065
|
+
"$ref": "#/components/schemas/option_string"
|
|
3066
|
+
},
|
|
3002
3067
|
"originalFilename": {
|
|
3003
3068
|
"type": "string"
|
|
3004
3069
|
}
|
|
@@ -3018,32 +3083,34 @@
|
|
|
3018
3083
|
"sanityId": {
|
|
3019
3084
|
"type": "string"
|
|
3020
3085
|
},
|
|
3086
|
+
"filenameOption": {
|
|
3087
|
+
"$ref": "#/components/schemas/option_string"
|
|
3088
|
+
},
|
|
3021
3089
|
"filename": {
|
|
3022
3090
|
"type": "string"
|
|
3023
3091
|
},
|
|
3092
|
+
"playbackIdOption": {
|
|
3093
|
+
"$ref": "#/components/schemas/option_string"
|
|
3094
|
+
},
|
|
3024
3095
|
"playbackId": {
|
|
3025
3096
|
"type": "string"
|
|
3026
3097
|
}
|
|
3027
3098
|
}
|
|
3028
3099
|
},
|
|
3029
3100
|
"slug": {
|
|
3101
|
+
"required": [
|
|
3102
|
+
"sanityType"
|
|
3103
|
+
],
|
|
3030
3104
|
"type": "object",
|
|
3031
3105
|
"properties": {
|
|
3032
3106
|
"sanityType": {
|
|
3033
|
-
"
|
|
3034
|
-
1
|
|
3035
|
-
],
|
|
3036
|
-
"type": "integer",
|
|
3037
|
-
"format": "int32",
|
|
3038
|
-
"default": 1
|
|
3039
|
-
},
|
|
3040
|
-
"current": {
|
|
3107
|
+
"minLength": 1,
|
|
3041
3108
|
"type": "string"
|
|
3042
3109
|
},
|
|
3043
|
-
"
|
|
3044
|
-
"
|
|
3110
|
+
"sanityKey": {
|
|
3111
|
+
"type": "string"
|
|
3045
3112
|
},
|
|
3046
|
-
"
|
|
3113
|
+
"current": {
|
|
3047
3114
|
"type": "string"
|
|
3048
3115
|
}
|
|
3049
3116
|
}
|