@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
|
@@ -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
|
},
|
|
@@ -1313,8 +1313,7 @@
|
|
|
1313
1313
|
"properties": {
|
|
1314
1314
|
"token": {
|
|
1315
1315
|
"minLength": 1,
|
|
1316
|
-
"type": "string"
|
|
1317
|
-
"nullable": true
|
|
1316
|
+
"type": "string"
|
|
1318
1317
|
},
|
|
1319
1318
|
"sanityType": {
|
|
1320
1319
|
"enum": [
|
|
@@ -1358,23 +1357,6 @@
|
|
|
1358
1357
|
}
|
|
1359
1358
|
}
|
|
1360
1359
|
},
|
|
1361
|
-
"azureBlobStorageCredentials": {
|
|
1362
|
-
"type": "object",
|
|
1363
|
-
"properties": {
|
|
1364
|
-
"blobUrl": {
|
|
1365
|
-
"type": "string"
|
|
1366
|
-
},
|
|
1367
|
-
"sasToken": {
|
|
1368
|
-
"type": "string"
|
|
1369
|
-
},
|
|
1370
|
-
"additionalProperties": {
|
|
1371
|
-
"type": "object",
|
|
1372
|
-
"additionalProperties": {
|
|
1373
|
-
"$ref": "#/components/schemas/jsonElement"
|
|
1374
|
-
}
|
|
1375
|
-
}
|
|
1376
|
-
}
|
|
1377
|
-
},
|
|
1378
1360
|
"badRequestResult": {
|
|
1379
1361
|
"type": "object",
|
|
1380
1362
|
"properties": {
|
|
@@ -1384,77 +1366,6 @@
|
|
|
1384
1366
|
}
|
|
1385
1367
|
}
|
|
1386
1368
|
},
|
|
1387
|
-
"componentMedia": {
|
|
1388
|
-
"type": "object",
|
|
1389
|
-
"properties": {
|
|
1390
|
-
"sanityType": {
|
|
1391
|
-
"enum": [
|
|
1392
|
-
1
|
|
1393
|
-
],
|
|
1394
|
-
"type": "integer",
|
|
1395
|
-
"format": "int32",
|
|
1396
|
-
"default": 1
|
|
1397
|
-
},
|
|
1398
|
-
"type": {
|
|
1399
|
-
"enum": [
|
|
1400
|
-
1,
|
|
1401
|
-
2
|
|
1402
|
-
],
|
|
1403
|
-
"type": "integer",
|
|
1404
|
-
"format": "int32",
|
|
1405
|
-
"default": 1
|
|
1406
|
-
},
|
|
1407
|
-
"imageOption": {
|
|
1408
|
-
"$ref": "#/components/schemas/option_componentMediaImage"
|
|
1409
|
-
},
|
|
1410
|
-
"image": {
|
|
1411
|
-
"$ref": "#/components/schemas/componentMediaImage"
|
|
1412
|
-
},
|
|
1413
|
-
"videoOption": {
|
|
1414
|
-
"$ref": "#/components/schemas/option_muxVideo"
|
|
1415
|
-
},
|
|
1416
|
-
"video": {
|
|
1417
|
-
"$ref": "#/components/schemas/muxVideo"
|
|
1418
|
-
}
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
"componentMediaImage": {
|
|
1422
|
-
"type": "object",
|
|
1423
|
-
"properties": {
|
|
1424
|
-
"sanityType": {
|
|
1425
|
-
"enum": [
|
|
1426
|
-
1
|
|
1427
|
-
],
|
|
1428
|
-
"type": "integer",
|
|
1429
|
-
"format": "int32",
|
|
1430
|
-
"default": 1
|
|
1431
|
-
},
|
|
1432
|
-
"assetOption": {
|
|
1433
|
-
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
1434
|
-
},
|
|
1435
|
-
"asset": {
|
|
1436
|
-
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
1437
|
-
},
|
|
1438
|
-
"cropOption": {
|
|
1439
|
-
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
1440
|
-
},
|
|
1441
|
-
"crop": {
|
|
1442
|
-
"$ref": "#/components/schemas/sanityImageCrop"
|
|
1443
|
-
},
|
|
1444
|
-
"hotspotOption": {
|
|
1445
|
-
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
1446
|
-
},
|
|
1447
|
-
"hotspot": {
|
|
1448
|
-
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
1449
|
-
},
|
|
1450
|
-
"mediaOption": {
|
|
1451
|
-
"$ref": "#/components/schemas/option_object"
|
|
1452
|
-
},
|
|
1453
|
-
"media": {
|
|
1454
|
-
"type": "object"
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
|
-
},
|
|
1458
1369
|
"createEvent": {
|
|
1459
1370
|
"type": "object",
|
|
1460
1371
|
"properties": {
|
|
@@ -1489,7 +1400,7 @@
|
|
|
1489
1400
|
"type": "boolean"
|
|
1490
1401
|
},
|
|
1491
1402
|
"creator": {
|
|
1492
|
-
"$ref": "#/components/schemas/
|
|
1403
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
1493
1404
|
},
|
|
1494
1405
|
"description": {
|
|
1495
1406
|
"type": "string"
|
|
@@ -1510,7 +1421,7 @@
|
|
|
1510
1421
|
"type": "boolean"
|
|
1511
1422
|
},
|
|
1512
1423
|
"slug": {
|
|
1513
|
-
"$ref": "#/components/schemas/
|
|
1424
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
1514
1425
|
},
|
|
1515
1426
|
"time": {
|
|
1516
1427
|
"type": "string"
|
|
@@ -1572,10 +1483,10 @@
|
|
|
1572
1483
|
"nullable": true
|
|
1573
1484
|
},
|
|
1574
1485
|
"mediaOption": {
|
|
1575
|
-
"$ref": "#/components/schemas/
|
|
1486
|
+
"$ref": "#/components/schemas/option_sanityComponentMedia"
|
|
1576
1487
|
},
|
|
1577
1488
|
"media": {
|
|
1578
|
-
"$ref": "#/components/schemas/
|
|
1489
|
+
"$ref": "#/components/schemas/sanityComponentMedia"
|
|
1579
1490
|
},
|
|
1580
1491
|
"memoriesOption": {
|
|
1581
1492
|
"$ref": "#/components/schemas/option_list`1"
|
|
@@ -1631,39 +1542,13 @@
|
|
|
1631
1542
|
"type": "object",
|
|
1632
1543
|
"properties": {
|
|
1633
1544
|
"type": {
|
|
1634
|
-
"type": "string"
|
|
1635
|
-
"nullable": true
|
|
1545
|
+
"type": "string"
|
|
1636
1546
|
},
|
|
1637
1547
|
"url": {
|
|
1638
|
-
"type": "string"
|
|
1639
|
-
"nullable": true
|
|
1548
|
+
"type": "string"
|
|
1640
1549
|
},
|
|
1641
1550
|
"filename": {
|
|
1642
|
-
"type": "string",
|
|
1643
|
-
"nullable": true
|
|
1644
|
-
}
|
|
1645
|
-
}
|
|
1646
|
-
},
|
|
1647
|
-
"employeeReference": {
|
|
1648
|
-
"type": "object",
|
|
1649
|
-
"properties": {
|
|
1650
|
-
"sanityType": {
|
|
1651
|
-
"enum": [
|
|
1652
|
-
1
|
|
1653
|
-
],
|
|
1654
|
-
"type": "integer",
|
|
1655
|
-
"format": "int32",
|
|
1656
|
-
"default": 1
|
|
1657
|
-
},
|
|
1658
|
-
"sanityRef": {
|
|
1659
1551
|
"type": "string"
|
|
1660
|
-
},
|
|
1661
|
-
"sanityWeakOption": {
|
|
1662
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1663
|
-
},
|
|
1664
|
-
"sanityWeak": {
|
|
1665
|
-
"type": "boolean",
|
|
1666
|
-
"nullable": true
|
|
1667
1552
|
}
|
|
1668
1553
|
}
|
|
1669
1554
|
},
|
|
@@ -1719,7 +1604,7 @@
|
|
|
1719
1604
|
}
|
|
1720
1605
|
},
|
|
1721
1606
|
"media": {
|
|
1722
|
-
"$ref": "#/components/schemas/
|
|
1607
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMedia"
|
|
1723
1608
|
},
|
|
1724
1609
|
"unapprovedMediaCount": {
|
|
1725
1610
|
"type": "integer",
|
|
@@ -1930,146 +1815,120 @@
|
|
|
1930
1815
|
}
|
|
1931
1816
|
}
|
|
1932
1817
|
},
|
|
1933
|
-
"
|
|
1818
|
+
"option_list`1": {
|
|
1934
1819
|
"type": "object",
|
|
1935
1820
|
"properties": {
|
|
1936
|
-
"
|
|
1937
|
-
"
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
"format": "int32",
|
|
1942
|
-
"default": 1
|
|
1943
|
-
},
|
|
1944
|
-
"assetOption": {
|
|
1945
|
-
"$ref": "#/components/schemas/option_muxVideoAssetReference"
|
|
1946
|
-
},
|
|
1947
|
-
"asset": {
|
|
1948
|
-
"$ref": "#/components/schemas/muxVideoAssetReference"
|
|
1821
|
+
"value": {
|
|
1822
|
+
"type": "array",
|
|
1823
|
+
"items": {
|
|
1824
|
+
"type": "string"
|
|
1825
|
+
}
|
|
1949
1826
|
}
|
|
1950
1827
|
}
|
|
1951
1828
|
},
|
|
1952
|
-
"
|
|
1829
|
+
"option_nullable`1": {
|
|
1953
1830
|
"type": "object",
|
|
1954
1831
|
"properties": {
|
|
1955
|
-
"
|
|
1956
|
-
"
|
|
1957
|
-
|
|
1958
|
-
],
|
|
1959
|
-
"type": "integer",
|
|
1960
|
-
"format": "int32",
|
|
1961
|
-
"default": 1
|
|
1962
|
-
},
|
|
1963
|
-
"sanityRef": {
|
|
1964
|
-
"type": "string"
|
|
1965
|
-
},
|
|
1966
|
-
"sanityWeakOption": {
|
|
1967
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1968
|
-
},
|
|
1969
|
-
"sanityWeak": {
|
|
1970
|
-
"type": "boolean",
|
|
1832
|
+
"value": {
|
|
1833
|
+
"type": "number",
|
|
1834
|
+
"format": "double",
|
|
1971
1835
|
"nullable": true
|
|
1972
1836
|
}
|
|
1973
1837
|
}
|
|
1974
1838
|
},
|
|
1975
|
-
"
|
|
1839
|
+
"option_object": {
|
|
1976
1840
|
"type": "object",
|
|
1977
1841
|
"properties": {
|
|
1978
1842
|
"value": {
|
|
1979
|
-
"
|
|
1843
|
+
"type": "object"
|
|
1980
1844
|
}
|
|
1981
1845
|
}
|
|
1982
1846
|
},
|
|
1983
|
-
"
|
|
1847
|
+
"option_sanityComponentMedia": {
|
|
1984
1848
|
"type": "object",
|
|
1985
1849
|
"properties": {
|
|
1986
1850
|
"value": {
|
|
1987
|
-
"$ref": "#/components/schemas/
|
|
1851
|
+
"$ref": "#/components/schemas/sanityComponentMedia"
|
|
1988
1852
|
}
|
|
1989
1853
|
}
|
|
1990
1854
|
},
|
|
1991
|
-
"
|
|
1855
|
+
"option_sanityComponentMediaImage": {
|
|
1992
1856
|
"type": "object",
|
|
1993
1857
|
"properties": {
|
|
1994
1858
|
"value": {
|
|
1995
|
-
"$ref": "#/components/schemas/
|
|
1859
|
+
"$ref": "#/components/schemas/sanityComponentMediaImage"
|
|
1996
1860
|
}
|
|
1997
1861
|
}
|
|
1998
1862
|
},
|
|
1999
|
-
"
|
|
1863
|
+
"option_sanityEmployeeReference": {
|
|
2000
1864
|
"type": "object",
|
|
2001
1865
|
"properties": {
|
|
2002
1866
|
"value": {
|
|
2003
|
-
"
|
|
2004
|
-
"items": {
|
|
2005
|
-
"type": "string"
|
|
2006
|
-
}
|
|
1867
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
2007
1868
|
}
|
|
2008
1869
|
}
|
|
2009
1870
|
},
|
|
2010
|
-
"
|
|
1871
|
+
"option_sanityImageAssetReference": {
|
|
2011
1872
|
"type": "object",
|
|
2012
1873
|
"properties": {
|
|
2013
1874
|
"value": {
|
|
2014
|
-
"$ref": "#/components/schemas/
|
|
1875
|
+
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2015
1876
|
}
|
|
2016
1877
|
}
|
|
2017
1878
|
},
|
|
2018
|
-
"
|
|
1879
|
+
"option_sanityImageCrop": {
|
|
2019
1880
|
"type": "object",
|
|
2020
1881
|
"properties": {
|
|
2021
1882
|
"value": {
|
|
2022
|
-
"$ref": "#/components/schemas/
|
|
1883
|
+
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2023
1884
|
}
|
|
2024
1885
|
}
|
|
2025
1886
|
},
|
|
2026
|
-
"
|
|
1887
|
+
"option_sanityImageHotspot": {
|
|
2027
1888
|
"type": "object",
|
|
2028
1889
|
"properties": {
|
|
2029
1890
|
"value": {
|
|
2030
|
-
"
|
|
2031
|
-
"format": "double",
|
|
2032
|
-
"nullable": true
|
|
1891
|
+
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2033
1892
|
}
|
|
2034
1893
|
}
|
|
2035
1894
|
},
|
|
2036
|
-
"
|
|
1895
|
+
"option_sanityMuxVideo": {
|
|
2037
1896
|
"type": "object",
|
|
2038
1897
|
"properties": {
|
|
2039
1898
|
"value": {
|
|
2040
|
-
"
|
|
1899
|
+
"$ref": "#/components/schemas/sanityMuxVideo"
|
|
2041
1900
|
}
|
|
2042
1901
|
}
|
|
2043
1902
|
},
|
|
2044
|
-
"
|
|
1903
|
+
"option_sanityMuxVideoAssetReference": {
|
|
2045
1904
|
"type": "object",
|
|
2046
1905
|
"properties": {
|
|
2047
1906
|
"value": {
|
|
2048
|
-
"$ref": "#/components/schemas/
|
|
1907
|
+
"$ref": "#/components/schemas/sanityMuxVideoAssetReference"
|
|
2049
1908
|
}
|
|
2050
1909
|
}
|
|
2051
1910
|
},
|
|
2052
|
-
"
|
|
1911
|
+
"option_sanitySlug": {
|
|
2053
1912
|
"type": "object",
|
|
2054
1913
|
"properties": {
|
|
2055
1914
|
"value": {
|
|
2056
|
-
"$ref": "#/components/schemas/
|
|
1915
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2057
1916
|
}
|
|
2058
1917
|
}
|
|
2059
1918
|
},
|
|
2060
|
-
"
|
|
1919
|
+
"option_sanityTvCategoryDashboardsInnerBackgroundImageAsset": {
|
|
2061
1920
|
"type": "object",
|
|
2062
1921
|
"properties": {
|
|
2063
1922
|
"value": {
|
|
2064
|
-
"$ref": "#/components/schemas/
|
|
1923
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2065
1924
|
}
|
|
2066
1925
|
}
|
|
2067
1926
|
},
|
|
2068
|
-
"
|
|
1927
|
+
"option_sanityVideoMemoryAsset": {
|
|
2069
1928
|
"type": "object",
|
|
2070
1929
|
"properties": {
|
|
2071
1930
|
"value": {
|
|
2072
|
-
"$ref": "#/components/schemas/
|
|
1931
|
+
"$ref": "#/components/schemas/sanityVideoMemoryAsset"
|
|
2073
1932
|
}
|
|
2074
1933
|
}
|
|
2075
1934
|
},
|
|
@@ -2081,43 +1940,6 @@
|
|
|
2081
1940
|
}
|
|
2082
1941
|
}
|
|
2083
1942
|
},
|
|
2084
|
-
"pageMetaImage": {
|
|
2085
|
-
"type": "object",
|
|
2086
|
-
"properties": {
|
|
2087
|
-
"sanityType": {
|
|
2088
|
-
"enum": [
|
|
2089
|
-
1
|
|
2090
|
-
],
|
|
2091
|
-
"type": "integer",
|
|
2092
|
-
"format": "int32",
|
|
2093
|
-
"default": 1
|
|
2094
|
-
},
|
|
2095
|
-
"assetOption": {
|
|
2096
|
-
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
2097
|
-
},
|
|
2098
|
-
"asset": {
|
|
2099
|
-
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2100
|
-
},
|
|
2101
|
-
"cropOption": {
|
|
2102
|
-
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
2103
|
-
},
|
|
2104
|
-
"crop": {
|
|
2105
|
-
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2106
|
-
},
|
|
2107
|
-
"hotspotOption": {
|
|
2108
|
-
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
2109
|
-
},
|
|
2110
|
-
"hotspot": {
|
|
2111
|
-
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2112
|
-
},
|
|
2113
|
-
"mediaOption": {
|
|
2114
|
-
"$ref": "#/components/schemas/option_object"
|
|
2115
|
-
},
|
|
2116
|
-
"media": {
|
|
2117
|
-
"type": "object"
|
|
2118
|
-
}
|
|
2119
|
-
}
|
|
2120
|
-
},
|
|
2121
1943
|
"participant": {
|
|
2122
1944
|
"required": [
|
|
2123
1945
|
"sanityKey",
|
|
@@ -2257,10 +2079,10 @@
|
|
|
2257
2079
|
}
|
|
2258
2080
|
},
|
|
2259
2081
|
"creatorOption": {
|
|
2260
|
-
"$ref": "#/components/schemas/
|
|
2082
|
+
"$ref": "#/components/schemas/option_sanityEmployeeReference"
|
|
2261
2083
|
},
|
|
2262
2084
|
"creator": {
|
|
2263
|
-
"$ref": "#/components/schemas/
|
|
2085
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
2264
2086
|
},
|
|
2265
2087
|
"descriptionOption": {
|
|
2266
2088
|
"$ref": "#/components/schemas/option_string"
|
|
@@ -2325,10 +2147,10 @@
|
|
|
2325
2147
|
"nullable": true
|
|
2326
2148
|
},
|
|
2327
2149
|
"mediaOption": {
|
|
2328
|
-
"$ref": "#/components/schemas/
|
|
2150
|
+
"$ref": "#/components/schemas/option_sanityComponentMedia"
|
|
2329
2151
|
},
|
|
2330
2152
|
"media": {
|
|
2331
|
-
"$ref": "#/components/schemas/
|
|
2153
|
+
"$ref": "#/components/schemas/sanityComponentMedia"
|
|
2332
2154
|
},
|
|
2333
2155
|
"memoriesOption": {
|
|
2334
2156
|
"$ref": "#/components/schemas/option_list`1"
|
|
@@ -2374,10 +2196,10 @@
|
|
|
2374
2196
|
"type": "string"
|
|
2375
2197
|
},
|
|
2376
2198
|
"slugOption": {
|
|
2377
|
-
"$ref": "#/components/schemas/
|
|
2199
|
+
"$ref": "#/components/schemas/option_sanitySlug"
|
|
2378
2200
|
},
|
|
2379
2201
|
"slug": {
|
|
2380
|
-
"$ref": "#/components/schemas/
|
|
2202
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2381
2203
|
},
|
|
2382
2204
|
"teamsLinkOption": {
|
|
2383
2205
|
"$ref": "#/components/schemas/option_string"
|
|
@@ -2405,20 +2227,6 @@
|
|
|
2405
2227
|
}
|
|
2406
2228
|
}
|
|
2407
2229
|
},
|
|
2408
|
-
"patchEventMemory": {
|
|
2409
|
-
"type": "object",
|
|
2410
|
-
"properties": {
|
|
2411
|
-
"approved": {
|
|
2412
|
-
"type": "boolean"
|
|
2413
|
-
},
|
|
2414
|
-
"additionalProperties": {
|
|
2415
|
-
"type": "object",
|
|
2416
|
-
"additionalProperties": {
|
|
2417
|
-
"$ref": "#/components/schemas/jsonElement"
|
|
2418
|
-
}
|
|
2419
|
-
}
|
|
2420
|
-
}
|
|
2421
|
-
},
|
|
2422
2230
|
"postToInstagram": {
|
|
2423
2231
|
"required": [
|
|
2424
2232
|
"eventId"
|
|
@@ -2452,33 +2260,24 @@
|
|
|
2452
2260
|
}
|
|
2453
2261
|
}
|
|
2454
2262
|
},
|
|
2455
|
-
"
|
|
2263
|
+
"sanityAzureBlobStorageCredentials": {
|
|
2456
2264
|
"type": "object",
|
|
2457
2265
|
"properties": {
|
|
2458
|
-
"
|
|
2459
|
-
"enum": [
|
|
2460
|
-
1
|
|
2461
|
-
],
|
|
2462
|
-
"type": "integer",
|
|
2463
|
-
"format": "int32",
|
|
2464
|
-
"default": 1
|
|
2465
|
-
},
|
|
2466
|
-
"sanityKey": {
|
|
2266
|
+
"blobUrl": {
|
|
2467
2267
|
"type": "string"
|
|
2468
2268
|
},
|
|
2469
|
-
"
|
|
2269
|
+
"sasToken": {
|
|
2470
2270
|
"type": "string"
|
|
2471
2271
|
},
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
"nullable": true
|
|
2272
|
+
"additionalProperties": {
|
|
2273
|
+
"type": "object",
|
|
2274
|
+
"additionalProperties": {
|
|
2275
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
2276
|
+
}
|
|
2478
2277
|
}
|
|
2479
2278
|
}
|
|
2480
2279
|
},
|
|
2481
|
-
"
|
|
2280
|
+
"sanityComponentMedia": {
|
|
2482
2281
|
"type": "object",
|
|
2483
2282
|
"properties": {
|
|
2484
2283
|
"sanityType": {
|
|
@@ -2489,13 +2288,110 @@
|
|
|
2489
2288
|
"format": "int32",
|
|
2490
2289
|
"default": 1
|
|
2491
2290
|
},
|
|
2492
|
-
"
|
|
2493
|
-
"
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
"type": "
|
|
2498
|
-
"format": "
|
|
2291
|
+
"type": {
|
|
2292
|
+
"enum": [
|
|
2293
|
+
1,
|
|
2294
|
+
2
|
|
2295
|
+
],
|
|
2296
|
+
"type": "integer",
|
|
2297
|
+
"format": "int32",
|
|
2298
|
+
"default": 1
|
|
2299
|
+
},
|
|
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": {
|
|
2393
|
+
"type": "number",
|
|
2394
|
+
"format": "double"
|
|
2499
2395
|
},
|
|
2500
2396
|
"overallRating": {
|
|
2501
2397
|
"type": "number",
|
|
@@ -2523,15 +2419,15 @@
|
|
|
2523
2419
|
"sanityCreateEventMemoriesInner": {
|
|
2524
2420
|
"type": "object",
|
|
2525
2421
|
"properties": {
|
|
2526
|
-
"
|
|
2527
|
-
"$ref": "#/components/schemas/
|
|
2422
|
+
"sanityCreateEventMemoriesInnerSanityMemoryImage": {
|
|
2423
|
+
"$ref": "#/components/schemas/sanityCreateEventMemoriesInnerSanityMemoryImage"
|
|
2528
2424
|
},
|
|
2529
|
-
"
|
|
2530
|
-
"$ref": "#/components/schemas/
|
|
2425
|
+
"sanityCreateEventMemoriesInnerSanityMemoryVideo": {
|
|
2426
|
+
"$ref": "#/components/schemas/sanityCreateEventMemoriesInnerSanityMemoryVideo"
|
|
2531
2427
|
}
|
|
2532
2428
|
}
|
|
2533
2429
|
},
|
|
2534
|
-
"
|
|
2430
|
+
"sanityCreateEventMemoriesInnerSanityMemoryImage": {
|
|
2535
2431
|
"type": "object",
|
|
2536
2432
|
"properties": {
|
|
2537
2433
|
"sanityType": {
|
|
@@ -2543,7 +2439,7 @@
|
|
|
2543
2439
|
"default": 1
|
|
2544
2440
|
},
|
|
2545
2441
|
"image": {
|
|
2546
|
-
"$ref": "#/components/schemas/
|
|
2442
|
+
"$ref": "#/components/schemas/sanityPageMetaImage"
|
|
2547
2443
|
},
|
|
2548
2444
|
"sanityKey": {
|
|
2549
2445
|
"type": "string"
|
|
@@ -2557,7 +2453,7 @@
|
|
|
2557
2453
|
}
|
|
2558
2454
|
}
|
|
2559
2455
|
},
|
|
2560
|
-
"
|
|
2456
|
+
"sanityCreateEventMemoriesInnerSanityMemoryVideo": {
|
|
2561
2457
|
"type": "object",
|
|
2562
2458
|
"properties": {
|
|
2563
2459
|
"sanityType": {
|
|
@@ -2572,7 +2468,7 @@
|
|
|
2572
2468
|
"type": "string"
|
|
2573
2469
|
},
|
|
2574
2470
|
"video": {
|
|
2575
|
-
"$ref": "#/components/schemas/
|
|
2471
|
+
"$ref": "#/components/schemas/sanityMuxVideo"
|
|
2576
2472
|
},
|
|
2577
2473
|
"approvedOption": {
|
|
2578
2474
|
"$ref": "#/components/schemas/option_nullable`1"
|
|
@@ -2586,15 +2482,15 @@
|
|
|
2586
2482
|
"sanityCreateEventParticipantsInner": {
|
|
2587
2483
|
"type": "object",
|
|
2588
2484
|
"properties": {
|
|
2589
|
-
"
|
|
2590
|
-
"$ref": "#/components/schemas/
|
|
2485
|
+
"sanityCreateEventParticipantsInnerSanityInternal": {
|
|
2486
|
+
"$ref": "#/components/schemas/sanityCreateEventParticipantsInnerSanityInternal"
|
|
2591
2487
|
},
|
|
2592
|
-
"
|
|
2593
|
-
"$ref": "#/components/schemas/
|
|
2488
|
+
"sanityEventParticipantsInnerSanityExternal": {
|
|
2489
|
+
"$ref": "#/components/schemas/sanityEventParticipantsInnerSanityExternal"
|
|
2594
2490
|
}
|
|
2595
2491
|
}
|
|
2596
2492
|
},
|
|
2597
|
-
"
|
|
2493
|
+
"sanityCreateEventParticipantsInnerSanityInternal": {
|
|
2598
2494
|
"type": "object",
|
|
2599
2495
|
"properties": {
|
|
2600
2496
|
"sanityType": {
|
|
@@ -2606,7 +2502,7 @@
|
|
|
2606
2502
|
"default": 1
|
|
2607
2503
|
},
|
|
2608
2504
|
"employee": {
|
|
2609
|
-
"$ref": "#/components/schemas/
|
|
2505
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
2610
2506
|
},
|
|
2611
2507
|
"feedbackSubmitted": {
|
|
2612
2508
|
"type": "boolean"
|
|
@@ -2622,66 +2518,52 @@
|
|
|
2622
2518
|
}
|
|
2623
2519
|
}
|
|
2624
2520
|
},
|
|
2625
|
-
"
|
|
2521
|
+
"sanityCreateMemory": {
|
|
2626
2522
|
"type": "object",
|
|
2627
2523
|
"properties": {
|
|
2628
2524
|
"sanityType": {
|
|
2629
2525
|
"enum": [
|
|
2630
|
-
1
|
|
2526
|
+
1,
|
|
2527
|
+
2
|
|
2631
2528
|
],
|
|
2632
2529
|
"type": "integer",
|
|
2633
2530
|
"format": "int32",
|
|
2634
2531
|
"default": 1
|
|
2635
2532
|
},
|
|
2636
|
-
"
|
|
2637
|
-
"type": "string"
|
|
2638
|
-
},
|
|
2639
|
-
"feedbackSubmitted": {
|
|
2640
|
-
"type": "boolean"
|
|
2641
|
-
},
|
|
2642
|
-
"name": {
|
|
2643
|
-
"type": "string"
|
|
2644
|
-
},
|
|
2645
|
-
"registered": {
|
|
2646
|
-
"type": "string"
|
|
2647
|
-
},
|
|
2648
|
-
"sanityKey": {
|
|
2533
|
+
"filename": {
|
|
2649
2534
|
"type": "string"
|
|
2650
2535
|
},
|
|
2651
|
-
"
|
|
2536
|
+
"mediaUrl": {
|
|
2652
2537
|
"type": "string"
|
|
2653
2538
|
},
|
|
2654
|
-
"
|
|
2655
|
-
"
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2539
|
+
"additionalProperties": {
|
|
2540
|
+
"type": "object",
|
|
2541
|
+
"additionalProperties": {
|
|
2542
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
2543
|
+
}
|
|
2659
2544
|
}
|
|
2660
2545
|
}
|
|
2661
2546
|
},
|
|
2662
|
-
"
|
|
2547
|
+
"sanityEmployeeReference": {
|
|
2663
2548
|
"type": "object",
|
|
2664
2549
|
"properties": {
|
|
2665
2550
|
"sanityType": {
|
|
2666
2551
|
"enum": [
|
|
2667
|
-
1
|
|
2668
|
-
2
|
|
2552
|
+
1
|
|
2669
2553
|
],
|
|
2670
2554
|
"type": "integer",
|
|
2671
2555
|
"format": "int32",
|
|
2672
2556
|
"default": 1
|
|
2673
2557
|
},
|
|
2674
|
-
"
|
|
2558
|
+
"sanityRef": {
|
|
2675
2559
|
"type": "string"
|
|
2676
2560
|
},
|
|
2677
|
-
"
|
|
2678
|
-
"
|
|
2561
|
+
"sanityWeakOption": {
|
|
2562
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2679
2563
|
},
|
|
2680
|
-
"
|
|
2681
|
-
"type": "
|
|
2682
|
-
"
|
|
2683
|
-
"$ref": "#/components/schemas/jsonElement"
|
|
2684
|
-
}
|
|
2564
|
+
"sanityWeak": {
|
|
2565
|
+
"type": "boolean",
|
|
2566
|
+
"nullable": true
|
|
2685
2567
|
}
|
|
2686
2568
|
}
|
|
2687
2569
|
},
|
|
@@ -2730,15 +2612,15 @@
|
|
|
2730
2612
|
"sanityEventMemoriesInner": {
|
|
2731
2613
|
"type": "object",
|
|
2732
2614
|
"properties": {
|
|
2733
|
-
"
|
|
2734
|
-
"$ref": "#/components/schemas/
|
|
2615
|
+
"sanityEventMemoriesInnerSanityImage": {
|
|
2616
|
+
"$ref": "#/components/schemas/sanityEventMemoriesInnerSanityImage"
|
|
2735
2617
|
},
|
|
2736
|
-
"
|
|
2737
|
-
"$ref": "#/components/schemas/
|
|
2618
|
+
"sanityEventMemoriesInnerSanityVideo": {
|
|
2619
|
+
"$ref": "#/components/schemas/sanityEventMemoriesInnerSanityVideo"
|
|
2738
2620
|
}
|
|
2739
2621
|
}
|
|
2740
2622
|
},
|
|
2741
|
-
"
|
|
2623
|
+
"sanityEventMemoriesInnerSanityImage": {
|
|
2742
2624
|
"type": "object",
|
|
2743
2625
|
"properties": {
|
|
2744
2626
|
"sanityType": {
|
|
@@ -2752,16 +2634,22 @@
|
|
|
2752
2634
|
"sanityKey": {
|
|
2753
2635
|
"type": "string"
|
|
2754
2636
|
},
|
|
2637
|
+
"approvedOption": {
|
|
2638
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2639
|
+
},
|
|
2755
2640
|
"approved": {
|
|
2756
2641
|
"type": "boolean",
|
|
2757
2642
|
"nullable": true
|
|
2758
2643
|
},
|
|
2644
|
+
"assetOption": {
|
|
2645
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2646
|
+
},
|
|
2759
2647
|
"asset": {
|
|
2760
2648
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2761
2649
|
}
|
|
2762
2650
|
}
|
|
2763
2651
|
},
|
|
2764
|
-
"
|
|
2652
|
+
"sanityEventMemoriesInnerSanityVideo": {
|
|
2765
2653
|
"type": "object",
|
|
2766
2654
|
"properties": {
|
|
2767
2655
|
"sanityType": {
|
|
@@ -2775,12 +2663,55 @@
|
|
|
2775
2663
|
"sanityKey": {
|
|
2776
2664
|
"type": "string"
|
|
2777
2665
|
},
|
|
2666
|
+
"approvedOption": {
|
|
2667
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2668
|
+
},
|
|
2778
2669
|
"approved": {
|
|
2779
2670
|
"type": "boolean",
|
|
2780
2671
|
"nullable": true
|
|
2781
2672
|
},
|
|
2673
|
+
"assetOption": {
|
|
2674
|
+
"$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
|
|
2675
|
+
},
|
|
2782
2676
|
"asset": {
|
|
2783
|
-
"$ref": "#/components/schemas/
|
|
2677
|
+
"$ref": "#/components/schemas/sanityVideoMemoryAsset"
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
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"
|
|
2784
2715
|
}
|
|
2785
2716
|
}
|
|
2786
2717
|
},
|
|
@@ -2865,6 +2796,48 @@
|
|
|
2865
2796
|
}
|
|
2866
2797
|
}
|
|
2867
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
|
+
},
|
|
2868
2841
|
"sanityOrderEmployee": {
|
|
2869
2842
|
"type": "object",
|
|
2870
2843
|
"properties": {
|
|
@@ -2889,11 +2862,14 @@
|
|
|
2889
2862
|
"type": "string"
|
|
2890
2863
|
},
|
|
2891
2864
|
"slug": {
|
|
2892
|
-
"$ref": "#/components/schemas/
|
|
2865
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2893
2866
|
},
|
|
2894
2867
|
"telephone": {
|
|
2895
2868
|
"type": "string"
|
|
2896
2869
|
},
|
|
2870
|
+
"tagsOption": {
|
|
2871
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2872
|
+
},
|
|
2897
2873
|
"tags": {
|
|
2898
2874
|
"type": "array",
|
|
2899
2875
|
"items": {
|
|
@@ -2902,18 +2878,58 @@
|
|
|
2902
2878
|
}
|
|
2903
2879
|
}
|
|
2904
2880
|
},
|
|
2905
|
-
"
|
|
2881
|
+
"sanityPageMetaImage": {
|
|
2906
2882
|
"type": "object",
|
|
2907
2883
|
"properties": {
|
|
2908
|
-
"
|
|
2909
|
-
"
|
|
2884
|
+
"sanityType": {
|
|
2885
|
+
"enum": [
|
|
2886
|
+
1
|
|
2887
|
+
],
|
|
2888
|
+
"type": "integer",
|
|
2889
|
+
"format": "int32",
|
|
2890
|
+
"default": 1
|
|
2910
2891
|
},
|
|
2911
|
-
"
|
|
2912
|
-
"$ref": "#/components/schemas/
|
|
2892
|
+
"assetOption": {
|
|
2893
|
+
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
2894
|
+
},
|
|
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"
|
|
2913
2915
|
}
|
|
2914
2916
|
}
|
|
2915
2917
|
},
|
|
2916
|
-
"
|
|
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": {
|
|
2917
2933
|
"type": "object",
|
|
2918
2934
|
"properties": {
|
|
2919
2935
|
"sanityType": {
|
|
@@ -2924,12 +2940,29 @@
|
|
|
2924
2940
|
"format": "int32",
|
|
2925
2941
|
"default": 1
|
|
2926
2942
|
},
|
|
2927
|
-
"
|
|
2928
|
-
"
|
|
2943
|
+
"current": {
|
|
2944
|
+
"type": "string"
|
|
2945
|
+
},
|
|
2946
|
+
"sourceOption": {
|
|
2947
|
+
"$ref": "#/components/schemas/option_string"
|
|
2948
|
+
},
|
|
2949
|
+
"source": {
|
|
2950
|
+
"type": "string"
|
|
2929
2951
|
}
|
|
2930
2952
|
}
|
|
2931
2953
|
},
|
|
2932
|
-
"
|
|
2954
|
+
"sanityTechnologyWithRelationsProjectsInnerMedia": {
|
|
2955
|
+
"type": "object",
|
|
2956
|
+
"properties": {
|
|
2957
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaSanityImage": {
|
|
2958
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaSanityImage"
|
|
2959
|
+
},
|
|
2960
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo": {
|
|
2961
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo"
|
|
2962
|
+
}
|
|
2963
|
+
}
|
|
2964
|
+
},
|
|
2965
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaSanityImage": {
|
|
2933
2966
|
"type": "object",
|
|
2934
2967
|
"properties": {
|
|
2935
2968
|
"sanityType": {
|
|
@@ -2940,18 +2973,34 @@
|
|
|
2940
2973
|
"format": "int32",
|
|
2941
2974
|
"default": 1
|
|
2942
2975
|
},
|
|
2943
|
-
"
|
|
2944
|
-
"
|
|
2976
|
+
"assetOption": {
|
|
2977
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2945
2978
|
},
|
|
2946
|
-
"
|
|
2947
|
-
"
|
|
2979
|
+
"asset": {
|
|
2980
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2981
|
+
}
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaSanityVideo": {
|
|
2985
|
+
"type": "object",
|
|
2986
|
+
"properties": {
|
|
2987
|
+
"sanityType": {
|
|
2988
|
+
"enum": [
|
|
2989
|
+
1
|
|
2990
|
+
],
|
|
2991
|
+
"type": "integer",
|
|
2992
|
+
"format": "int32",
|
|
2993
|
+
"default": 1
|
|
2948
2994
|
},
|
|
2949
|
-
"
|
|
2950
|
-
"$ref": "#/components/schemas/
|
|
2995
|
+
"assetOption": {
|
|
2996
|
+
"$ref": "#/components/schemas/option_sanityVideoMemoryAsset"
|
|
2997
|
+
},
|
|
2998
|
+
"asset": {
|
|
2999
|
+
"$ref": "#/components/schemas/sanityVideoMemoryAsset"
|
|
2951
3000
|
}
|
|
2952
3001
|
}
|
|
2953
3002
|
},
|
|
2954
|
-
"
|
|
3003
|
+
"sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
|
|
2955
3004
|
"type": "object",
|
|
2956
3005
|
"properties": {
|
|
2957
3006
|
"sanityType": {
|
|
@@ -2962,14 +3011,14 @@
|
|
|
2962
3011
|
"format": "int32",
|
|
2963
3012
|
"default": 1
|
|
2964
3013
|
},
|
|
2965
|
-
"
|
|
3014
|
+
"name": {
|
|
2966
3015
|
"type": "string"
|
|
2967
3016
|
},
|
|
2968
|
-
"
|
|
3017
|
+
"sanityId": {
|
|
2969
3018
|
"type": "string"
|
|
2970
3019
|
},
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
3020
|
+
"slug": {
|
|
3021
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2973
3022
|
}
|
|
2974
3023
|
}
|
|
2975
3024
|
},
|
|
@@ -2984,6 +3033,9 @@
|
|
|
2984
3033
|
"format": "int32",
|
|
2985
3034
|
"default": 1
|
|
2986
3035
|
},
|
|
3036
|
+
"assetOption": {
|
|
3037
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
3038
|
+
},
|
|
2987
3039
|
"asset": {
|
|
2988
3040
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2989
3041
|
}
|
|
@@ -3009,12 +3061,15 @@
|
|
|
3009
3061
|
"url": {
|
|
3010
3062
|
"type": "string"
|
|
3011
3063
|
},
|
|
3064
|
+
"originalFilenameOption": {
|
|
3065
|
+
"$ref": "#/components/schemas/option_string"
|
|
3066
|
+
},
|
|
3012
3067
|
"originalFilename": {
|
|
3013
3068
|
"type": "string"
|
|
3014
3069
|
}
|
|
3015
3070
|
}
|
|
3016
3071
|
},
|
|
3017
|
-
"
|
|
3072
|
+
"sanityVideoMemoryAsset": {
|
|
3018
3073
|
"type": "object",
|
|
3019
3074
|
"properties": {
|
|
3020
3075
|
"sanityType": {
|
|
@@ -3025,13 +3080,37 @@
|
|
|
3025
3080
|
"format": "int32",
|
|
3026
3081
|
"default": 1
|
|
3027
3082
|
},
|
|
3028
|
-
"
|
|
3083
|
+
"sanityId": {
|
|
3029
3084
|
"type": "string"
|
|
3030
3085
|
},
|
|
3031
|
-
"
|
|
3086
|
+
"filenameOption": {
|
|
3032
3087
|
"$ref": "#/components/schemas/option_string"
|
|
3033
3088
|
},
|
|
3034
|
-
"
|
|
3089
|
+
"filename": {
|
|
3090
|
+
"type": "string"
|
|
3091
|
+
},
|
|
3092
|
+
"playbackIdOption": {
|
|
3093
|
+
"$ref": "#/components/schemas/option_string"
|
|
3094
|
+
},
|
|
3095
|
+
"playbackId": {
|
|
3096
|
+
"type": "string"
|
|
3097
|
+
}
|
|
3098
|
+
}
|
|
3099
|
+
},
|
|
3100
|
+
"slug": {
|
|
3101
|
+
"required": [
|
|
3102
|
+
"sanityType"
|
|
3103
|
+
],
|
|
3104
|
+
"type": "object",
|
|
3105
|
+
"properties": {
|
|
3106
|
+
"sanityType": {
|
|
3107
|
+
"minLength": 1,
|
|
3108
|
+
"type": "string"
|
|
3109
|
+
},
|
|
3110
|
+
"sanityKey": {
|
|
3111
|
+
"type": "string"
|
|
3112
|
+
},
|
|
3113
|
+
"current": {
|
|
3035
3114
|
"type": "string"
|
|
3036
3115
|
}
|
|
3037
3116
|
}
|