@snokam/mcp-api 2.58.1 → 2.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -946,16 +946,21 @@
946
946
  "properties": {
947
947
  "sanityType": {
948
948
  "enum": [
949
- "reference"
949
+ 1
950
950
  ],
951
- "type": "string",
952
- "default": "reference"
951
+ "type": "integer",
952
+ "format": "int32",
953
+ "default": 1
953
954
  },
954
955
  "sanityRef": {
955
956
  "type": "string"
956
957
  },
958
+ "sanityWeakOption": {
959
+ "$ref": "#/components/schemas/option_nullable`1"
960
+ },
957
961
  "sanityWeak": {
958
- "type": "boolean"
962
+ "type": "boolean",
963
+ "nullable": true
959
964
  }
960
965
  }
961
966
  },
@@ -964,10 +969,17 @@
964
969
  "properties": {
965
970
  "sanityType": {
966
971
  "enum": [
967
- "span"
972
+ 1
968
973
  ],
969
- "type": "string",
970
- "default": "span"
974
+ "type": "integer",
975
+ "format": "int32",
976
+ "default": 1
977
+ },
978
+ "sanityKey": {
979
+ "type": "string"
980
+ },
981
+ "marksOption": {
982
+ "$ref": "#/components/schemas/option_list`1"
971
983
  },
972
984
  "marks": {
973
985
  "type": "array",
@@ -975,8 +987,8 @@
975
987
  "type": "string"
976
988
  }
977
989
  },
978
- "sanityKey": {
979
- "type": "string"
990
+ "textOption": {
991
+ "$ref": "#/components/schemas/option_string"
980
992
  },
981
993
  "text": {
982
994
  "type": "string"
@@ -988,15 +1000,19 @@
988
1000
  "properties": {
989
1001
  "sanityType": {
990
1002
  "enum": [
991
- "link"
1003
+ 1
992
1004
  ],
993
- "type": "string",
994
- "default": "link"
1005
+ "type": "integer",
1006
+ "format": "int32",
1007
+ "default": 1
995
1008
  },
996
- "href": {
1009
+ "sanityKey": {
997
1010
  "type": "string"
998
1011
  },
999
- "sanityKey": {
1012
+ "hrefOption": {
1013
+ "$ref": "#/components/schemas/option_string"
1014
+ },
1015
+ "href": {
1000
1016
  "type": "string"
1001
1017
  }
1002
1018
  }
@@ -1004,14 +1020,73 @@
1004
1020
  "componentGalleryMediaInner": {
1005
1021
  "type": "object",
1006
1022
  "properties": {
1007
- "actualInstance": {
1008
- "type": "object"
1023
+ "componentGalleryMediaInnerOneOf": {
1024
+ "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf"
1009
1025
  },
1010
- "isNullable": {
1011
- "type": "boolean"
1026
+ "componentGalleryMediaInnerOneOf1": {
1027
+ "$ref": "#/components/schemas/componentGalleryMediaInnerOneOf1"
1028
+ }
1029
+ }
1030
+ },
1031
+ "componentGalleryMediaInnerOneOf": {
1032
+ "type": "object",
1033
+ "properties": {
1034
+ "sanityType": {
1035
+ "enum": [
1036
+ 1
1037
+ ],
1038
+ "type": "integer",
1039
+ "format": "int32",
1040
+ "default": 1
1041
+ },
1042
+ "sanityKey": {
1043
+ "type": "string"
1044
+ },
1045
+ "assetOption": {
1046
+ "$ref": "#/components/schemas/option_sanityImageAssetReference"
1047
+ },
1048
+ "asset": {
1049
+ "$ref": "#/components/schemas/sanityImageAssetReference"
1050
+ },
1051
+ "cropOption": {
1052
+ "$ref": "#/components/schemas/option_sanityImageCrop"
1053
+ },
1054
+ "crop": {
1055
+ "$ref": "#/components/schemas/sanityImageCrop"
1056
+ },
1057
+ "hotspotOption": {
1058
+ "$ref": "#/components/schemas/option_sanityImageHotspot"
1059
+ },
1060
+ "hotspot": {
1061
+ "$ref": "#/components/schemas/sanityImageHotspot"
1062
+ },
1063
+ "mediaOption": {
1064
+ "$ref": "#/components/schemas/option_object"
1065
+ },
1066
+ "media": {
1067
+ "type": "object"
1068
+ }
1069
+ }
1070
+ },
1071
+ "componentGalleryMediaInnerOneOf1": {
1072
+ "type": "object",
1073
+ "properties": {
1074
+ "sanityType": {
1075
+ "enum": [
1076
+ 1
1077
+ ],
1078
+ "type": "integer",
1079
+ "format": "int32",
1080
+ "default": 1
1012
1081
  },
1013
- "schemaType": {
1082
+ "sanityKey": {
1014
1083
  "type": "string"
1084
+ },
1085
+ "assetOption": {
1086
+ "$ref": "#/components/schemas/option_muxVideoAssetReference"
1087
+ },
1088
+ "asset": {
1089
+ "$ref": "#/components/schemas/muxVideoAssetReference"
1015
1090
  }
1016
1091
  }
1017
1092
  },
@@ -1280,16 +1355,21 @@
1280
1355
  "properties": {
1281
1356
  "sanityType": {
1282
1357
  "enum": [
1283
- "reference"
1358
+ 1
1284
1359
  ],
1285
- "type": "string",
1286
- "default": "reference"
1360
+ "type": "integer",
1361
+ "format": "int32",
1362
+ "default": 1
1287
1363
  },
1288
1364
  "sanityRef": {
1289
1365
  "type": "string"
1290
1366
  },
1367
+ "sanityWeakOption": {
1368
+ "$ref": "#/components/schemas/option_nullable`1"
1369
+ },
1291
1370
  "sanityWeak": {
1292
- "type": "boolean"
1371
+ "type": "boolean",
1372
+ "nullable": true
1293
1373
  }
1294
1374
  }
1295
1375
  },
@@ -1396,10 +1476,11 @@
1396
1476
  "properties": {
1397
1477
  "sanityType": {
1398
1478
  "enum": [
1399
- "gadget"
1479
+ 1
1400
1480
  ],
1401
- "type": "string",
1402
- "default": "gadget"
1481
+ "type": "integer",
1482
+ "format": "int32",
1483
+ "default": 1
1403
1484
  },
1404
1485
  "employee": {
1405
1486
  "$ref": "#/components/schemas/sanityOrderEmployee"
@@ -1429,22 +1510,229 @@
1429
1510
  "properties": {
1430
1511
  "sanityType": {
1431
1512
  "enum": [
1432
- "geopoint"
1513
+ 1
1433
1514
  ],
1434
- "type": "string",
1435
- "default": "geopoint"
1515
+ "type": "integer",
1516
+ "format": "int32",
1517
+ "default": 1
1518
+ },
1519
+ "altOption": {
1520
+ "$ref": "#/components/schemas/option_nullable`1"
1436
1521
  },
1437
1522
  "alt": {
1438
1523
  "type": "number",
1439
- "format": "double"
1524
+ "format": "double",
1525
+ "nullable": true
1526
+ },
1527
+ "latOption": {
1528
+ "$ref": "#/components/schemas/option_nullable`1"
1440
1529
  },
1441
1530
  "lat": {
1442
1531
  "type": "number",
1443
- "format": "double"
1532
+ "format": "double",
1533
+ "nullable": true
1534
+ },
1535
+ "lngOption": {
1536
+ "$ref": "#/components/schemas/option_nullable`1"
1444
1537
  },
1445
1538
  "lng": {
1446
1539
  "type": "number",
1447
- "format": "double"
1540
+ "format": "double",
1541
+ "nullable": true
1542
+ }
1543
+ }
1544
+ },
1545
+ "jsonElement": {
1546
+ "type": "object",
1547
+ "properties": {
1548
+ "valueKind": {
1549
+ "enum": [
1550
+ 0,
1551
+ 1,
1552
+ 2,
1553
+ 3,
1554
+ 4,
1555
+ 5,
1556
+ 6,
1557
+ 7
1558
+ ],
1559
+ "type": "integer",
1560
+ "format": "int32",
1561
+ "default": 0
1562
+ },
1563
+ "item": {
1564
+ "$ref": "#/components/schemas/jsonElement"
1565
+ }
1566
+ }
1567
+ },
1568
+ "muxVideoAssetReference": {
1569
+ "type": "object",
1570
+ "properties": {
1571
+ "sanityType": {
1572
+ "enum": [
1573
+ 1
1574
+ ],
1575
+ "type": "integer",
1576
+ "format": "int32",
1577
+ "default": 1
1578
+ },
1579
+ "sanityRef": {
1580
+ "type": "string"
1581
+ },
1582
+ "sanityWeakOption": {
1583
+ "$ref": "#/components/schemas/option_nullable`1"
1584
+ },
1585
+ "sanityWeak": {
1586
+ "type": "boolean",
1587
+ "nullable": true
1588
+ }
1589
+ }
1590
+ },
1591
+ "option_commissionTierReference": {
1592
+ "type": "object",
1593
+ "properties": {
1594
+ "value": {
1595
+ "$ref": "#/components/schemas/commissionTierReference"
1596
+ }
1597
+ }
1598
+ },
1599
+ "option_employeeReference": {
1600
+ "type": "object",
1601
+ "properties": {
1602
+ "value": {
1603
+ "$ref": "#/components/schemas/employeeReference"
1604
+ }
1605
+ }
1606
+ },
1607
+ "option_geopoint": {
1608
+ "type": "object",
1609
+ "properties": {
1610
+ "value": {
1611
+ "$ref": "#/components/schemas/geopoint"
1612
+ }
1613
+ }
1614
+ },
1615
+ "option_list`1": {
1616
+ "type": "object",
1617
+ "properties": {
1618
+ "value": {
1619
+ "type": "array",
1620
+ "items": {
1621
+ "type": "string"
1622
+ }
1623
+ }
1624
+ }
1625
+ },
1626
+ "option_muxVideoAssetReference": {
1627
+ "type": "object",
1628
+ "properties": {
1629
+ "value": {
1630
+ "$ref": "#/components/schemas/muxVideoAssetReference"
1631
+ }
1632
+ }
1633
+ },
1634
+ "option_nullable`1": {
1635
+ "type": "object",
1636
+ "properties": {
1637
+ "value": {
1638
+ "type": "boolean",
1639
+ "nullable": true
1640
+ }
1641
+ }
1642
+ },
1643
+ "option_object": {
1644
+ "type": "object",
1645
+ "properties": {
1646
+ "value": {
1647
+ "type": "object"
1648
+ }
1649
+ }
1650
+ },
1651
+ "option_sanityAssetSourceData": {
1652
+ "type": "object",
1653
+ "properties": {
1654
+ "value": {
1655
+ "$ref": "#/components/schemas/sanityAssetSourceData"
1656
+ }
1657
+ }
1658
+ },
1659
+ "option_sanityImageAssetReference": {
1660
+ "type": "object",
1661
+ "properties": {
1662
+ "value": {
1663
+ "$ref": "#/components/schemas/sanityImageAssetReference"
1664
+ }
1665
+ }
1666
+ },
1667
+ "option_sanityImageCrop": {
1668
+ "type": "object",
1669
+ "properties": {
1670
+ "value": {
1671
+ "$ref": "#/components/schemas/sanityImageCrop"
1672
+ }
1673
+ }
1674
+ },
1675
+ "option_sanityImageDimensions": {
1676
+ "type": "object",
1677
+ "properties": {
1678
+ "value": {
1679
+ "$ref": "#/components/schemas/sanityImageDimensions"
1680
+ }
1681
+ }
1682
+ },
1683
+ "option_sanityImageHotspot": {
1684
+ "type": "object",
1685
+ "properties": {
1686
+ "value": {
1687
+ "$ref": "#/components/schemas/sanityImageHotspot"
1688
+ }
1689
+ }
1690
+ },
1691
+ "option_sanityImageMetadata": {
1692
+ "type": "object",
1693
+ "properties": {
1694
+ "value": {
1695
+ "$ref": "#/components/schemas/sanityImageMetadata"
1696
+ }
1697
+ }
1698
+ },
1699
+ "option_sanityImagePalette": {
1700
+ "type": "object",
1701
+ "properties": {
1702
+ "value": {
1703
+ "$ref": "#/components/schemas/sanityImagePalette"
1704
+ }
1705
+ }
1706
+ },
1707
+ "option_sanityImagePaletteSwatch": {
1708
+ "type": "object",
1709
+ "properties": {
1710
+ "value": {
1711
+ "$ref": "#/components/schemas/sanityImagePaletteSwatch"
1712
+ }
1713
+ }
1714
+ },
1715
+ "option_sanityPatchPageMetaImage": {
1716
+ "type": "object",
1717
+ "properties": {
1718
+ "value": {
1719
+ "$ref": "#/components/schemas/sanityPatchPageMetaImage"
1720
+ }
1721
+ }
1722
+ },
1723
+ "option_slug": {
1724
+ "type": "object",
1725
+ "properties": {
1726
+ "value": {
1727
+ "$ref": "#/components/schemas/slug"
1728
+ }
1729
+ }
1730
+ },
1731
+ "option_string": {
1732
+ "type": "object",
1733
+ "properties": {
1734
+ "value": {
1735
+ "type": "string"
1448
1736
  }
1449
1737
  }
1450
1738
  },
@@ -1453,10 +1741,11 @@
1453
1741
  "properties": {
1454
1742
  "sanityType": {
1455
1743
  "enum": [
1456
- "reference"
1744
+ 1
1457
1745
  ],
1458
- "type": "string",
1459
- "default": "reference"
1746
+ "type": "integer",
1747
+ "format": "int32",
1748
+ "default": 1
1460
1749
  },
1461
1750
  "sanityKey": {
1462
1751
  "type": "string"
@@ -1464,8 +1753,12 @@
1464
1753
  "sanityRef": {
1465
1754
  "type": "string"
1466
1755
  },
1756
+ "sanityWeakOption": {
1757
+ "$ref": "#/components/schemas/option_nullable`1"
1758
+ },
1467
1759
  "sanityWeak": {
1468
- "type": "boolean"
1760
+ "type": "boolean",
1761
+ "nullable": true
1469
1762
  }
1470
1763
  }
1471
1764
  },
@@ -1474,10 +1767,11 @@
1474
1767
  "properties": {
1475
1768
  "sanityType": {
1476
1769
  "enum": [
1477
- "reference"
1770
+ 1
1478
1771
  ],
1479
- "type": "string",
1480
- "default": "reference"
1772
+ "type": "integer",
1773
+ "format": "int32",
1774
+ "default": 1
1481
1775
  },
1482
1776
  "sanityKey": {
1483
1777
  "type": "string"
@@ -1485,177 +1779,289 @@
1485
1779
  "sanityRef": {
1486
1780
  "type": "string"
1487
1781
  },
1782
+ "sanityWeakOption": {
1783
+ "$ref": "#/components/schemas/option_nullable`1"
1784
+ },
1488
1785
  "sanityWeak": {
1489
- "type": "boolean"
1786
+ "type": "boolean",
1787
+ "nullable": true
1490
1788
  }
1491
1789
  }
1492
1790
  },
1493
1791
  "patchEmployee": {
1494
1792
  "type": "object",
1495
1793
  "properties": {
1794
+ "genderOption": {
1795
+ "$ref": "#/components/schemas/option_nullable`1"
1796
+ },
1496
1797
  "gender": {
1497
1798
  "enum": [
1498
- "male",
1499
- "female",
1500
- "These are not the genders you are looking for"
1799
+ 1,
1800
+ 2,
1801
+ 3
1501
1802
  ],
1502
- "type": "string",
1503
- "default": "male",
1803
+ "type": "integer",
1804
+ "format": "int32",
1805
+ "default": 1,
1504
1806
  "nullable": true
1505
1807
  },
1808
+ "maritalStatusOption": {
1809
+ "$ref": "#/components/schemas/option_nullable`1"
1810
+ },
1506
1811
  "maritalStatus": {
1507
1812
  "enum": [
1508
- "single",
1509
- "married",
1510
- "cohabitant"
1813
+ 1,
1814
+ 2,
1815
+ 3
1511
1816
  ],
1512
- "type": "string",
1513
- "default": "single",
1817
+ "type": "integer",
1818
+ "format": "int32",
1819
+ "default": 1,
1514
1820
  "nullable": true
1515
1821
  },
1822
+ "sanityTypeOption": {
1823
+ "$ref": "#/components/schemas/option_nullable`1"
1824
+ },
1516
1825
  "sanityType": {
1517
1826
  "enum": [
1518
- "employee"
1827
+ 1
1519
1828
  ],
1520
- "type": "string",
1521
- "default": "employee",
1829
+ "type": "integer",
1830
+ "format": "int32",
1831
+ "default": 1,
1522
1832
  "nullable": true
1523
1833
  },
1834
+ "aboutOption": {
1835
+ "$ref": "#/components/schemas/option_string"
1836
+ },
1524
1837
  "about": {
1525
1838
  "type": "string"
1526
1839
  },
1840
+ "activeOption": {
1841
+ "$ref": "#/components/schemas/option_nullable`1"
1842
+ },
1527
1843
  "active": {
1528
1844
  "type": "boolean",
1529
1845
  "nullable": true
1530
1846
  },
1847
+ "addressOption": {
1848
+ "$ref": "#/components/schemas/option_string"
1849
+ },
1531
1850
  "address": {
1532
1851
  "type": "string"
1533
1852
  },
1853
+ "allergiesOption": {
1854
+ "$ref": "#/components/schemas/option_list`1"
1855
+ },
1534
1856
  "allergies": {
1535
1857
  "type": "array",
1536
1858
  "items": {
1537
1859
  "type": "string"
1538
1860
  }
1539
1861
  },
1540
- "birth_date": {
1862
+ "birthDateOption": {
1863
+ "$ref": "#/components/schemas/option_string"
1864
+ },
1865
+ "birthDate": {
1541
1866
  "type": "string"
1542
1867
  },
1543
- "blurred_image": {
1868
+ "blurredImageOption": {
1869
+ "$ref": "#/components/schemas/option_sanityPatchPageMetaImage"
1870
+ },
1871
+ "blurredImage": {
1544
1872
  "$ref": "#/components/schemas/sanityPatchPageMetaImage"
1545
1873
  },
1874
+ "boardMemberOption": {
1875
+ "$ref": "#/components/schemas/option_nullable`1"
1876
+ },
1546
1877
  "boardMember": {
1547
1878
  "type": "boolean",
1548
1879
  "nullable": true
1549
1880
  },
1881
+ "cliftonStrengthsOption": {
1882
+ "$ref": "#/components/schemas/option_list`1"
1883
+ },
1550
1884
  "cliftonStrengths": {
1551
1885
  "type": "array",
1552
1886
  "items": {
1553
1887
  "$ref": "#/components/schemas/sanityCreateEmployeeCliftonStrengthsInner"
1554
1888
  }
1555
1889
  },
1890
+ "coinbaseAccountEmailOption": {
1891
+ "$ref": "#/components/schemas/option_string"
1892
+ },
1556
1893
  "coinbaseAccountEmail": {
1557
1894
  "type": "string"
1558
1895
  },
1896
+ "commissionTierOption": {
1897
+ "$ref": "#/components/schemas/option_commissionTierReference"
1898
+ },
1559
1899
  "commissionTier": {
1560
1900
  "$ref": "#/components/schemas/commissionTierReference"
1561
1901
  },
1902
+ "educationOption": {
1903
+ "$ref": "#/components/schemas/option_string"
1904
+ },
1562
1905
  "education": {
1563
1906
  "type": "string"
1564
1907
  },
1908
+ "emailOption": {
1909
+ "$ref": "#/components/schemas/option_string"
1910
+ },
1565
1911
  "email": {
1566
1912
  "type": "string"
1567
1913
  },
1914
+ "equipmentOption": {
1915
+ "$ref": "#/components/schemas/option_list`1"
1916
+ },
1568
1917
  "equipment": {
1569
1918
  "type": "array",
1570
1919
  "items": {
1571
1920
  "$ref": "#/components/schemas/pageEquipmentInner"
1572
1921
  }
1573
1922
  },
1923
+ "graduationYearOption": {
1924
+ "$ref": "#/components/schemas/option_nullable`1"
1925
+ },
1574
1926
  "graduationYear": {
1575
1927
  "type": "number",
1576
1928
  "format": "double",
1577
1929
  "nullable": true
1578
1930
  },
1931
+ "groupsOption": {
1932
+ "$ref": "#/components/schemas/option_list`1"
1933
+ },
1579
1934
  "groups": {
1580
1935
  "type": "array",
1581
1936
  "items": {
1582
1937
  "$ref": "#/components/schemas/sanityCreateEmployeeGroupsInner"
1583
1938
  }
1584
1939
  },
1940
+ "imageOption": {
1941
+ "$ref": "#/components/schemas/option_sanityPatchPageMetaImage"
1942
+ },
1585
1943
  "image": {
1586
1944
  "$ref": "#/components/schemas/sanityPatchPageMetaImage"
1587
1945
  },
1946
+ "innovativeSalaryOption": {
1947
+ "$ref": "#/components/schemas/option_nullable`1"
1948
+ },
1588
1949
  "innovativeSalary": {
1589
1950
  "type": "boolean",
1590
1951
  "nullable": true
1591
1952
  },
1953
+ "innovativeSalaryPercentageOption": {
1954
+ "$ref": "#/components/schemas/option_nullable`1"
1955
+ },
1592
1956
  "innovativeSalaryPercentage": {
1593
1957
  "type": "number",
1594
1958
  "format": "double",
1595
1959
  "nullable": true
1596
1960
  },
1961
+ "isBotOption": {
1962
+ "$ref": "#/components/schemas/option_nullable`1"
1963
+ },
1597
1964
  "isBot": {
1598
1965
  "type": "boolean",
1599
1966
  "nullable": true
1600
1967
  },
1968
+ "isSeekingProjectOption": {
1969
+ "$ref": "#/components/schemas/option_nullable`1"
1970
+ },
1601
1971
  "isSeekingProject": {
1602
1972
  "type": "boolean",
1603
1973
  "nullable": true
1604
1974
  },
1975
+ "managerOption": {
1976
+ "$ref": "#/components/schemas/option_employeeReference"
1977
+ },
1605
1978
  "manager": {
1606
1979
  "$ref": "#/components/schemas/employeeReference"
1607
1980
  },
1981
+ "mediaOption": {
1982
+ "$ref": "#/components/schemas/option_list`1"
1983
+ },
1608
1984
  "media": {
1609
1985
  "type": "array",
1610
1986
  "items": {
1611
1987
  "$ref": "#/components/schemas/componentGalleryMediaInner"
1612
1988
  }
1613
1989
  },
1990
+ "nameOption": {
1991
+ "$ref": "#/components/schemas/option_string"
1992
+ },
1614
1993
  "name": {
1615
1994
  "type": "string"
1616
1995
  },
1996
+ "nextOfKinOption": {
1997
+ "$ref": "#/components/schemas/option_list`1"
1998
+ },
1617
1999
  "nextOfKin": {
1618
2000
  "type": "array",
1619
2001
  "items": {
1620
2002
  "$ref": "#/components/schemas/sanityEmployeeNextOfKinInner"
1621
2003
  }
1622
2004
  },
2005
+ "nrOfChildrenOption": {
2006
+ "$ref": "#/components/schemas/option_nullable`1"
2007
+ },
1623
2008
  "nrOfChildren": {
1624
2009
  "type": "number",
1625
2010
  "format": "double",
1626
2011
  "nullable": true
1627
2012
  },
2013
+ "personalProjectRequirementsOption": {
2014
+ "$ref": "#/components/schemas/option_string"
2015
+ },
1628
2016
  "personalProjectRequirements": {
1629
2017
  "type": "string"
1630
2018
  },
2019
+ "positionOption": {
2020
+ "$ref": "#/components/schemas/option_string"
2021
+ },
1631
2022
  "position": {
1632
2023
  "type": "string"
1633
2024
  },
2025
+ "slugOption": {
2026
+ "$ref": "#/components/schemas/option_slug"
2027
+ },
1634
2028
  "slug": {
1635
2029
  "$ref": "#/components/schemas/slug"
1636
2030
  },
1637
- "start_date": {
2031
+ "startDateOption": {
2032
+ "$ref": "#/components/schemas/option_string"
2033
+ },
2034
+ "startDate": {
1638
2035
  "type": "string"
1639
2036
  },
2037
+ "tagsOption": {
2038
+ "$ref": "#/components/schemas/option_list`1"
2039
+ },
1640
2040
  "tags": {
1641
2041
  "type": "array",
1642
2042
  "items": {
1643
2043
  "$ref": "#/components/schemas/sanityCreateEmployeeTagsInner"
1644
2044
  }
1645
2045
  },
2046
+ "technologiesOption": {
2047
+ "$ref": "#/components/schemas/option_list`1"
2048
+ },
1646
2049
  "technologies": {
1647
2050
  "type": "array",
1648
2051
  "items": {
1649
2052
  "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
1650
2053
  }
1651
2054
  },
2055
+ "telephoneOption": {
2056
+ "$ref": "#/components/schemas/option_string"
2057
+ },
1652
2058
  "telephone": {
1653
2059
  "type": "string"
1654
2060
  },
1655
2061
  "additionalProperties": {
1656
2062
  "type": "object",
1657
2063
  "additionalProperties": {
1658
- "type": "object"
2064
+ "$ref": "#/components/schemas/jsonElement"
1659
2065
  }
1660
2066
  }
1661
2067
  }
@@ -1669,70 +2075,118 @@
1669
2075
  },
1670
2076
  "gender": {
1671
2077
  "enum": [
1672
- "female",
1673
- "male",
1674
- "These are not the genders you are looking for"
2078
+ 1,
2079
+ 2,
2080
+ 3
1675
2081
  ],
1676
- "type": "string",
1677
- "default": "female"
2082
+ "type": "integer",
2083
+ "format": "int32",
2084
+ "default": 1
1678
2085
  },
1679
- "maritalStatus": {
2086
+ "sanityType": {
1680
2087
  "enum": [
1681
- "cohabitant",
1682
- "married",
1683
- "single"
2088
+ 1
1684
2089
  ],
1685
- "type": "string",
1686
- "default": "cohabitant",
1687
- "nullable": true
2090
+ "type": "integer",
2091
+ "format": "int32",
2092
+ "default": 1
1688
2093
  },
1689
- "sanityType": {
2094
+ "maritalStatusOption": {
2095
+ "$ref": "#/components/schemas/option_nullable`1"
2096
+ },
2097
+ "maritalStatus": {
1690
2098
  "enum": [
1691
- "employee"
2099
+ 1,
2100
+ 2,
2101
+ 3
1692
2102
  ],
1693
- "type": "string",
1694
- "default": "employee"
2103
+ "type": "integer",
2104
+ "format": "int32",
2105
+ "default": 1,
2106
+ "nullable": true
1695
2107
  },
1696
- "about": {
2108
+ "active": {
2109
+ "type": "boolean"
2110
+ },
2111
+ "birthDate": {
1697
2112
  "type": "string"
1698
2113
  },
1699
- "active": {
2114
+ "blurredImage": {
2115
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2116
+ },
2117
+ "boardMember": {
1700
2118
  "type": "boolean"
1701
2119
  },
2120
+ "email": {
2121
+ "type": "string"
2122
+ },
2123
+ "image": {
2124
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2125
+ },
2126
+ "name": {
2127
+ "type": "string"
2128
+ },
2129
+ "sanityCreatedAt": {
2130
+ "type": "string"
2131
+ },
2132
+ "sanityId": {
2133
+ "type": "string"
2134
+ },
2135
+ "sanityRev": {
2136
+ "type": "string"
2137
+ },
2138
+ "sanityUpdatedAt": {
2139
+ "type": "string"
2140
+ },
2141
+ "slug": {
2142
+ "$ref": "#/components/schemas/slug"
2143
+ },
2144
+ "startDate": {
2145
+ "type": "string"
2146
+ },
2147
+ "telephone": {
2148
+ "type": "string"
2149
+ },
2150
+ "aboutOption": {
2151
+ "$ref": "#/components/schemas/option_string"
2152
+ },
2153
+ "about": {
2154
+ "type": "string"
2155
+ },
2156
+ "addressOption": {
2157
+ "$ref": "#/components/schemas/option_string"
2158
+ },
1702
2159
  "address": {
1703
2160
  "type": "string"
1704
2161
  },
2162
+ "allergiesOption": {
2163
+ "$ref": "#/components/schemas/option_list`1"
2164
+ },
1705
2165
  "allergies": {
1706
2166
  "type": "array",
1707
2167
  "items": {
1708
2168
  "type": "string"
1709
2169
  }
1710
2170
  },
1711
- "birth_date": {
1712
- "type": "string"
1713
- },
1714
- "blurred_image": {
1715
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1716
- },
1717
- "boardMember": {
1718
- "type": "boolean"
1719
- },
1720
2171
  "cliftonStrengths": {
1721
2172
  "type": "array",
1722
2173
  "items": {
1723
2174
  "$ref": "#/components/schemas/sanityEmployeeCliftonStrengthsInner"
1724
2175
  }
1725
2176
  },
2177
+ "coinbaseAccountEmailOption": {
2178
+ "$ref": "#/components/schemas/option_string"
2179
+ },
1726
2180
  "coinbaseAccountEmail": {
1727
2181
  "type": "string"
1728
2182
  },
1729
2183
  "commissionTier": {
1730
2184
  "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
1731
2185
  },
1732
- "education": {
1733
- "type": "string"
2186
+ "educationOption": {
2187
+ "$ref": "#/components/schemas/option_string"
1734
2188
  },
1735
- "email": {
2189
+ "education": {
1736
2190
  "type": "string"
1737
2191
  },
1738
2192
  "equipment": {
@@ -1741,9 +2195,13 @@
1741
2195
  "$ref": "#/components/schemas/sanityEmployeeEquipmentInner"
1742
2196
  }
1743
2197
  },
2198
+ "graduationYearOption": {
2199
+ "$ref": "#/components/schemas/option_nullable`1"
2200
+ },
1744
2201
  "graduationYear": {
1745
2202
  "type": "number",
1746
- "format": "double"
2203
+ "format": "double",
2204
+ "nullable": true
1747
2205
  },
1748
2206
  "groups": {
1749
2207
  "type": "array",
@@ -1751,21 +2209,34 @@
1751
2209
  "$ref": "#/components/schemas/sanityEmployeeGroupsInner"
1752
2210
  }
1753
2211
  },
1754
- "image": {
1755
- "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2212
+ "innovativeSalaryOption": {
2213
+ "$ref": "#/components/schemas/option_nullable`1"
1756
2214
  },
1757
2215
  "innovativeSalary": {
1758
- "type": "boolean"
2216
+ "type": "boolean",
2217
+ "nullable": true
2218
+ },
2219
+ "innovativeSalaryPercentageOption": {
2220
+ "$ref": "#/components/schemas/option_nullable`1"
1759
2221
  },
1760
2222
  "innovativeSalaryPercentage": {
1761
2223
  "type": "number",
1762
- "format": "double"
2224
+ "format": "double",
2225
+ "nullable": true
2226
+ },
2227
+ "isBotOption": {
2228
+ "$ref": "#/components/schemas/option_nullable`1"
1763
2229
  },
1764
2230
  "isBot": {
1765
- "type": "boolean"
2231
+ "type": "boolean",
2232
+ "nullable": true
2233
+ },
2234
+ "isSeekingProjectOption": {
2235
+ "$ref": "#/components/schemas/option_nullable`1"
1766
2236
  },
1767
2237
  "isSeekingProject": {
1768
- "type": "boolean"
2238
+ "type": "boolean",
2239
+ "nullable": true
1769
2240
  },
1770
2241
  "manager": {
1771
2242
  "$ref": "#/components/schemas/sanityEmployeeManager"
@@ -1776,41 +2247,30 @@
1776
2247
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
1777
2248
  }
1778
2249
  },
1779
- "name": {
1780
- "type": "string"
1781
- },
1782
2250
  "nextOfKin": {
1783
2251
  "type": "array",
1784
2252
  "items": {
1785
2253
  "$ref": "#/components/schemas/sanityEmployeeNextOfKinInner"
1786
2254
  }
1787
2255
  },
2256
+ "nrOfChildrenOption": {
2257
+ "$ref": "#/components/schemas/option_nullable`1"
2258
+ },
1788
2259
  "nrOfChildren": {
1789
2260
  "type": "number",
1790
- "format": "double"
1791
- },
1792
- "personalProjectRequirements": {
1793
- "type": "string"
1794
- },
1795
- "position": {
1796
- "type": "string"
1797
- },
1798
- "sanityCreatedAt": {
1799
- "type": "string"
1800
- },
1801
- "sanityId": {
1802
- "type": "string"
2261
+ "format": "double",
2262
+ "nullable": true
1803
2263
  },
1804
- "sanityRev": {
1805
- "type": "string"
2264
+ "personalProjectRequirementsOption": {
2265
+ "$ref": "#/components/schemas/option_string"
1806
2266
  },
1807
- "sanityUpdatedAt": {
2267
+ "personalProjectRequirements": {
1808
2268
  "type": "string"
1809
2269
  },
1810
- "slug": {
1811
- "$ref": "#/components/schemas/slug"
2270
+ "positionOption": {
2271
+ "$ref": "#/components/schemas/option_string"
1812
2272
  },
1813
- "start_date": {
2273
+ "position": {
1814
2274
  "type": "string"
1815
2275
  },
1816
2276
  "tags": {
@@ -1824,9 +2284,6 @@
1824
2284
  "items": {
1825
2285
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInner"
1826
2286
  }
1827
- },
1828
- "telephone": {
1829
- "type": "string"
1830
2287
  }
1831
2288
  }
1832
2289
  },
@@ -1906,17 +2363,27 @@
1906
2363
  "properties": {
1907
2364
  "sanityType": {
1908
2365
  "enum": [
1909
- "sanity.assetSourceData"
2366
+ 1
1910
2367
  ],
1911
- "type": "string",
1912
- "default": "sanity.assetSourceData"
2368
+ "type": "integer",
2369
+ "format": "int32",
2370
+ "default": 1
2371
+ },
2372
+ "idOption": {
2373
+ "$ref": "#/components/schemas/option_string"
1913
2374
  },
1914
2375
  "id": {
1915
2376
  "type": "string"
1916
2377
  },
2378
+ "nameOption": {
2379
+ "$ref": "#/components/schemas/option_string"
2380
+ },
1917
2381
  "name": {
1918
2382
  "type": "string"
1919
2383
  },
2384
+ "urlOption": {
2385
+ "$ref": "#/components/schemas/option_string"
2386
+ },
1920
2387
  "url": {
1921
2388
  "type": "string"
1922
2389
  }
@@ -1927,10 +2394,11 @@
1927
2394
  "properties": {
1928
2395
  "sanityType": {
1929
2396
  "enum": [
1930
- "reference"
2397
+ 1
1931
2398
  ],
1932
- "type": "string",
1933
- "default": "reference"
2399
+ "type": "integer",
2400
+ "format": "int32",
2401
+ "default": 1
1934
2402
  },
1935
2403
  "sanityKey": {
1936
2404
  "type": "string"
@@ -1938,8 +2406,12 @@
1938
2406
  "sanityRef": {
1939
2407
  "type": "string"
1940
2408
  },
2409
+ "sanityWeakOption": {
2410
+ "$ref": "#/components/schemas/option_nullable`1"
2411
+ },
1941
2412
  "sanityWeak": {
1942
- "type": "boolean"
2413
+ "type": "boolean",
2414
+ "nullable": true
1943
2415
  }
1944
2416
  }
1945
2417
  },
@@ -1948,10 +2420,11 @@
1948
2420
  "properties": {
1949
2421
  "sanityType": {
1950
2422
  "enum": [
1951
- "reference"
2423
+ 1
1952
2424
  ],
1953
- "type": "string",
1954
- "default": "reference"
2425
+ "type": "integer",
2426
+ "format": "int32",
2427
+ "default": 1
1955
2428
  },
1956
2429
  "sanityKey": {
1957
2430
  "type": "string"
@@ -1959,8 +2432,12 @@
1959
2432
  "sanityRef": {
1960
2433
  "type": "string"
1961
2434
  },
2435
+ "sanityWeakOption": {
2436
+ "$ref": "#/components/schemas/option_nullable`1"
2437
+ },
1962
2438
  "sanityWeak": {
1963
- "type": "boolean"
2439
+ "type": "boolean",
2440
+ "nullable": true
1964
2441
  }
1965
2442
  }
1966
2443
  },
@@ -1969,10 +2446,11 @@
1969
2446
  "properties": {
1970
2447
  "sanityType": {
1971
2448
  "enum": [
1972
- "reference"
2449
+ 1
1973
2450
  ],
1974
- "type": "string",
1975
- "default": "reference"
2451
+ "type": "integer",
2452
+ "format": "int32",
2453
+ "default": 1
1976
2454
  },
1977
2455
  "sanityKey": {
1978
2456
  "type": "string"
@@ -1980,8 +2458,12 @@
1980
2458
  "sanityRef": {
1981
2459
  "type": "string"
1982
2460
  },
2461
+ "sanityWeakOption": {
2462
+ "$ref": "#/components/schemas/option_nullable`1"
2463
+ },
1983
2464
  "sanityWeak": {
1984
- "type": "boolean"
2465
+ "type": "boolean",
2466
+ "nullable": true
1985
2467
  }
1986
2468
  }
1987
2469
  },
@@ -1990,10 +2472,11 @@
1990
2472
  "properties": {
1991
2473
  "sanityType": {
1992
2474
  "enum": [
1993
- "reference"
2475
+ 1
1994
2476
  ],
1995
- "type": "string",
1996
- "default": "reference"
2477
+ "type": "integer",
2478
+ "format": "int32",
2479
+ "default": 1
1997
2480
  },
1998
2481
  "sanityKey": {
1999
2482
  "type": "string"
@@ -2001,31 +2484,40 @@
2001
2484
  "sanityRef": {
2002
2485
  "type": "string"
2003
2486
  },
2487
+ "sanityWeakOption": {
2488
+ "$ref": "#/components/schemas/option_nullable`1"
2489
+ },
2004
2490
  "sanityWeak": {
2005
- "type": "boolean"
2491
+ "type": "boolean",
2492
+ "nullable": true
2006
2493
  }
2007
2494
  }
2008
2495
  },
2009
2496
  "sanityEmployeeCliftonStrengthsInner": {
2010
2497
  "type": "object",
2011
2498
  "properties": {
2012
- "domain": {
2499
+ "sanityType": {
2013
2500
  "enum": [
2014
- "executing",
2015
- "influencing",
2016
- "relationship_building",
2017
- "strategic_thinking"
2501
+ 1
2018
2502
  ],
2019
- "type": "string",
2020
- "default": "executing",
2021
- "nullable": true
2503
+ "type": "integer",
2504
+ "format": "int32",
2505
+ "default": 1
2022
2506
  },
2023
- "sanityType": {
2507
+ "domainOption": {
2508
+ "$ref": "#/components/schemas/option_nullable`1"
2509
+ },
2510
+ "domain": {
2024
2511
  "enum": [
2025
- "cliftonStrength"
2512
+ 1,
2513
+ 2,
2514
+ 3,
2515
+ 4
2026
2516
  ],
2027
- "type": "string",
2028
- "default": "cliftonStrength"
2517
+ "type": "integer",
2518
+ "format": "int32",
2519
+ "default": 1,
2520
+ "nullable": true
2029
2521
  },
2030
2522
  "sanityCreatedAt": {
2031
2523
  "type": "string"
@@ -2049,14 +2541,11 @@
2049
2541
  "properties": {
2050
2542
  "sanityType": {
2051
2543
  "enum": [
2052
- "commissionTier"
2544
+ 1
2053
2545
  ],
2054
- "type": "string",
2055
- "default": "commissionTier"
2056
- },
2057
- "commission": {
2058
- "type": "number",
2059
- "format": "double"
2546
+ "type": "integer",
2547
+ "format": "int32",
2548
+ "default": 1
2060
2549
  },
2061
2550
  "sanityCreatedAt": {
2062
2551
  "type": "string"
@@ -2072,6 +2561,14 @@
2072
2561
  },
2073
2562
  "title": {
2074
2563
  "type": "string"
2564
+ },
2565
+ "commissionOption": {
2566
+ "$ref": "#/components/schemas/option_nullable`1"
2567
+ },
2568
+ "commission": {
2569
+ "type": "number",
2570
+ "format": "double",
2571
+ "nullable": true
2075
2572
  }
2076
2573
  }
2077
2574
  },
@@ -2080,10 +2577,17 @@
2080
2577
  "properties": {
2081
2578
  "sanityType": {
2082
2579
  "enum": [
2083
- "equipment"
2580
+ 1
2084
2581
  ],
2085
- "type": "string",
2086
- "default": "equipment"
2582
+ "type": "integer",
2583
+ "format": "int32",
2584
+ "default": 1
2585
+ },
2586
+ "sanityId": {
2587
+ "type": "string"
2588
+ },
2589
+ "title": {
2590
+ "type": "string"
2087
2591
  },
2088
2592
  "description": {
2089
2593
  "type": "array",
@@ -2099,12 +2603,6 @@
2099
2603
  "items": {
2100
2604
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2101
2605
  }
2102
- },
2103
- "sanityId": {
2104
- "type": "string"
2105
- },
2106
- "title": {
2107
- "type": "string"
2108
2606
  }
2109
2607
  }
2110
2608
  },
@@ -2113,26 +2611,15 @@
2113
2611
  "properties": {
2114
2612
  "sanityType": {
2115
2613
  "enum": [
2116
- "group"
2614
+ 1
2117
2615
  ],
2118
- "type": "string",
2119
- "default": "group"
2120
- },
2121
- "description": {
2122
- "type": "array",
2123
- "items": {
2124
- "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2125
- }
2616
+ "type": "integer",
2617
+ "format": "int32",
2618
+ "default": 1
2126
2619
  },
2127
2620
  "image": {
2128
2621
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2129
2622
  },
2130
- "leaders": {
2131
- "type": "array",
2132
- "items": {
2133
- "$ref": "#/components/schemas/pageEmployeeOrderInner"
2134
- }
2135
- },
2136
2623
  "name": {
2137
2624
  "type": "string"
2138
2625
  },
@@ -2147,18 +2634,37 @@
2147
2634
  },
2148
2635
  "sanityUpdatedAt": {
2149
2636
  "type": "string"
2150
- }
2151
- }
2152
- },
2153
- "sanityEmployeeManager": {
2154
- "type": "object",
2155
- "properties": {
2637
+ },
2638
+ "descriptionOption": {
2639
+ "$ref": "#/components/schemas/option_list`1"
2640
+ },
2641
+ "description": {
2642
+ "type": "array",
2643
+ "items": {
2644
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2645
+ }
2646
+ },
2647
+ "leadersOption": {
2648
+ "$ref": "#/components/schemas/option_list`1"
2649
+ },
2650
+ "leaders": {
2651
+ "type": "array",
2652
+ "items": {
2653
+ "$ref": "#/components/schemas/pageEmployeeOrderInner"
2654
+ }
2655
+ }
2656
+ }
2657
+ },
2658
+ "sanityEmployeeManager": {
2659
+ "type": "object",
2660
+ "properties": {
2156
2661
  "sanityType": {
2157
2662
  "enum": [
2158
- "employee"
2663
+ 1
2159
2664
  ],
2160
- "type": "string",
2161
- "default": "employee"
2665
+ "type": "integer",
2666
+ "format": "int32",
2667
+ "default": 1
2162
2668
  },
2163
2669
  "email": {
2164
2670
  "type": "string"
@@ -2175,14 +2681,14 @@
2175
2681
  "slug": {
2176
2682
  "$ref": "#/components/schemas/slug"
2177
2683
  },
2684
+ "telephone": {
2685
+ "type": "string"
2686
+ },
2178
2687
  "tags": {
2179
2688
  "type": "array",
2180
2689
  "items": {
2181
2690
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2182
2691
  }
2183
- },
2184
- "telephone": {
2185
- "type": "string"
2186
2692
  }
2187
2693
  }
2188
2694
  },
@@ -2191,17 +2697,24 @@
2191
2697
  "properties": {
2192
2698
  "sanityType": {
2193
2699
  "enum": [
2194
- "nextofkin"
2700
+ 1
2195
2701
  ],
2196
- "type": "string",
2197
- "default": "nextofkin"
2702
+ "type": "integer",
2703
+ "format": "int32",
2704
+ "default": 1
2198
2705
  },
2199
- "name": {
2706
+ "sanityKey": {
2200
2707
  "type": "string"
2201
2708
  },
2202
- "sanityKey": {
2709
+ "nameOption": {
2710
+ "$ref": "#/components/schemas/option_string"
2711
+ },
2712
+ "name": {
2203
2713
  "type": "string"
2204
2714
  },
2715
+ "telephoneOption": {
2716
+ "$ref": "#/components/schemas/option_string"
2717
+ },
2205
2718
  "telephone": {
2206
2719
  "type": "string"
2207
2720
  }
@@ -2212,14 +2725,22 @@
2212
2725
  "properties": {
2213
2726
  "sanityType": {
2214
2727
  "enum": [
2215
- "yearlyBudget"
2728
+ 1
2216
2729
  ],
2217
- "type": "string",
2218
- "default": "yearlyBudget"
2730
+ "type": "integer",
2731
+ "format": "int32",
2732
+ "default": 1
2733
+ },
2734
+ "sanityKey": {
2735
+ "type": "string"
2736
+ },
2737
+ "amountOption": {
2738
+ "$ref": "#/components/schemas/option_nullable`1"
2219
2739
  },
2220
2740
  "amount": {
2221
2741
  "type": "number",
2222
- "format": "double"
2742
+ "format": "double",
2743
+ "nullable": true
2223
2744
  },
2224
2745
  "equipmentList": {
2225
2746
  "type": "array",
@@ -2227,26 +2748,154 @@
2227
2748
  "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner"
2228
2749
  }
2229
2750
  },
2230
- "sanityKey": {
2231
- "type": "string"
2751
+ "yearOption": {
2752
+ "$ref": "#/components/schemas/option_nullable`1"
2232
2753
  },
2233
2754
  "year": {
2234
2755
  "type": "number",
2235
- "format": "double"
2756
+ "format": "double",
2757
+ "nullable": true
2236
2758
  }
2237
2759
  }
2238
2760
  },
2239
2761
  "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner": {
2240
2762
  "type": "object",
2241
2763
  "properties": {
2242
- "actualInstance": {
2243
- "type": "object"
2764
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf": {
2765
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf"
2244
2766
  },
2245
- "isNullable": {
2246
- "type": "boolean"
2767
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf1": {
2768
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf1"
2247
2769
  },
2248
- "schemaType": {
2770
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf2": {
2771
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf2"
2772
+ }
2773
+ }
2774
+ },
2775
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf": {
2776
+ "type": "object",
2777
+ "properties": {
2778
+ "sanityType": {
2779
+ "enum": [
2780
+ 1
2781
+ ],
2782
+ "type": "integer",
2783
+ "format": "int32",
2784
+ "default": 1
2785
+ },
2786
+ "sanityKey": {
2249
2787
  "type": "string"
2788
+ },
2789
+ "budgetCostOption": {
2790
+ "$ref": "#/components/schemas/option_nullable`1"
2791
+ },
2792
+ "budgetCost": {
2793
+ "type": "number",
2794
+ "format": "double",
2795
+ "nullable": true
2796
+ },
2797
+ "equipment": {
2798
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOfEquipment"
2799
+ }
2800
+ }
2801
+ },
2802
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf1": {
2803
+ "type": "object",
2804
+ "properties": {
2805
+ "sanityType": {
2806
+ "enum": [
2807
+ 1
2808
+ ],
2809
+ "type": "integer",
2810
+ "format": "int32",
2811
+ "default": 1
2812
+ },
2813
+ "sanityKey": {
2814
+ "type": "string"
2815
+ },
2816
+ "budgetCostOption": {
2817
+ "$ref": "#/components/schemas/option_nullable`1"
2818
+ },
2819
+ "budgetCost": {
2820
+ "type": "number",
2821
+ "format": "double",
2822
+ "nullable": true
2823
+ },
2824
+ "descriptionOption": {
2825
+ "$ref": "#/components/schemas/option_string"
2826
+ },
2827
+ "description": {
2828
+ "type": "string"
2829
+ }
2830
+ }
2831
+ },
2832
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOf2": {
2833
+ "type": "object",
2834
+ "properties": {
2835
+ "sanityType": {
2836
+ "enum": [
2837
+ 1
2838
+ ],
2839
+ "type": "integer",
2840
+ "format": "int32",
2841
+ "default": 1
2842
+ },
2843
+ "sanityKey": {
2844
+ "type": "string"
2845
+ },
2846
+ "budgetCostOption": {
2847
+ "$ref": "#/components/schemas/option_nullable`1"
2848
+ },
2849
+ "budgetCost": {
2850
+ "type": "number",
2851
+ "format": "double",
2852
+ "nullable": true
2853
+ },
2854
+ "descriptionOption": {
2855
+ "$ref": "#/components/schemas/option_string"
2856
+ },
2857
+ "description": {
2858
+ "type": "string"
2859
+ },
2860
+ "referenceOption": {
2861
+ "$ref": "#/components/schemas/option_string"
2862
+ },
2863
+ "reference": {
2864
+ "type": "string"
2865
+ }
2866
+ }
2867
+ },
2868
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInnerOneOfEquipment": {
2869
+ "type": "object",
2870
+ "properties": {
2871
+ "sanityType": {
2872
+ "enum": [
2873
+ 1
2874
+ ],
2875
+ "type": "integer",
2876
+ "format": "int32",
2877
+ "default": 1
2878
+ },
2879
+ "sanityId": {
2880
+ "type": "string"
2881
+ },
2882
+ "title": {
2883
+ "type": "string"
2884
+ },
2885
+ "description": {
2886
+ "type": "array",
2887
+ "items": {
2888
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2889
+ }
2890
+ },
2891
+ "image": {
2892
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
2893
+ },
2894
+ "images": {
2895
+ "type": "array",
2896
+ "items": {
2897
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2898
+ }
2250
2899
  }
2251
2900
  }
2252
2901
  },
@@ -2255,24 +2904,31 @@
2255
2904
  "properties": {
2256
2905
  "sanityType": {
2257
2906
  "enum": [
2258
- "image"
2907
+ 1
2259
2908
  ],
2260
- "type": "string",
2261
- "default": "image"
2909
+ "type": "integer",
2910
+ "format": "int32",
2911
+ "default": 1
2262
2912
  },
2263
2913
  "asset": {
2264
2914
  "$ref": "#/components/schemas/sanityImageAsset"
2265
2915
  },
2916
+ "sanityIdOption": {
2917
+ "$ref": "#/components/schemas/option_string"
2918
+ },
2266
2919
  "sanityId": {
2267
2920
  "type": "string"
2268
2921
  },
2922
+ "sanityKeyOption": {
2923
+ "$ref": "#/components/schemas/option_string"
2924
+ },
2269
2925
  "sanityKey": {
2270
2926
  "type": "string"
2271
2927
  },
2272
2928
  "additionalProperties": {
2273
2929
  "type": "object",
2274
2930
  "additionalProperties": {
2275
- "type": "object"
2931
+ "$ref": "#/components/schemas/jsonElement"
2276
2932
  }
2277
2933
  }
2278
2934
  }
@@ -2282,73 +2938,126 @@
2282
2938
  "properties": {
2283
2939
  "sanityType": {
2284
2940
  "enum": [
2285
- "sanity.imageAsset"
2941
+ 1
2286
2942
  ],
2287
- "type": "string",
2288
- "default": "sanity.imageAsset"
2943
+ "type": "integer",
2944
+ "format": "int32",
2945
+ "default": 1
2946
+ },
2947
+ "sanityId": {
2948
+ "type": "string"
2949
+ },
2950
+ "url": {
2951
+ "type": "string"
2952
+ },
2953
+ "altTextOption": {
2954
+ "$ref": "#/components/schemas/option_string"
2289
2955
  },
2290
2956
  "altText": {
2291
2957
  "type": "string"
2292
2958
  },
2959
+ "assetIdOption": {
2960
+ "$ref": "#/components/schemas/option_string"
2961
+ },
2293
2962
  "assetId": {
2294
2963
  "type": "string"
2295
2964
  },
2965
+ "descriptionOption": {
2966
+ "$ref": "#/components/schemas/option_string"
2967
+ },
2296
2968
  "description": {
2297
2969
  "type": "string"
2298
2970
  },
2971
+ "extensionOption": {
2972
+ "$ref": "#/components/schemas/option_string"
2973
+ },
2299
2974
  "extension": {
2300
2975
  "type": "string"
2301
2976
  },
2977
+ "labelOption": {
2978
+ "$ref": "#/components/schemas/option_string"
2979
+ },
2302
2980
  "label": {
2303
2981
  "type": "string"
2304
2982
  },
2983
+ "metadataOption": {
2984
+ "$ref": "#/components/schemas/option_sanityImageMetadata"
2985
+ },
2305
2986
  "metadata": {
2306
2987
  "$ref": "#/components/schemas/sanityImageMetadata"
2307
2988
  },
2989
+ "mimeTypeOption": {
2990
+ "$ref": "#/components/schemas/option_string"
2991
+ },
2308
2992
  "mimeType": {
2309
2993
  "type": "string"
2310
2994
  },
2995
+ "originalFilenameOption": {
2996
+ "$ref": "#/components/schemas/option_string"
2997
+ },
2311
2998
  "originalFilename": {
2312
2999
  "type": "string"
2313
3000
  },
3001
+ "pathOption": {
3002
+ "$ref": "#/components/schemas/option_string"
3003
+ },
2314
3004
  "path": {
2315
3005
  "type": "string"
2316
3006
  },
3007
+ "sanityCreatedAtOption": {
3008
+ "$ref": "#/components/schemas/option_string"
3009
+ },
2317
3010
  "sanityCreatedAt": {
2318
3011
  "type": "string"
2319
3012
  },
2320
- "sanityId": {
2321
- "type": "string"
3013
+ "sanityRevOption": {
3014
+ "$ref": "#/components/schemas/option_string"
2322
3015
  },
2323
3016
  "sanityRev": {
2324
3017
  "type": "string"
2325
3018
  },
3019
+ "sanityUpdatedAtOption": {
3020
+ "$ref": "#/components/schemas/option_string"
3021
+ },
2326
3022
  "sanityUpdatedAt": {
2327
3023
  "type": "string"
2328
3024
  },
3025
+ "sha1hashOption": {
3026
+ "$ref": "#/components/schemas/option_string"
3027
+ },
2329
3028
  "sha1hash": {
2330
3029
  "type": "string"
2331
3030
  },
3031
+ "sizeOption": {
3032
+ "$ref": "#/components/schemas/option_nullable`1"
3033
+ },
2332
3034
  "size": {
2333
3035
  "type": "number",
2334
- "format": "double"
3036
+ "format": "double",
3037
+ "nullable": true
3038
+ },
3039
+ "sourceOption": {
3040
+ "$ref": "#/components/schemas/option_sanityAssetSourceData"
2335
3041
  },
2336
3042
  "source": {
2337
3043
  "$ref": "#/components/schemas/sanityAssetSourceData"
2338
3044
  },
3045
+ "titleOption": {
3046
+ "$ref": "#/components/schemas/option_string"
3047
+ },
2339
3048
  "title": {
2340
3049
  "type": "string"
2341
3050
  },
2342
- "uploadId": {
2343
- "type": "string"
3051
+ "uploadIdOption": {
3052
+ "$ref": "#/components/schemas/option_string"
2344
3053
  },
2345
- "url": {
3054
+ "uploadId": {
2346
3055
  "type": "string"
2347
3056
  },
2348
3057
  "additionalProperties": {
2349
3058
  "type": "object",
2350
3059
  "additionalProperties": {
2351
- "type": "object"
3060
+ "$ref": "#/components/schemas/jsonElement"
2352
3061
  }
2353
3062
  }
2354
3063
  }
@@ -2358,16 +3067,21 @@
2358
3067
  "properties": {
2359
3068
  "sanityType": {
2360
3069
  "enum": [
2361
- "reference"
3070
+ 1
2362
3071
  ],
2363
- "type": "string",
2364
- "default": "reference"
3072
+ "type": "integer",
3073
+ "format": "int32",
3074
+ "default": 1
2365
3075
  },
2366
3076
  "sanityRef": {
2367
3077
  "type": "string"
2368
3078
  },
3079
+ "sanityWeakOption": {
3080
+ "$ref": "#/components/schemas/option_nullable`1"
3081
+ },
2369
3082
  "sanityWeak": {
2370
- "type": "boolean"
3083
+ "type": "boolean",
3084
+ "nullable": true
2371
3085
  }
2372
3086
  }
2373
3087
  },
@@ -2376,10 +3090,11 @@
2376
3090
  "properties": {
2377
3091
  "sanityType": {
2378
3092
  "enum": [
2379
- "sanity.imageCrop"
3093
+ 1
2380
3094
  ],
2381
- "type": "string",
2382
- "default": "sanity.imageCrop"
3095
+ "type": "integer",
3096
+ "format": "int32",
3097
+ "default": 1
2383
3098
  },
2384
3099
  "bottom": {
2385
3100
  "type": "number",
@@ -2404,10 +3119,11 @@
2404
3119
  "properties": {
2405
3120
  "sanityType": {
2406
3121
  "enum": [
2407
- "sanity.imageDimensions"
3122
+ 1
2408
3123
  ],
2409
- "type": "string",
2410
- "default": "sanity.imageDimensions"
3124
+ "type": "integer",
3125
+ "format": "int32",
3126
+ "default": 1
2411
3127
  },
2412
3128
  "aspectRatio": {
2413
3129
  "type": "number",
@@ -2428,10 +3144,11 @@
2428
3144
  "properties": {
2429
3145
  "sanityType": {
2430
3146
  "enum": [
2431
- "sanity.imageHotspot"
3147
+ 1
2432
3148
  ],
2433
- "type": "string",
2434
- "default": "sanity.imageHotspot"
3149
+ "type": "integer",
3150
+ "format": "int32",
3151
+ "default": 1
2435
3152
  },
2436
3153
  "height": {
2437
3154
  "type": "number",
@@ -2456,32 +3173,59 @@
2456
3173
  "properties": {
2457
3174
  "sanityType": {
2458
3175
  "enum": [
2459
- "sanity.imageMetadata"
3176
+ 1
2460
3177
  ],
2461
- "type": "string",
2462
- "default": "sanity.imageMetadata"
3178
+ "type": "integer",
3179
+ "format": "int32",
3180
+ "default": 1
3181
+ },
3182
+ "blurHashOption": {
3183
+ "$ref": "#/components/schemas/option_string"
2463
3184
  },
2464
3185
  "blurHash": {
2465
3186
  "type": "string"
2466
3187
  },
3188
+ "dimensionsOption": {
3189
+ "$ref": "#/components/schemas/option_sanityImageDimensions"
3190
+ },
2467
3191
  "dimensions": {
2468
3192
  "$ref": "#/components/schemas/sanityImageDimensions"
2469
3193
  },
3194
+ "hasAlphaOption": {
3195
+ "$ref": "#/components/schemas/option_nullable`1"
3196
+ },
2470
3197
  "hasAlpha": {
2471
- "type": "boolean"
3198
+ "type": "boolean",
3199
+ "nullable": true
3200
+ },
3201
+ "isOpaqueOption": {
3202
+ "$ref": "#/components/schemas/option_nullable`1"
2472
3203
  },
2473
3204
  "isOpaque": {
2474
- "type": "boolean"
3205
+ "type": "boolean",
3206
+ "nullable": true
3207
+ },
3208
+ "locationOption": {
3209
+ "$ref": "#/components/schemas/option_geopoint"
2475
3210
  },
2476
3211
  "location": {
2477
3212
  "$ref": "#/components/schemas/geopoint"
2478
3213
  },
3214
+ "lqipOption": {
3215
+ "$ref": "#/components/schemas/option_string"
3216
+ },
2479
3217
  "lqip": {
2480
3218
  "type": "string"
2481
3219
  },
3220
+ "paletteOption": {
3221
+ "$ref": "#/components/schemas/option_sanityImagePalette"
3222
+ },
2482
3223
  "palette": {
2483
3224
  "$ref": "#/components/schemas/sanityImagePalette"
2484
3225
  },
3226
+ "thumbHashOption": {
3227
+ "$ref": "#/components/schemas/option_string"
3228
+ },
2485
3229
  "thumbHash": {
2486
3230
  "type": "string"
2487
3231
  }
@@ -2492,29 +3236,51 @@
2492
3236
  "properties": {
2493
3237
  "sanityType": {
2494
3238
  "enum": [
2495
- "sanity.imagePalette"
3239
+ 1
2496
3240
  ],
2497
- "type": "string",
2498
- "default": "sanity.imagePalette"
3241
+ "type": "integer",
3242
+ "format": "int32",
3243
+ "default": 1
3244
+ },
3245
+ "darkMutedOption": {
3246
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
2499
3247
  },
2500
3248
  "darkMuted": {
2501
3249
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2502
3250
  },
3251
+ "darkVibrantOption": {
3252
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
3253
+ },
2503
3254
  "darkVibrant": {
2504
3255
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2505
3256
  },
3257
+ "dominantOption": {
3258
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
3259
+ },
2506
3260
  "dominant": {
2507
3261
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2508
3262
  },
3263
+ "lightMutedOption": {
3264
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
3265
+ },
2509
3266
  "lightMuted": {
2510
3267
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2511
3268
  },
3269
+ "lightVibrantOption": {
3270
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
3271
+ },
2512
3272
  "lightVibrant": {
2513
3273
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2514
3274
  },
3275
+ "mutedOption": {
3276
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
3277
+ },
2515
3278
  "muted": {
2516
3279
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2517
3280
  },
3281
+ "vibrantOption": {
3282
+ "$ref": "#/components/schemas/option_sanityImagePaletteSwatch"
3283
+ },
2518
3284
  "vibrant": {
2519
3285
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2520
3286
  }
@@ -2525,20 +3291,34 @@
2525
3291
  "properties": {
2526
3292
  "sanityType": {
2527
3293
  "enum": [
2528
- "sanity.imagePaletteSwatch"
3294
+ 1
2529
3295
  ],
2530
- "type": "string",
2531
- "default": "sanity.imagePaletteSwatch"
3296
+ "type": "integer",
3297
+ "format": "int32",
3298
+ "default": 1
3299
+ },
3300
+ "backgroundOption": {
3301
+ "$ref": "#/components/schemas/option_string"
2532
3302
  },
2533
3303
  "background": {
2534
3304
  "type": "string"
2535
3305
  },
3306
+ "foregroundOption": {
3307
+ "$ref": "#/components/schemas/option_string"
3308
+ },
2536
3309
  "foreground": {
2537
3310
  "type": "string"
2538
3311
  },
3312
+ "populationOption": {
3313
+ "$ref": "#/components/schemas/option_nullable`1"
3314
+ },
2539
3315
  "population": {
2540
3316
  "type": "number",
2541
- "format": "double"
3317
+ "format": "double",
3318
+ "nullable": true
3319
+ },
3320
+ "titleOption": {
3321
+ "$ref": "#/components/schemas/option_string"
2542
3322
  },
2543
3323
  "title": {
2544
3324
  "type": "string"
@@ -2550,10 +3330,11 @@
2550
3330
  "properties": {
2551
3331
  "sanityType": {
2552
3332
  "enum": [
2553
- "employee"
3333
+ 1
2554
3334
  ],
2555
- "type": "string",
2556
- "default": "employee"
3335
+ "type": "integer",
3336
+ "format": "int32",
3337
+ "default": 1
2557
3338
  },
2558
3339
  "email": {
2559
3340
  "type": "string"
@@ -2570,14 +3351,14 @@
2570
3351
  "slug": {
2571
3352
  "$ref": "#/components/schemas/slug"
2572
3353
  },
3354
+ "telephone": {
3355
+ "type": "string"
3356
+ },
2573
3357
  "tags": {
2574
3358
  "type": "array",
2575
3359
  "items": {
2576
3360
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2577
3361
  }
2578
- },
2579
- "telephone": {
2580
- "type": "string"
2581
3362
  }
2582
3363
  }
2583
3364
  },
@@ -2586,20 +3367,33 @@
2586
3367
  "properties": {
2587
3368
  "sanityType": {
2588
3369
  "enum": [
2589
- "image"
3370
+ 1
2590
3371
  ],
2591
- "type": "string",
2592
- "default": "image"
3372
+ "type": "integer",
3373
+ "format": "int32",
3374
+ "default": 1
3375
+ },
3376
+ "assetOption": {
3377
+ "$ref": "#/components/schemas/option_sanityImageAssetReference"
2593
3378
  },
2594
3379
  "asset": {
2595
3380
  "$ref": "#/components/schemas/sanityImageAssetReference"
2596
3381
  },
3382
+ "cropOption": {
3383
+ "$ref": "#/components/schemas/option_sanityImageCrop"
3384
+ },
2597
3385
  "crop": {
2598
3386
  "$ref": "#/components/schemas/sanityImageCrop"
2599
3387
  },
3388
+ "hotspotOption": {
3389
+ "$ref": "#/components/schemas/option_sanityImageHotspot"
3390
+ },
2600
3391
  "hotspot": {
2601
3392
  "$ref": "#/components/schemas/sanityImageHotspot"
2602
3393
  },
3394
+ "mediaOption": {
3395
+ "$ref": "#/components/schemas/option_object"
3396
+ },
2603
3397
  "media": {
2604
3398
  "type": "object"
2605
3399
  }
@@ -2608,55 +3402,74 @@
2608
3402
  "sanitySystemsInnerDescriptionInner": {
2609
3403
  "type": "object",
2610
3404
  "properties": {
2611
- "listItem": {
3405
+ "sanityType": {
2612
3406
  "enum": [
2613
- "bullet",
2614
- "number"
3407
+ 1
2615
3408
  ],
2616
- "type": "string",
2617
- "default": "bullet",
2618
- "nullable": true
3409
+ "type": "integer",
3410
+ "format": "int32",
3411
+ "default": 1
2619
3412
  },
2620
- "sanityType": {
3413
+ "listItemOption": {
3414
+ "$ref": "#/components/schemas/option_nullable`1"
3415
+ },
3416
+ "listItem": {
2621
3417
  "enum": [
2622
- "block"
3418
+ 1,
3419
+ 2
2623
3420
  ],
2624
- "type": "string",
2625
- "default": "block"
3421
+ "type": "integer",
3422
+ "format": "int32",
3423
+ "default": 1,
3424
+ "nullable": true
3425
+ },
3426
+ "styleOption": {
3427
+ "$ref": "#/components/schemas/option_nullable`1"
2626
3428
  },
2627
3429
  "style": {
2628
3430
  "enum": [
2629
- "blockquote",
2630
- "h1",
2631
- "h2",
2632
- "h3",
2633
- "h4",
2634
- "h5",
2635
- "h6",
2636
- "normal"
3431
+ 1,
3432
+ 2,
3433
+ 3,
3434
+ 4,
3435
+ 5,
3436
+ 6,
3437
+ 7,
3438
+ 8
2637
3439
  ],
2638
- "type": "string",
2639
- "default": "blockquote",
3440
+ "type": "integer",
3441
+ "format": "int32",
3442
+ "default": 1,
2640
3443
  "nullable": true
2641
3444
  },
3445
+ "sanityKey": {
3446
+ "type": "string"
3447
+ },
3448
+ "childrenOption": {
3449
+ "$ref": "#/components/schemas/option_list`1"
3450
+ },
2642
3451
  "children": {
2643
3452
  "type": "array",
2644
3453
  "items": {
2645
3454
  "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
2646
3455
  }
2647
3456
  },
3457
+ "levelOption": {
3458
+ "$ref": "#/components/schemas/option_nullable`1"
3459
+ },
2648
3460
  "level": {
2649
3461
  "type": "number",
2650
- "format": "double"
3462
+ "format": "double",
3463
+ "nullable": true
3464
+ },
3465
+ "markDefsOption": {
3466
+ "$ref": "#/components/schemas/option_list`1"
2651
3467
  },
2652
3468
  "markDefs": {
2653
3469
  "type": "array",
2654
3470
  "items": {
2655
3471
  "$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
2656
3472
  }
2657
- },
2658
- "sanityKey": {
2659
- "type": "string"
2660
3473
  }
2661
3474
  }
2662
3475
  },
@@ -2665,10 +3478,11 @@
2665
3478
  "properties": {
2666
3479
  "sanityType": {
2667
3480
  "enum": [
2668
- "technology"
3481
+ 1
2669
3482
  ],
2670
- "type": "string",
2671
- "default": "technology"
3483
+ "type": "integer",
3484
+ "format": "int32",
3485
+ "default": 1
2672
3486
  },
2673
3487
  "parent": {
2674
3488
  "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
@@ -2689,10 +3503,11 @@
2689
3503
  "properties": {
2690
3504
  "sanityType": {
2691
3505
  "enum": [
2692
- "tag"
3506
+ 1
2693
3507
  ],
2694
- "type": "string",
2695
- "default": "tag"
3508
+ "type": "integer",
3509
+ "format": "int32",
3510
+ "default": 1
2696
3511
  },
2697
3512
  "name": {
2698
3513
  "type": "string"
@@ -2708,13 +3523,70 @@
2708
3523
  "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner": {
2709
3524
  "type": "object",
2710
3525
  "properties": {
2711
- "actualInstance": {
2712
- "type": "object"
3526
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
3527
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf"
2713
3528
  },
2714
- "isNullable": {
2715
- "type": "boolean"
3529
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
3530
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1"
3531
+ }
3532
+ }
3533
+ },
3534
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf": {
3535
+ "type": "object",
3536
+ "properties": {
3537
+ "sanityType": {
3538
+ "enum": [
3539
+ 1
3540
+ ],
3541
+ "type": "integer",
3542
+ "format": "int32",
3543
+ "default": 1
3544
+ },
3545
+ "sanityKey": {
3546
+ "type": "string"
3547
+ },
3548
+ "asset": {
3549
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
3550
+ }
3551
+ }
3552
+ },
3553
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1": {
3554
+ "type": "object",
3555
+ "properties": {
3556
+ "sanityType": {
3557
+ "enum": [
3558
+ 1
3559
+ ],
3560
+ "type": "integer",
3561
+ "format": "int32",
3562
+ "default": 1
2716
3563
  },
2717
- "schemaType": {
3564
+ "sanityKey": {
3565
+ "type": "string"
3566
+ },
3567
+ "asset": {
3568
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset"
3569
+ }
3570
+ }
3571
+ },
3572
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset": {
3573
+ "type": "object",
3574
+ "properties": {
3575
+ "sanityType": {
3576
+ "enum": [
3577
+ 1
3578
+ ],
3579
+ "type": "integer",
3580
+ "format": "int32",
3581
+ "default": 1
3582
+ },
3583
+ "sanityId": {
3584
+ "type": "string"
3585
+ },
3586
+ "filename": {
3587
+ "type": "string"
3588
+ },
3589
+ "playbackId": {
2718
3590
  "type": "string"
2719
3591
  }
2720
3592
  }
@@ -2724,10 +3596,11 @@
2724
3596
  "properties": {
2725
3597
  "sanityType": {
2726
3598
  "enum": [
2727
- "image"
3599
+ 1
2728
3600
  ],
2729
- "type": "string",
2730
- "default": "image"
3601
+ "type": "integer",
3602
+ "format": "int32",
3603
+ "default": 1
2731
3604
  },
2732
3605
  "asset": {
2733
3606
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
@@ -2739,10 +3612,11 @@
2739
3612
  "properties": {
2740
3613
  "sanityType": {
2741
3614
  "enum": [
2742
- "image"
3615
+ 1
2743
3616
  ],
2744
- "type": "string",
2745
- "default": "image"
3617
+ "type": "integer",
3618
+ "format": "int32",
3619
+ "default": 1
2746
3620
  },
2747
3621
  "asset": {
2748
3622
  "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
@@ -2754,22 +3628,23 @@
2754
3628
  "properties": {
2755
3629
  "sanityType": {
2756
3630
  "enum": [
2757
- "sanity.imageAsset"
3631
+ 1
2758
3632
  ],
2759
- "type": "string",
2760
- "default": "sanity.imageAsset"
3633
+ "type": "integer",
3634
+ "format": "int32",
3635
+ "default": 1
2761
3636
  },
2762
3637
  "mimeType": {
2763
3638
  "type": "string"
2764
3639
  },
2765
- "originalFilename": {
2766
- "type": "string"
2767
- },
2768
3640
  "sanityId": {
2769
3641
  "type": "string"
2770
3642
  },
2771
3643
  "url": {
2772
3644
  "type": "string"
3645
+ },
3646
+ "originalFilename": {
3647
+ "type": "string"
2773
3648
  }
2774
3649
  }
2775
3650
  },
@@ -2778,14 +3653,18 @@
2778
3653
  "properties": {
2779
3654
  "sanityType": {
2780
3655
  "enum": [
2781
- "slug"
3656
+ 1
2782
3657
  ],
2783
- "type": "string",
2784
- "default": "slug"
3658
+ "type": "integer",
3659
+ "format": "int32",
3660
+ "default": 1
2785
3661
  },
2786
3662
  "current": {
2787
3663
  "type": "string"
2788
3664
  },
3665
+ "sourceOption": {
3666
+ "$ref": "#/components/schemas/option_string"
3667
+ },
2789
3668
  "source": {
2790
3669
  "type": "string"
2791
3670
  }