@snokam/mcp-api 0.14.0 → 0.15.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.
@@ -941,6 +941,80 @@
941
941
  }
942
942
  }
943
943
  },
944
+ "commissionTierReference": {
945
+ "type": "object",
946
+ "properties": {
947
+ "sanityType": {
948
+ "enum": [
949
+ "reference"
950
+ ],
951
+ "type": "string",
952
+ "default": "reference"
953
+ },
954
+ "sanityRef": {
955
+ "type": "string"
956
+ },
957
+ "sanityWeak": {
958
+ "type": "boolean"
959
+ }
960
+ }
961
+ },
962
+ "componentBlocksInnerOneOfChildrenInner": {
963
+ "type": "object",
964
+ "properties": {
965
+ "sanityType": {
966
+ "enum": [
967
+ "span"
968
+ ],
969
+ "type": "string",
970
+ "default": "span"
971
+ },
972
+ "marks": {
973
+ "type": "array",
974
+ "items": {
975
+ "type": "string"
976
+ }
977
+ },
978
+ "sanityKey": {
979
+ "type": "string"
980
+ },
981
+ "text": {
982
+ "type": "string"
983
+ }
984
+ }
985
+ },
986
+ "componentBlocksInnerOneOfMarkDefsInner": {
987
+ "type": "object",
988
+ "properties": {
989
+ "sanityType": {
990
+ "enum": [
991
+ "link"
992
+ ],
993
+ "type": "string",
994
+ "default": "link"
995
+ },
996
+ "href": {
997
+ "type": "string"
998
+ },
999
+ "sanityKey": {
1000
+ "type": "string"
1001
+ }
1002
+ }
1003
+ },
1004
+ "componentGalleryMediaInner": {
1005
+ "type": "object",
1006
+ "properties": {
1007
+ "actualInstance": {
1008
+ "type": "object"
1009
+ },
1010
+ "isNullable": {
1011
+ "type": "boolean"
1012
+ },
1013
+ "schemaType": {
1014
+ "type": "string"
1015
+ }
1016
+ }
1017
+ },
944
1018
  "consultantCv": {
945
1019
  "type": "object",
946
1020
  "properties": {
@@ -1201,6 +1275,24 @@
1201
1275
  }
1202
1276
  }
1203
1277
  },
1278
+ "employeeReference": {
1279
+ "type": "object",
1280
+ "properties": {
1281
+ "sanityType": {
1282
+ "enum": [
1283
+ "reference"
1284
+ ],
1285
+ "type": "string",
1286
+ "default": "reference"
1287
+ },
1288
+ "sanityRef": {
1289
+ "type": "string"
1290
+ },
1291
+ "sanityWeak": {
1292
+ "type": "boolean"
1293
+ }
1294
+ }
1295
+ },
1204
1296
  "feedback": {
1205
1297
  "type": "object",
1206
1298
  "properties": {
@@ -1302,14 +1394,15 @@
1302
1394
  "gadgetBudget": {
1303
1395
  "type": "object",
1304
1396
  "properties": {
1305
- "additionalData": {
1306
- "type": "object",
1307
- "additionalProperties": {
1308
- "type": "object"
1309
- }
1397
+ "sanityType": {
1398
+ "enum": [
1399
+ "gadget"
1400
+ ],
1401
+ "type": "string",
1402
+ "default": "gadget"
1310
1403
  },
1311
1404
  "employee": {
1312
- "$ref": "#/components/schemas/sanityGadgetBudget_employee"
1405
+ "$ref": "#/components/schemas/sanityOrderEmployee"
1313
1406
  },
1314
1407
  "sanityCreatedAt": {
1315
1408
  "type": "string"
@@ -1320,29 +1413,114 @@
1320
1413
  "sanityRev": {
1321
1414
  "type": "string"
1322
1415
  },
1323
- "sanityType": {
1324
- "enum": [
1325
- 0
1326
- ],
1327
- "type": "integer",
1328
- "format": "int32",
1329
- "default": 0,
1330
- "nullable": true
1331
- },
1332
1416
  "sanityUpdatedAt": {
1333
1417
  "type": "string"
1334
1418
  },
1335
1419
  "yearlyBudgets": {
1336
1420
  "type": "array",
1337
1421
  "items": {
1338
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgets"
1422
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInner"
1339
1423
  }
1340
1424
  }
1341
1425
  }
1342
1426
  },
1427
+ "geopoint": {
1428
+ "type": "object",
1429
+ "properties": {
1430
+ "sanityType": {
1431
+ "enum": [
1432
+ "geopoint"
1433
+ ],
1434
+ "type": "string",
1435
+ "default": "geopoint"
1436
+ },
1437
+ "alt": {
1438
+ "type": "number",
1439
+ "format": "double"
1440
+ },
1441
+ "lat": {
1442
+ "type": "number",
1443
+ "format": "double"
1444
+ },
1445
+ "lng": {
1446
+ "type": "number",
1447
+ "format": "double"
1448
+ }
1449
+ }
1450
+ },
1451
+ "pageEmployeeOrderInner": {
1452
+ "type": "object",
1453
+ "properties": {
1454
+ "sanityType": {
1455
+ "enum": [
1456
+ "reference"
1457
+ ],
1458
+ "type": "string",
1459
+ "default": "reference"
1460
+ },
1461
+ "sanityKey": {
1462
+ "type": "string"
1463
+ },
1464
+ "sanityRef": {
1465
+ "type": "string"
1466
+ },
1467
+ "sanityWeak": {
1468
+ "type": "boolean"
1469
+ }
1470
+ }
1471
+ },
1472
+ "pageEquipmentInner": {
1473
+ "type": "object",
1474
+ "properties": {
1475
+ "sanityType": {
1476
+ "enum": [
1477
+ "reference"
1478
+ ],
1479
+ "type": "string",
1480
+ "default": "reference"
1481
+ },
1482
+ "sanityKey": {
1483
+ "type": "string"
1484
+ },
1485
+ "sanityRef": {
1486
+ "type": "string"
1487
+ },
1488
+ "sanityWeak": {
1489
+ "type": "boolean"
1490
+ }
1491
+ }
1492
+ },
1343
1493
  "patchEmployee": {
1344
1494
  "type": "object",
1345
1495
  "properties": {
1496
+ "gender": {
1497
+ "enum": [
1498
+ "male",
1499
+ "female",
1500
+ "These are not the genders you are looking for"
1501
+ ],
1502
+ "type": "string",
1503
+ "default": "male",
1504
+ "nullable": true
1505
+ },
1506
+ "maritalStatus": {
1507
+ "enum": [
1508
+ "single",
1509
+ "married",
1510
+ "cohabitant"
1511
+ ],
1512
+ "type": "string",
1513
+ "default": "single",
1514
+ "nullable": true
1515
+ },
1516
+ "sanityType": {
1517
+ "enum": [
1518
+ "employee"
1519
+ ],
1520
+ "type": "string",
1521
+ "default": "employee",
1522
+ "nullable": true
1523
+ },
1346
1524
  "about": {
1347
1525
  "type": "string"
1348
1526
  },
@@ -1350,12 +1528,6 @@
1350
1528
  "type": "boolean",
1351
1529
  "nullable": true
1352
1530
  },
1353
- "additionalData": {
1354
- "type": "object",
1355
- "additionalProperties": {
1356
- "type": "object"
1357
- }
1358
- },
1359
1531
  "address": {
1360
1532
  "type": "string"
1361
1533
  },
@@ -1365,11 +1537,11 @@
1365
1537
  "type": "string"
1366
1538
  }
1367
1539
  },
1368
- "birthDate": {
1540
+ "birth_date": {
1369
1541
  "type": "string"
1370
1542
  },
1371
- "blurredImage": {
1372
- "$ref": "#/components/schemas/sanityPatchEmployee_blurred_image"
1543
+ "blurred_image": {
1544
+ "$ref": "#/components/schemas/sanityPatchPageMetaImage"
1373
1545
  },
1374
1546
  "boardMember": {
1375
1547
  "type": "boolean",
@@ -1378,14 +1550,14 @@
1378
1550
  "cliftonStrengths": {
1379
1551
  "type": "array",
1380
1552
  "items": {
1381
- "$ref": "#/components/schemas/sanityPatchEmployee_cliftonStrengths"
1553
+ "$ref": "#/components/schemas/sanityCreateEmployeeCliftonStrengthsInner"
1382
1554
  }
1383
1555
  },
1384
1556
  "coinbaseAccountEmail": {
1385
1557
  "type": "string"
1386
1558
  },
1387
1559
  "commissionTier": {
1388
- "$ref": "#/components/schemas/sanityCommissionTierReference"
1560
+ "$ref": "#/components/schemas/commissionTierReference"
1389
1561
  },
1390
1562
  "education": {
1391
1563
  "type": "string"
@@ -1396,20 +1568,9 @@
1396
1568
  "equipment": {
1397
1569
  "type": "array",
1398
1570
  "items": {
1399
- "$ref": "#/components/schemas/sanityPatchEmployee_equipment"
1571
+ "$ref": "#/components/schemas/pageEquipmentInner"
1400
1572
  }
1401
1573
  },
1402
- "gender": {
1403
- "enum": [
1404
- 0,
1405
- 1,
1406
- 2
1407
- ],
1408
- "type": "integer",
1409
- "format": "int32",
1410
- "default": 0,
1411
- "nullable": true
1412
- },
1413
1574
  "graduationYear": {
1414
1575
  "type": "number",
1415
1576
  "format": "double",
@@ -1418,11 +1579,11 @@
1418
1579
  "groups": {
1419
1580
  "type": "array",
1420
1581
  "items": {
1421
- "$ref": "#/components/schemas/sanityPatchEmployee_groups"
1582
+ "$ref": "#/components/schemas/sanityCreateEmployeeGroupsInner"
1422
1583
  }
1423
1584
  },
1424
1585
  "image": {
1425
- "$ref": "#/components/schemas/sanityPatchEmployee_image"
1586
+ "$ref": "#/components/schemas/sanityPatchPageMetaImage"
1426
1587
  },
1427
1588
  "innovativeSalary": {
1428
1589
  "type": "boolean",
@@ -1442,23 +1603,12 @@
1442
1603
  "nullable": true
1443
1604
  },
1444
1605
  "manager": {
1445
- "$ref": "#/components/schemas/sanityEmployeeReference"
1446
- },
1447
- "maritalStatus": {
1448
- "enum": [
1449
- 0,
1450
- 1,
1451
- 2
1452
- ],
1453
- "type": "integer",
1454
- "format": "int32",
1455
- "default": 0,
1456
- "nullable": true
1606
+ "$ref": "#/components/schemas/employeeReference"
1457
1607
  },
1458
1608
  "media": {
1459
1609
  "type": "array",
1460
1610
  "items": {
1461
- "$ref": "#/components/schemas/sanityPatchEmployeeMedia"
1611
+ "$ref": "#/components/schemas/componentGalleryMediaInner"
1462
1612
  }
1463
1613
  },
1464
1614
  "name": {
@@ -1467,7 +1617,7 @@
1467
1617
  "nextOfKin": {
1468
1618
  "type": "array",
1469
1619
  "items": {
1470
- "$ref": "#/components/schemas/sanityPatchEmployee_nextOfKin"
1620
+ "$ref": "#/components/schemas/sanityEmployeeNextOfKinInner"
1471
1621
  }
1472
1622
  },
1473
1623
  "nrOfChildren": {
@@ -1481,35 +1631,32 @@
1481
1631
  "position": {
1482
1632
  "type": "string"
1483
1633
  },
1484
- "sanityType": {
1485
- "enum": [
1486
- 0
1487
- ],
1488
- "type": "integer",
1489
- "format": "int32",
1490
- "default": 0,
1491
- "nullable": true
1492
- },
1493
1634
  "slug": {
1494
- "$ref": "#/components/schemas/sanitySlug"
1635
+ "$ref": "#/components/schemas/slug"
1495
1636
  },
1496
- "startDate": {
1637
+ "start_date": {
1497
1638
  "type": "string"
1498
1639
  },
1499
1640
  "tags": {
1500
1641
  "type": "array",
1501
1642
  "items": {
1502
- "$ref": "#/components/schemas/sanityPatchEmployee_tags"
1643
+ "$ref": "#/components/schemas/sanityCreateEmployeeTagsInner"
1503
1644
  }
1504
1645
  },
1505
1646
  "technologies": {
1506
1647
  "type": "array",
1507
1648
  "items": {
1508
- "$ref": "#/components/schemas/sanityPatchEmployee_technologies"
1649
+ "$ref": "#/components/schemas/sanityCreateEmployeeTechnologiesInner"
1509
1650
  }
1510
1651
  },
1511
1652
  "telephone": {
1512
1653
  "type": "string"
1654
+ },
1655
+ "additionalProperties": {
1656
+ "type": "object",
1657
+ "additionalProperties": {
1658
+ "type": "object"
1659
+ }
1513
1660
  }
1514
1661
  }
1515
1662
  },
@@ -1520,18 +1667,37 @@
1520
1667
  "type": "boolean",
1521
1668
  "nullable": true
1522
1669
  },
1670
+ "gender": {
1671
+ "enum": [
1672
+ "female",
1673
+ "male",
1674
+ "These are not the genders you are looking for"
1675
+ ],
1676
+ "type": "string",
1677
+ "default": "female"
1678
+ },
1679
+ "maritalStatus": {
1680
+ "enum": [
1681
+ "cohabitant",
1682
+ "married",
1683
+ "single"
1684
+ ],
1685
+ "type": "string",
1686
+ "default": "cohabitant",
1687
+ "nullable": true
1688
+ },
1689
+ "sanityType": {
1690
+ "enum": [
1691
+ "employee"
1692
+ ],
1693
+ "type": "string",
1694
+ "default": "employee"
1695
+ },
1523
1696
  "about": {
1524
1697
  "type": "string"
1525
1698
  },
1526
1699
  "active": {
1527
- "type": "boolean",
1528
- "nullable": true
1529
- },
1530
- "additionalData": {
1531
- "type": "object",
1532
- "additionalProperties": {
1533
- "type": "object"
1534
- }
1700
+ "type": "boolean"
1535
1701
  },
1536
1702
  "address": {
1537
1703
  "type": "string"
@@ -1542,27 +1708,26 @@
1542
1708
  "type": "string"
1543
1709
  }
1544
1710
  },
1545
- "birthDate": {
1711
+ "birth_date": {
1546
1712
  "type": "string"
1547
1713
  },
1548
- "blurredImage": {
1549
- "$ref": "#/components/schemas/sanityEmployee_blurred_image"
1714
+ "blurred_image": {
1715
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1550
1716
  },
1551
1717
  "boardMember": {
1552
- "type": "boolean",
1553
- "nullable": true
1718
+ "type": "boolean"
1554
1719
  },
1555
1720
  "cliftonStrengths": {
1556
1721
  "type": "array",
1557
1722
  "items": {
1558
- "$ref": "#/components/schemas/sanityEmployee_cliftonStrengths"
1723
+ "$ref": "#/components/schemas/sanityEmployeeCliftonStrengthsInner"
1559
1724
  }
1560
1725
  },
1561
1726
  "coinbaseAccountEmail": {
1562
1727
  "type": "string"
1563
1728
  },
1564
1729
  "commissionTier": {
1565
- "$ref": "#/components/schemas/sanityEmployee_commissionTier"
1730
+ "$ref": "#/components/schemas/sanityEmployeeCommissionTier"
1566
1731
  },
1567
1732
  "education": {
1568
1733
  "type": "string"
@@ -1573,69 +1738,42 @@
1573
1738
  "equipment": {
1574
1739
  "type": "array",
1575
1740
  "items": {
1576
- "$ref": "#/components/schemas/sanityEmployee_equipment"
1741
+ "$ref": "#/components/schemas/sanityEmployeeEquipmentInner"
1577
1742
  }
1578
1743
  },
1579
- "gender": {
1580
- "enum": [
1581
- 0,
1582
- 1,
1583
- 2
1584
- ],
1585
- "type": "integer",
1586
- "format": "int32",
1587
- "default": 0,
1588
- "nullable": true
1589
- },
1590
1744
  "graduationYear": {
1591
1745
  "type": "number",
1592
- "format": "double",
1593
- "nullable": true
1746
+ "format": "double"
1594
1747
  },
1595
1748
  "groups": {
1596
1749
  "type": "array",
1597
1750
  "items": {
1598
- "$ref": "#/components/schemas/sanityEmployee_groups"
1751
+ "$ref": "#/components/schemas/sanityEmployeeGroupsInner"
1599
1752
  }
1600
1753
  },
1601
1754
  "image": {
1602
- "$ref": "#/components/schemas/sanityEmployee_image"
1755
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
1603
1756
  },
1604
1757
  "innovativeSalary": {
1605
- "type": "boolean",
1606
- "nullable": true
1758
+ "type": "boolean"
1607
1759
  },
1608
1760
  "innovativeSalaryPercentage": {
1609
1761
  "type": "number",
1610
- "format": "double",
1611
- "nullable": true
1762
+ "format": "double"
1612
1763
  },
1613
1764
  "isBot": {
1614
- "type": "boolean",
1615
- "nullable": true
1765
+ "type": "boolean"
1616
1766
  },
1617
1767
  "isSeekingProject": {
1618
- "type": "boolean",
1619
- "nullable": true
1768
+ "type": "boolean"
1620
1769
  },
1621
1770
  "manager": {
1622
- "$ref": "#/components/schemas/sanityEmployee_manager"
1623
- },
1624
- "maritalStatus": {
1625
- "enum": [
1626
- 0,
1627
- 1,
1628
- 2
1629
- ],
1630
- "type": "integer",
1631
- "format": "int32",
1632
- "default": 0,
1633
- "nullable": true
1771
+ "$ref": "#/components/schemas/sanityEmployeeManager"
1634
1772
  },
1635
1773
  "media": {
1636
1774
  "type": "array",
1637
1775
  "items": {
1638
- "$ref": "#/components/schemas/sanityEmployeeMedia"
1776
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
1639
1777
  }
1640
1778
  },
1641
1779
  "name": {
@@ -1644,13 +1782,12 @@
1644
1782
  "nextOfKin": {
1645
1783
  "type": "array",
1646
1784
  "items": {
1647
- "$ref": "#/components/schemas/sanityEmployee_nextOfKin"
1785
+ "$ref": "#/components/schemas/sanityEmployeeNextOfKinInner"
1648
1786
  }
1649
1787
  },
1650
1788
  "nrOfChildren": {
1651
1789
  "type": "number",
1652
- "format": "double",
1653
- "nullable": true
1790
+ "format": "double"
1654
1791
  },
1655
1792
  "personalProjectRequirements": {
1656
1793
  "type": "string"
@@ -1667,34 +1804,25 @@
1667
1804
  "sanityRev": {
1668
1805
  "type": "string"
1669
1806
  },
1670
- "sanityType": {
1671
- "enum": [
1672
- 0
1673
- ],
1674
- "type": "integer",
1675
- "format": "int32",
1676
- "default": 0,
1677
- "nullable": true
1678
- },
1679
1807
  "sanityUpdatedAt": {
1680
1808
  "type": "string"
1681
1809
  },
1682
1810
  "slug": {
1683
- "$ref": "#/components/schemas/sanitySlug"
1811
+ "$ref": "#/components/schemas/slug"
1684
1812
  },
1685
- "startDate": {
1813
+ "start_date": {
1686
1814
  "type": "string"
1687
1815
  },
1688
1816
  "tags": {
1689
1817
  "type": "array",
1690
1818
  "items": {
1691
- "$ref": "#/components/schemas/sanityEmployee_tags"
1819
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
1692
1820
  }
1693
1821
  },
1694
1822
  "technologies": {
1695
1823
  "type": "array",
1696
1824
  "items": {
1697
- "$ref": "#/components/schemas/sanityEmployee_technologies"
1825
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInner"
1698
1826
  }
1699
1827
  },
1700
1828
  "telephone": {
@@ -1736,7 +1864,7 @@
1736
1864
  "media": {
1737
1865
  "type": "array",
1738
1866
  "items": {
1739
- "$ref": "#/components/schemas/sanityEmployeeMedia"
1867
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner"
1740
1868
  }
1741
1869
  },
1742
1870
  "name": {
@@ -1776,11 +1904,12 @@
1776
1904
  "sanityAssetSourceData": {
1777
1905
  "type": "object",
1778
1906
  "properties": {
1779
- "additionalData": {
1780
- "type": "object",
1781
- "additionalProperties": {
1782
- "type": "object"
1783
- }
1907
+ "sanityType": {
1908
+ "enum": [
1909
+ "sanity.assetSourceData"
1910
+ ],
1911
+ "type": "string",
1912
+ "default": "sanity.assetSourceData"
1784
1913
  },
1785
1914
  "id": {
1786
1915
  "type": "string"
@@ -1788,184 +1917,116 @@
1788
1917
  "name": {
1789
1918
  "type": "string"
1790
1919
  },
1791
- "sanityType": {
1792
- "enum": [
1793
- 0
1794
- ],
1795
- "type": "integer",
1796
- "format": "int32",
1797
- "default": 0,
1798
- "nullable": true
1799
- },
1800
1920
  "url": {
1801
1921
  "type": "string"
1802
1922
  }
1803
1923
  }
1804
1924
  },
1805
- "sanityCommissionTierReference": {
1925
+ "sanityCreateEmployeeCliftonStrengthsInner": {
1806
1926
  "type": "object",
1807
1927
  "properties": {
1808
- "additionalData": {
1809
- "type": "object",
1810
- "additionalProperties": {
1811
- "type": "object"
1812
- }
1813
- },
1814
- "sanityRef": {
1815
- "type": "string"
1816
- },
1817
1928
  "sanityType": {
1818
1929
  "enum": [
1819
- 0
1930
+ "reference"
1820
1931
  ],
1821
- "type": "integer",
1822
- "format": "int32",
1823
- "default": 0,
1824
- "nullable": true
1932
+ "type": "string",
1933
+ "default": "reference"
1934
+ },
1935
+ "sanityKey": {
1936
+ "type": "string"
1937
+ },
1938
+ "sanityRef": {
1939
+ "type": "string"
1825
1940
  },
1826
1941
  "sanityWeak": {
1827
- "type": "boolean",
1828
- "nullable": true
1942
+ "type": "boolean"
1829
1943
  }
1830
1944
  }
1831
1945
  },
1832
- "sanityComponentGalleryMediaSanityImage": {
1946
+ "sanityCreateEmployeeGroupsInner": {
1833
1947
  "type": "object",
1834
1948
  "properties": {
1835
- "additionalData": {
1836
- "type": "object",
1837
- "additionalProperties": {
1838
- "type": "object"
1839
- }
1840
- },
1841
- "asset": {
1842
- "$ref": "#/components/schemas/sanityImageAssetReference"
1843
- },
1844
- "crop": {
1845
- "$ref": "#/components/schemas/sanityImageCrop"
1846
- },
1847
- "hotspot": {
1848
- "$ref": "#/components/schemas/sanityImageHotspot"
1849
- },
1850
- "media": {
1851
- "$ref": "#/components/schemas/untypedNode"
1949
+ "sanityType": {
1950
+ "enum": [
1951
+ "reference"
1952
+ ],
1953
+ "type": "string",
1954
+ "default": "reference"
1852
1955
  },
1853
1956
  "sanityKey": {
1854
1957
  "type": "string"
1855
1958
  },
1856
- "sanityType": {
1857
- "enum": [
1858
- 0
1859
- ],
1860
- "type": "integer",
1861
- "format": "int32",
1862
- "default": 0,
1863
- "nullable": true
1959
+ "sanityRef": {
1960
+ "type": "string"
1961
+ },
1962
+ "sanityWeak": {
1963
+ "type": "boolean"
1864
1964
  }
1865
1965
  }
1866
1966
  },
1867
- "sanityComponentGalleryMediaSanityMuxVideo": {
1967
+ "sanityCreateEmployeeTagsInner": {
1868
1968
  "type": "object",
1869
1969
  "properties": {
1970
+ "sanityType": {
1971
+ "enum": [
1972
+ "reference"
1973
+ ],
1974
+ "type": "string",
1975
+ "default": "reference"
1976
+ },
1870
1977
  "sanityKey": {
1871
1978
  "type": "string"
1872
1979
  },
1873
- "additionalData": {
1874
- "type": "object",
1875
- "additionalProperties": {
1876
- "type": "object"
1877
- }
1878
- },
1879
- "asset": {
1880
- "$ref": "#/components/schemas/sanityMuxVideoAssetReference"
1980
+ "sanityRef": {
1981
+ "type": "string"
1881
1982
  },
1882
- "sanityType": {
1883
- "enum": [
1884
- 0
1885
- ],
1886
- "type": "integer",
1887
- "format": "int32",
1888
- "default": 0,
1889
- "nullable": true
1983
+ "sanityWeak": {
1984
+ "type": "boolean"
1890
1985
  }
1891
1986
  }
1892
1987
  },
1893
- "sanityEmployee_blurred_image": {
1988
+ "sanityCreateEmployeeTechnologiesInner": {
1894
1989
  "type": "object",
1895
1990
  "properties": {
1896
- "additionalData": {
1897
- "type": "object",
1898
- "additionalProperties": {
1899
- "type": "object"
1900
- }
1901
- },
1902
- "asset": {
1903
- "$ref": "#/components/schemas/sanityEmployee_blurred_image_asset"
1904
- },
1905
1991
  "sanityType": {
1906
1992
  "enum": [
1907
- 0
1993
+ "reference"
1908
1994
  ],
1909
- "type": "integer",
1910
- "format": "int32",
1911
- "default": 0,
1912
- "nullable": true
1913
- }
1914
- }
1915
- },
1916
- "sanityEmployee_blurred_image_asset": {
1917
- "type": "object",
1918
- "properties": {
1919
- "additionalData": {
1920
- "type": "object",
1921
- "additionalProperties": {
1922
- "type": "object"
1923
- }
1924
- },
1925
- "mimeType": {
1926
- "type": "string"
1995
+ "type": "string",
1996
+ "default": "reference"
1927
1997
  },
1928
- "originalFilename": {
1998
+ "sanityKey": {
1929
1999
  "type": "string"
1930
2000
  },
1931
- "sanityId": {
2001
+ "sanityRef": {
1932
2002
  "type": "string"
1933
2003
  },
1934
- "sanityType": {
1935
- "enum": [
1936
- 0
1937
- ],
1938
- "type": "integer",
1939
- "format": "int32",
1940
- "default": 0,
1941
- "nullable": true
1942
- },
1943
- "url": {
1944
- "type": "string"
2004
+ "sanityWeak": {
2005
+ "type": "boolean"
1945
2006
  }
1946
2007
  }
1947
2008
  },
1948
- "sanityEmployee_cliftonStrengths": {
2009
+ "sanityEmployeeCliftonStrengthsInner": {
1949
2010
  "type": "object",
1950
2011
  "properties": {
1951
- "additionalData": {
1952
- "type": "object",
1953
- "additionalProperties": {
1954
- "type": "object"
1955
- }
1956
- },
1957
2012
  "domain": {
1958
2013
  "enum": [
1959
- 0,
1960
- 1,
1961
- 2,
1962
- 3
2014
+ "executing",
2015
+ "influencing",
2016
+ "relationship_building",
2017
+ "strategic_thinking"
1963
2018
  ],
1964
- "type": "integer",
1965
- "format": "int32",
1966
- "default": 0,
2019
+ "type": "string",
2020
+ "default": "executing",
1967
2021
  "nullable": true
1968
2022
  },
2023
+ "sanityType": {
2024
+ "enum": [
2025
+ "cliftonStrength"
2026
+ ],
2027
+ "type": "string",
2028
+ "default": "cliftonStrength"
2029
+ },
1969
2030
  "sanityCreatedAt": {
1970
2031
  "type": "string"
1971
2032
  },
@@ -1975,15 +2036,6 @@
1975
2036
  "sanityRev": {
1976
2037
  "type": "string"
1977
2038
  },
1978
- "sanityType": {
1979
- "enum": [
1980
- 0
1981
- ],
1982
- "type": "integer",
1983
- "format": "int32",
1984
- "default": 0,
1985
- "nullable": true
1986
- },
1987
2039
  "sanityUpdatedAt": {
1988
2040
  "type": "string"
1989
2041
  },
@@ -1992,19 +2044,19 @@
1992
2044
  }
1993
2045
  }
1994
2046
  },
1995
- "sanityEmployee_commissionTier": {
2047
+ "sanityEmployeeCommissionTier": {
1996
2048
  "type": "object",
1997
2049
  "properties": {
1998
- "additionalData": {
1999
- "type": "object",
2000
- "additionalProperties": {
2001
- "type": "object"
2002
- }
2050
+ "sanityType": {
2051
+ "enum": [
2052
+ "commissionTier"
2053
+ ],
2054
+ "type": "string",
2055
+ "default": "commissionTier"
2003
2056
  },
2004
2057
  "commission": {
2005
2058
  "type": "number",
2006
- "format": "double",
2007
- "nullable": true
2059
+ "format": "double"
2008
2060
  },
2009
2061
  "sanityCreatedAt": {
2010
2062
  "type": "string"
@@ -2015,15 +2067,6 @@
2015
2067
  "sanityRev": {
2016
2068
  "type": "string"
2017
2069
  },
2018
- "sanityType": {
2019
- "enum": [
2020
- 0
2021
- ],
2022
- "type": "integer",
2023
- "format": "int32",
2024
- "default": 0,
2025
- "nullable": true
2026
- },
2027
2070
  "sanityUpdatedAt": {
2028
2071
  "type": "string"
2029
2072
  },
@@ -2032,1529 +2075,217 @@
2032
2075
  }
2033
2076
  }
2034
2077
  },
2035
- "sanityEmployee_equipment": {
2078
+ "sanityEmployeeEquipmentInner": {
2036
2079
  "type": "object",
2037
2080
  "properties": {
2038
- "additionalData": {
2039
- "type": "object",
2040
- "additionalProperties": {
2041
- "type": "object"
2042
- }
2081
+ "sanityType": {
2082
+ "enum": [
2083
+ "equipment"
2084
+ ],
2085
+ "type": "string",
2086
+ "default": "equipment"
2043
2087
  },
2044
2088
  "description": {
2045
2089
  "type": "array",
2046
2090
  "items": {
2047
- "$ref": "#/components/schemas/sanityEmployee_equipment_description"
2091
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2048
2092
  }
2049
2093
  },
2050
2094
  "image": {
2051
- "$ref": "#/components/schemas/sanityEmployee_equipment_image"
2095
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
2052
2096
  },
2053
2097
  "images": {
2054
2098
  "type": "array",
2055
2099
  "items": {
2056
- "$ref": "#/components/schemas/sanityEmployee_equipment_images"
2100
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2057
2101
  }
2058
2102
  },
2059
2103
  "sanityId": {
2060
2104
  "type": "string"
2061
2105
  },
2062
- "sanityType": {
2063
- "enum": [
2064
- 0
2065
- ],
2066
- "type": "integer",
2067
- "format": "int32",
2068
- "default": 0,
2069
- "nullable": true
2070
- },
2071
2106
  "title": {
2072
2107
  "type": "string"
2073
2108
  }
2074
2109
  }
2075
2110
  },
2076
- "sanityEmployee_equipment_description": {
2111
+ "sanityEmployeeGroupsInner": {
2077
2112
  "type": "object",
2078
2113
  "properties": {
2079
- "additionalData": {
2080
- "type": "object",
2081
- "additionalProperties": {
2082
- "type": "object"
2083
- }
2114
+ "sanityType": {
2115
+ "enum": [
2116
+ "group"
2117
+ ],
2118
+ "type": "string",
2119
+ "default": "group"
2084
2120
  },
2085
- "children": {
2121
+ "description": {
2086
2122
  "type": "array",
2087
2123
  "items": {
2088
- "$ref": "#/components/schemas/sanityEmployee_equipment_description_children"
2124
+ "$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
2089
2125
  }
2090
2126
  },
2091
- "level": {
2092
- "type": "number",
2093
- "format": "double",
2094
- "nullable": true
2095
- },
2096
- "listItem": {
2097
- "enum": [
2098
- 0,
2099
- 1
2100
- ],
2101
- "type": "integer",
2102
- "format": "int32",
2103
- "default": 0,
2104
- "nullable": true
2127
+ "image": {
2128
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2105
2129
  },
2106
- "markDefs": {
2130
+ "leaders": {
2107
2131
  "type": "array",
2108
2132
  "items": {
2109
- "$ref": "#/components/schemas/sanityEmployee_equipment_description_markDefs"
2133
+ "$ref": "#/components/schemas/pageEmployeeOrderInner"
2110
2134
  }
2111
2135
  },
2112
- "sanityKey": {
2136
+ "name": {
2113
2137
  "type": "string"
2114
2138
  },
2115
- "sanityType": {
2116
- "enum": [
2117
- 0
2118
- ],
2119
- "type": "integer",
2120
- "format": "int32",
2121
- "default": 0,
2122
- "nullable": true
2139
+ "sanityCreatedAt": {
2140
+ "type": "string"
2123
2141
  },
2124
- "style": {
2125
- "enum": [
2126
- 0,
2127
- 1,
2128
- 2,
2129
- 3,
2130
- 4,
2131
- 5,
2132
- 6,
2133
- 7
2134
- ],
2135
- "type": "integer",
2136
- "format": "int32",
2137
- "default": 0,
2138
- "nullable": true
2142
+ "sanityId": {
2143
+ "type": "string"
2144
+ },
2145
+ "sanityRev": {
2146
+ "type": "string"
2147
+ },
2148
+ "sanityUpdatedAt": {
2149
+ "type": "string"
2139
2150
  }
2140
2151
  }
2141
2152
  },
2142
- "sanityEmployee_equipment_description_children": {
2153
+ "sanityEmployeeManager": {
2143
2154
  "type": "object",
2144
2155
  "properties": {
2145
- "additionalData": {
2146
- "type": "object",
2147
- "additionalProperties": {
2148
- "type": "object"
2149
- }
2150
- },
2151
- "marks": {
2152
- "type": "array",
2153
- "items": {
2154
- "type": "string"
2155
- }
2156
- },
2157
- "sanityKey": {
2158
- "type": "string"
2159
- },
2160
2156
  "sanityType": {
2161
2157
  "enum": [
2162
- 0
2158
+ "employee"
2163
2159
  ],
2164
- "type": "integer",
2165
- "format": "int32",
2166
- "default": 0,
2167
- "nullable": true
2160
+ "type": "string",
2161
+ "default": "employee"
2168
2162
  },
2169
- "text": {
2163
+ "email": {
2170
2164
  "type": "string"
2171
- }
2172
- }
2173
- },
2174
- "sanityEmployee_equipment_description_markDefs": {
2175
- "type": "object",
2176
- "properties": {
2177
- "additionalData": {
2178
- "type": "object",
2179
- "additionalProperties": {
2180
- "type": "object"
2181
- }
2182
- },
2183
- "href": {
2184
- "type": "string"
2185
- },
2186
- "sanityKey": {
2187
- "type": "string"
2188
- },
2189
- "sanityType": {
2190
- "enum": [
2191
- 0
2192
- ],
2193
- "type": "integer",
2194
- "format": "int32",
2195
- "default": 0,
2196
- "nullable": true
2197
- }
2198
- }
2199
- },
2200
- "sanityEmployee_equipment_image": {
2201
- "type": "object",
2202
- "properties": {
2203
- "additionalData": {
2204
- "type": "object",
2205
- "additionalProperties": {
2206
- "type": "object"
2207
- }
2208
- },
2209
- "asset": {
2210
- "$ref": "#/components/schemas/sanityEmployee_equipment_image_asset"
2211
- },
2212
- "sanityType": {
2213
- "enum": [
2214
- 0
2215
- ],
2216
- "type": "integer",
2217
- "format": "int32",
2218
- "default": 0,
2219
- "nullable": true
2220
- }
2221
- }
2222
- },
2223
- "sanityEmployee_equipment_image_asset": {
2224
- "type": "object",
2225
- "properties": {
2226
- "additionalData": {
2227
- "type": "object",
2228
- "additionalProperties": {
2229
- "type": "object"
2230
- }
2231
2165
  },
2232
- "mimeType": {
2233
- "type": "string"
2166
+ "image": {
2167
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
2234
2168
  },
2235
- "originalFilename": {
2169
+ "name": {
2236
2170
  "type": "string"
2237
2171
  },
2238
2172
  "sanityId": {
2239
2173
  "type": "string"
2240
2174
  },
2241
- "sanityType": {
2242
- "enum": [
2243
- 0
2244
- ],
2245
- "type": "integer",
2246
- "format": "int32",
2247
- "default": 0,
2248
- "nullable": true
2175
+ "slug": {
2176
+ "$ref": "#/components/schemas/slug"
2249
2177
  },
2250
- "url": {
2251
- "type": "string"
2252
- }
2253
- }
2254
- },
2255
- "sanityEmployee_equipment_images": {
2256
- "type": "object",
2257
- "properties": {
2258
- "additionalData": {
2259
- "type": "object",
2260
- "additionalProperties": {
2261
- "type": "object"
2178
+ "tags": {
2179
+ "type": "array",
2180
+ "items": {
2181
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2262
2182
  }
2263
2183
  },
2264
- "asset": {
2265
- "$ref": "#/components/schemas/sanityEmployee_equipment_images_asset"
2266
- },
2267
- "sanityType": {
2268
- "enum": [
2269
- 0
2270
- ],
2271
- "type": "integer",
2272
- "format": "int32",
2273
- "default": 0,
2274
- "nullable": true
2184
+ "telephone": {
2185
+ "type": "string"
2275
2186
  }
2276
2187
  }
2277
2188
  },
2278
- "sanityEmployee_equipment_images_asset": {
2189
+ "sanityEmployeeNextOfKinInner": {
2279
2190
  "type": "object",
2280
2191
  "properties": {
2281
- "additionalData": {
2282
- "type": "object",
2283
- "additionalProperties": {
2284
- "type": "object"
2285
- }
2286
- },
2287
- "mimeType": {
2288
- "type": "string"
2289
- },
2290
- "originalFilename": {
2291
- "type": "string"
2292
- },
2293
- "sanityId": {
2294
- "type": "string"
2295
- },
2296
2192
  "sanityType": {
2297
2193
  "enum": [
2298
- 0
2194
+ "nextofkin"
2299
2195
  ],
2300
- "type": "integer",
2301
- "format": "int32",
2302
- "default": 0,
2303
- "nullable": true
2304
- },
2305
- "url": {
2306
- "type": "string"
2307
- }
2308
- }
2309
- },
2310
- "sanityEmployee_groups": {
2311
- "type": "object",
2312
- "properties": {
2313
- "additionalData": {
2314
- "type": "object",
2315
- "additionalProperties": {
2316
- "type": "object"
2317
- }
2318
- },
2319
- "description": {
2320
- "type": "array",
2321
- "items": {
2322
- "$ref": "#/components/schemas/sanityEmployee_groups_description"
2323
- }
2324
- },
2325
- "image": {
2326
- "$ref": "#/components/schemas/sanityEmployee_groups_image"
2327
- },
2328
- "leaders": {
2329
- "type": "array",
2330
- "items": {
2331
- "$ref": "#/components/schemas/sanityEmployee_groups_leaders"
2332
- }
2196
+ "type": "string",
2197
+ "default": "nextofkin"
2333
2198
  },
2334
2199
  "name": {
2335
2200
  "type": "string"
2336
2201
  },
2337
- "sanityCreatedAt": {
2338
- "type": "string"
2339
- },
2340
- "sanityId": {
2341
- "type": "string"
2342
- },
2343
- "sanityRev": {
2202
+ "sanityKey": {
2344
2203
  "type": "string"
2345
2204
  },
2346
- "sanityType": {
2347
- "enum": [
2348
- 0
2349
- ],
2350
- "type": "integer",
2351
- "format": "int32",
2352
- "default": 0,
2353
- "nullable": true
2354
- },
2355
- "sanityUpdatedAt": {
2205
+ "telephone": {
2356
2206
  "type": "string"
2357
2207
  }
2358
2208
  }
2359
2209
  },
2360
- "sanityEmployee_groups_description": {
2210
+ "sanityGadgetBudgetYearlyBudgetsInner": {
2361
2211
  "type": "object",
2362
2212
  "properties": {
2363
- "additionalData": {
2364
- "type": "object",
2365
- "additionalProperties": {
2366
- "type": "object"
2367
- }
2368
- },
2369
- "children": {
2370
- "type": "array",
2371
- "items": {
2372
- "$ref": "#/components/schemas/sanityEmployee_groups_description_children"
2373
- }
2374
- },
2375
- "level": {
2376
- "type": "number",
2377
- "format": "double",
2378
- "nullable": true
2379
- },
2380
- "listItem": {
2381
- "enum": [
2382
- 0,
2383
- 1
2384
- ],
2385
- "type": "integer",
2386
- "format": "int32",
2387
- "default": 0,
2388
- "nullable": true
2389
- },
2390
- "markDefs": {
2391
- "type": "array",
2392
- "items": {
2393
- "$ref": "#/components/schemas/sanityEmployee_groups_description_markDefs"
2394
- }
2395
- },
2396
- "sanityKey": {
2397
- "type": "string"
2398
- },
2399
2213
  "sanityType": {
2400
2214
  "enum": [
2401
- 0
2215
+ "yearlyBudget"
2402
2216
  ],
2403
- "type": "integer",
2404
- "format": "int32",
2405
- "default": 0,
2406
- "nullable": true
2217
+ "type": "string",
2218
+ "default": "yearlyBudget"
2407
2219
  },
2408
- "style": {
2409
- "enum": [
2410
- 0,
2411
- 1,
2412
- 2,
2413
- 3,
2414
- 4,
2415
- 5,
2416
- 6,
2417
- 7
2418
- ],
2419
- "type": "integer",
2420
- "format": "int32",
2421
- "default": 0,
2422
- "nullable": true
2423
- }
2424
- }
2425
- },
2426
- "sanityEmployee_groups_description_children": {
2427
- "type": "object",
2428
- "properties": {
2429
- "additionalData": {
2430
- "type": "object",
2431
- "additionalProperties": {
2432
- "type": "object"
2433
- }
2220
+ "amount": {
2221
+ "type": "number",
2222
+ "format": "double"
2434
2223
  },
2435
- "marks": {
2224
+ "equipmentList": {
2436
2225
  "type": "array",
2437
2226
  "items": {
2438
- "type": "string"
2227
+ "$ref": "#/components/schemas/sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner"
2439
2228
  }
2440
2229
  },
2441
2230
  "sanityKey": {
2442
2231
  "type": "string"
2443
2232
  },
2444
- "sanityType": {
2445
- "enum": [
2446
- 0
2447
- ],
2448
- "type": "integer",
2449
- "format": "int32",
2450
- "default": 0,
2451
- "nullable": true
2452
- },
2453
- "text": {
2454
- "type": "string"
2233
+ "year": {
2234
+ "type": "number",
2235
+ "format": "double"
2455
2236
  }
2456
2237
  }
2457
2238
  },
2458
- "sanityEmployee_groups_description_markDefs": {
2239
+ "sanityGadgetBudgetYearlyBudgetsInnerEquipmentListInner": {
2459
2240
  "type": "object",
2460
2241
  "properties": {
2461
- "additionalData": {
2462
- "type": "object",
2463
- "additionalProperties": {
2464
- "type": "object"
2465
- }
2242
+ "actualInstance": {
2243
+ "type": "object"
2466
2244
  },
2467
- "href": {
2468
- "type": "string"
2245
+ "isNullable": {
2246
+ "type": "boolean"
2469
2247
  },
2470
- "sanityKey": {
2248
+ "schemaType": {
2471
2249
  "type": "string"
2472
- },
2473
- "sanityType": {
2474
- "enum": [
2475
- 0
2476
- ],
2477
- "type": "integer",
2478
- "format": "int32",
2479
- "default": 0,
2480
- "nullable": true
2481
2250
  }
2482
2251
  }
2483
2252
  },
2484
- "sanityEmployee_groups_image": {
2253
+ "sanityImage": {
2485
2254
  "type": "object",
2486
2255
  "properties": {
2487
- "additionalData": {
2488
- "type": "object",
2489
- "additionalProperties": {
2490
- "type": "object"
2491
- }
2492
- },
2493
- "asset": {
2494
- "$ref": "#/components/schemas/sanityEmployee_groups_image_asset"
2495
- },
2496
2256
  "sanityType": {
2497
2257
  "enum": [
2498
- 0
2258
+ "image"
2499
2259
  ],
2500
- "type": "integer",
2501
- "format": "int32",
2502
- "default": 0,
2503
- "nullable": true
2504
- }
2505
- }
2506
- },
2507
- "sanityEmployee_groups_image_asset": {
2508
- "type": "object",
2509
- "properties": {
2510
- "additionalData": {
2511
- "type": "object",
2512
- "additionalProperties": {
2513
- "type": "object"
2514
- }
2515
- },
2516
- "mimeType": {
2517
- "type": "string"
2260
+ "type": "string",
2261
+ "default": "image"
2518
2262
  },
2519
- "originalFilename": {
2520
- "type": "string"
2263
+ "asset": {
2264
+ "$ref": "#/components/schemas/sanityImageAsset"
2521
2265
  },
2522
2266
  "sanityId": {
2523
2267
  "type": "string"
2524
- },
2525
- "sanityType": {
2526
- "enum": [
2527
- 0
2528
- ],
2529
- "type": "integer",
2530
- "format": "int32",
2531
- "default": 0,
2532
- "nullable": true
2533
- },
2534
- "url": {
2535
- "type": "string"
2536
- }
2537
- }
2538
- },
2539
- "sanityEmployee_groups_leaders": {
2540
- "type": "object",
2541
- "properties": {
2542
- "sanityKey": {
2543
- "type": "string"
2544
- },
2545
- "additionalData": {
2546
- "type": "object",
2547
- "additionalProperties": {
2548
- "type": "object"
2549
- }
2550
- },
2551
- "sanityRef": {
2552
- "type": "string"
2553
- },
2554
- "sanityType": {
2555
- "enum": [
2556
- 0
2557
- ],
2558
- "type": "integer",
2559
- "format": "int32",
2560
- "default": 0,
2561
- "nullable": true
2562
- },
2563
- "sanityWeak": {
2564
- "type": "boolean",
2565
- "nullable": true
2566
- }
2567
- }
2568
- },
2569
- "sanityEmployee_image": {
2570
- "type": "object",
2571
- "properties": {
2572
- "additionalData": {
2573
- "type": "object",
2574
- "additionalProperties": {
2575
- "type": "object"
2576
- }
2577
- },
2578
- "asset": {
2579
- "$ref": "#/components/schemas/sanityEmployee_image_asset"
2580
- },
2581
- "sanityType": {
2582
- "enum": [
2583
- 0
2584
- ],
2585
- "type": "integer",
2586
- "format": "int32",
2587
- "default": 0,
2588
- "nullable": true
2589
- }
2590
- }
2591
- },
2592
- "sanityEmployee_image_asset": {
2593
- "type": "object",
2594
- "properties": {
2595
- "additionalData": {
2596
- "type": "object",
2597
- "additionalProperties": {
2598
- "type": "object"
2599
- }
2600
- },
2601
- "mimeType": {
2602
- "type": "string"
2603
- },
2604
- "originalFilename": {
2605
- "type": "string"
2606
- },
2607
- "sanityId": {
2608
- "type": "string"
2609
- },
2610
- "sanityType": {
2611
- "enum": [
2612
- 0
2613
- ],
2614
- "type": "integer",
2615
- "format": "int32",
2616
- "default": 0,
2617
- "nullable": true
2618
- },
2619
- "url": {
2620
- "type": "string"
2621
- }
2622
- }
2623
- },
2624
- "sanityEmployee_manager": {
2625
- "type": "object",
2626
- "properties": {
2627
- "additionalData": {
2628
- "type": "object",
2629
- "additionalProperties": {
2630
- "type": "object"
2631
- }
2632
- },
2633
- "email": {
2634
- "type": "string"
2635
- },
2636
- "image": {
2637
- "$ref": "#/components/schemas/sanityEmployee_manager_image"
2638
- },
2639
- "name": {
2640
- "type": "string"
2641
- },
2642
- "sanityId": {
2643
- "type": "string"
2644
- },
2645
- "sanityType": {
2646
- "enum": [
2647
- 0
2648
- ],
2649
- "type": "integer",
2650
- "format": "int32",
2651
- "default": 0,
2652
- "nullable": true
2653
- },
2654
- "slug": {
2655
- "$ref": "#/components/schemas/sanitySlug"
2656
- },
2657
- "tags": {
2658
- "type": "array",
2659
- "items": {
2660
- "$ref": "#/components/schemas/sanityEmployee_manager_tags"
2661
- }
2662
- },
2663
- "telephone": {
2664
- "type": "string"
2665
- }
2666
- }
2667
- },
2668
- "sanityEmployee_manager_image_asset": {
2669
- "type": "object",
2670
- "properties": {
2671
- "additionalData": {
2672
- "type": "object",
2673
- "additionalProperties": {
2674
- "type": "object"
2675
- }
2676
- },
2677
- "mimeType": {
2678
- "type": "string"
2679
- },
2680
- "originalFilename": {
2681
- "type": "string"
2682
- },
2683
- "sanityId": {
2684
- "type": "string"
2685
- },
2686
- "sanityType": {
2687
- "enum": [
2688
- 0
2689
- ],
2690
- "type": "integer",
2691
- "format": "int32",
2692
- "default": 0,
2693
- "nullable": true
2694
- },
2695
- "url": {
2696
- "type": "string"
2697
- }
2698
- }
2699
- },
2700
- "sanityEmployee_manager_tags": {
2701
- "type": "object",
2702
- "properties": {
2703
- "additionalData": {
2704
- "type": "object",
2705
- "additionalProperties": {
2706
- "type": "object"
2707
- }
2708
- },
2709
- "name": {
2710
- "type": "string"
2711
- },
2712
- "sanityId": {
2713
- "type": "string"
2714
- },
2715
- "sanityType": {
2716
- "enum": [
2717
- 0
2718
- ],
2719
- "type": "integer",
2720
- "format": "int32",
2721
- "default": 0,
2722
- "nullable": true
2723
- },
2724
- "slug": {
2725
- "$ref": "#/components/schemas/sanitySlug"
2726
- }
2727
- }
2728
- },
2729
- "sanityEmployee_nextOfKin": {
2730
- "type": "object",
2731
- "properties": {
2732
- "additionalData": {
2733
- "type": "object",
2734
- "additionalProperties": {
2735
- "type": "object"
2736
- }
2737
- },
2738
- "name": {
2739
- "type": "string"
2740
- },
2741
- "sanityKey": {
2742
- "type": "string"
2743
- },
2744
- "sanityType": {
2745
- "enum": [
2746
- 0
2747
- ],
2748
- "type": "integer",
2749
- "format": "int32",
2750
- "default": 0,
2751
- "nullable": true
2752
- },
2753
- "telephone": {
2754
- "type": "string"
2755
- }
2756
- }
2757
- },
2758
- "sanityEmployee_tags": {
2759
- "type": "object",
2760
- "properties": {
2761
- "additionalData": {
2762
- "type": "object",
2763
- "additionalProperties": {
2764
- "type": "object"
2765
- }
2766
- },
2767
- "name": {
2768
- "type": "string"
2769
- },
2770
- "sanityId": {
2771
- "type": "string"
2772
- },
2773
- "sanityType": {
2774
- "enum": [
2775
- 0
2776
- ],
2777
- "type": "integer",
2778
- "format": "int32",
2779
- "default": 0,
2780
- "nullable": true
2781
- },
2782
- "slug": {
2783
- "$ref": "#/components/schemas/sanitySlug"
2784
- }
2785
- }
2786
- },
2787
- "sanityEmployee_technologies": {
2788
- "type": "object",
2789
- "properties": {
2790
- "additionalData": {
2791
- "type": "object",
2792
- "additionalProperties": {
2793
- "type": "object"
2794
- }
2795
- },
2796
- "parent": {
2797
- "$ref": "#/components/schemas/sanityEmployee_technologies_parent"
2798
- },
2799
- "sanityId": {
2800
- "type": "string"
2801
- },
2802
- "sanityType": {
2803
- "enum": [
2804
- 0
2805
- ],
2806
- "type": "integer",
2807
- "format": "int32",
2808
- "default": 0,
2809
- "nullable": true
2810
- },
2811
- "slug": {
2812
- "$ref": "#/components/schemas/sanitySlug"
2813
- },
2814
- "title": {
2815
- "type": "string"
2816
- }
2817
- }
2818
- },
2819
- "sanityEmployee_technologies_parent": {
2820
- "type": "object",
2821
- "properties": {
2822
- "additionalData": {
2823
- "type": "object",
2824
- "additionalProperties": {
2825
- "type": "object"
2826
- }
2827
- },
2828
- "name": {
2829
- "type": "string"
2830
- },
2831
- "sanityId": {
2832
- "type": "string"
2833
- },
2834
- "sanityType": {
2835
- "enum": [
2836
- 0
2837
- ],
2838
- "type": "integer",
2839
- "format": "int32",
2840
- "default": 0,
2841
- "nullable": true
2842
- },
2843
- "slug": {
2844
- "$ref": "#/components/schemas/sanitySlug"
2845
- }
2846
- }
2847
- },
2848
- "sanityEmployeeMedia": {
2849
- "type": "object",
2850
- "properties": {
2851
- "sanityGalleryMediaSanityImage": {
2852
- "$ref": "#/components/schemas/sanityGalleryMediaSanityImage"
2853
- },
2854
- "sanityGalleryMediaSanityVideo": {
2855
- "$ref": "#/components/schemas/sanityGalleryMediaSanityVideo"
2856
- }
2857
- }
2858
- },
2859
- "sanityEmployeeReference": {
2860
- "type": "object",
2861
- "properties": {
2862
- "additionalData": {
2863
- "type": "object",
2864
- "additionalProperties": {
2865
- "type": "object"
2866
- }
2867
- },
2868
- "sanityRef": {
2869
- "type": "string"
2870
- },
2871
- "sanityType": {
2872
- "enum": [
2873
- 0
2874
- ],
2875
- "type": "integer",
2876
- "format": "int32",
2877
- "default": 0,
2878
- "nullable": true
2879
- },
2880
- "sanityWeak": {
2881
- "type": "boolean",
2882
- "nullable": true
2883
- }
2884
- }
2885
- },
2886
- "sanityGadgetBudget_employee": {
2887
- "type": "object",
2888
- "properties": {
2889
- "additionalData": {
2890
- "type": "object",
2891
- "additionalProperties": {
2892
- "type": "object"
2893
- }
2894
- },
2895
- "email": {
2896
- "type": "string"
2897
- },
2898
- "image": {
2899
- "$ref": "#/components/schemas/sanityGadgetBudget_employee_image"
2900
- },
2901
- "name": {
2902
- "type": "string"
2903
- },
2904
- "sanityId": {
2905
- "type": "string"
2906
- },
2907
- "sanityType": {
2908
- "enum": [
2909
- 0
2910
- ],
2911
- "type": "integer",
2912
- "format": "int32",
2913
- "default": 0,
2914
- "nullable": true
2915
- },
2916
- "slug": {
2917
- "$ref": "#/components/schemas/sanitySlug"
2918
- },
2919
- "tags": {
2920
- "type": "array",
2921
- "items": {
2922
- "$ref": "#/components/schemas/sanityGadgetBudget_employee_tags"
2923
- }
2924
- },
2925
- "telephone": {
2926
- "type": "string"
2927
- }
2928
- }
2929
- },
2930
- "sanityGadgetBudget_employee_image": {
2931
- "type": "object",
2932
- "properties": {
2933
- "additionalData": {
2934
- "type": "object",
2935
- "additionalProperties": {
2936
- "type": "object"
2937
- }
2938
- },
2939
- "asset": {
2940
- "$ref": "#/components/schemas/sanityGadgetBudget_employee_image_asset"
2941
- },
2942
- "sanityType": {
2943
- "enum": [
2944
- 0
2945
- ],
2946
- "type": "integer",
2947
- "format": "int32",
2948
- "default": 0,
2949
- "nullable": true
2950
- }
2951
- }
2952
- },
2953
- "sanityGadgetBudget_employee_image_asset": {
2954
- "type": "object",
2955
- "properties": {
2956
- "additionalData": {
2957
- "type": "object",
2958
- "additionalProperties": {
2959
- "type": "object"
2960
- }
2961
- },
2962
- "mimeType": {
2963
- "type": "string"
2964
- },
2965
- "originalFilename": {
2966
- "type": "string"
2967
- },
2968
- "sanityId": {
2969
- "type": "string"
2970
- },
2971
- "sanityType": {
2972
- "enum": [
2973
- 0
2974
- ],
2975
- "type": "integer",
2976
- "format": "int32",
2977
- "default": 0,
2978
- "nullable": true
2979
- },
2980
- "url": {
2981
- "type": "string"
2982
- }
2983
- }
2984
- },
2985
- "sanityGadgetBudget_employee_tags": {
2986
- "type": "object",
2987
- "properties": {
2988
- "additionalData": {
2989
- "type": "object",
2990
- "additionalProperties": {
2991
- "type": "object"
2992
- }
2993
- },
2994
- "name": {
2995
- "type": "string"
2996
- },
2997
- "sanityId": {
2998
- "type": "string"
2999
- },
3000
- "sanityType": {
3001
- "enum": [
3002
- 0
3003
- ],
3004
- "type": "integer",
3005
- "format": "int32",
3006
- "default": 0,
3007
- "nullable": true
3008
- },
3009
- "slug": {
3010
- "$ref": "#/components/schemas/sanitySlug"
3011
- }
3012
- }
3013
- },
3014
- "sanityGadgetBudget_yearlyBudgets": {
3015
- "type": "object",
3016
- "properties": {
3017
- "additionalData": {
3018
- "type": "object",
3019
- "additionalProperties": {
3020
- "type": "object"
3021
- }
3022
- },
3023
- "amount": {
3024
- "type": "number",
3025
- "format": "double",
3026
- "nullable": true
3027
- },
3028
- "equipmentList": {
3029
- "type": "array",
3030
- "items": {
3031
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentList"
3032
- }
3033
- },
3034
- "sanityKey": {
3035
- "type": "string"
3036
- },
3037
- "sanityType": {
3038
- "enum": [
3039
- 0
3040
- ],
3041
- "type": "integer",
3042
- "format": "int32",
3043
- "default": 0,
3044
- "nullable": true
3045
- },
3046
- "year": {
3047
- "type": "number",
3048
- "format": "double",
3049
- "nullable": true
3050
- }
3051
- }
3052
- },
3053
- "sanityGadgetBudget_yearlyBudgetsEquipmentList": {
3054
- "type": "object",
3055
- "properties": {
3056
- "sanityGadgetBudgetYearlyBudgetsEquipmentListSanityEquipment": {
3057
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment"
3058
- },
3059
- "sanityYearlyGadgetBudgetEquipmentListSanityOther": {
3060
- "$ref": "#/components/schemas/sanityYearlyGadgetBudgetEquipmentListSanityOther"
3061
- },
3062
- "sanityYearlyGadgetBudgetEquipmentListSanityPoweroffice": {
3063
- "$ref": "#/components/schemas/sanityYearlyGadgetBudgetEquipmentListSanityPoweroffice"
3064
- }
3065
- }
3066
- },
3067
- "sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment": {
3068
- "type": "object",
3069
- "properties": {
3070
- "additionalData": {
3071
- "type": "object",
3072
- "additionalProperties": {
3073
- "type": "object"
3074
- }
3075
- },
3076
- "budgetCost": {
3077
- "type": "number",
3078
- "format": "double",
3079
- "nullable": true
3080
- },
3081
- "equipment": {
3082
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment"
3083
- },
3084
- "sanityKey": {
3085
- "type": "string"
3086
- },
3087
- "sanityType": {
3088
- "enum": [
3089
- 0
3090
- ],
3091
- "type": "integer",
3092
- "format": "int32",
3093
- "default": 0,
3094
- "nullable": true
3095
- }
3096
- }
3097
- },
3098
- "sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment": {
3099
- "type": "object",
3100
- "properties": {
3101
- "additionalData": {
3102
- "type": "object",
3103
- "additionalProperties": {
3104
- "type": "object"
3105
- }
3106
- },
3107
- "description": {
3108
- "type": "array",
3109
- "items": {
3110
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_description"
3111
- }
3112
- },
3113
- "image": {
3114
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_image"
3115
- },
3116
- "images": {
3117
- "type": "array",
3118
- "items": {
3119
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_images"
3120
- }
3121
- },
3122
- "sanityId": {
3123
- "type": "string"
3124
- },
3125
- "sanityType": {
3126
- "enum": [
3127
- 0
3128
- ],
3129
- "type": "integer",
3130
- "format": "int32",
3131
- "default": 0,
3132
- "nullable": true
3133
- },
3134
- "title": {
3135
- "type": "string"
3136
- }
3137
- }
3138
- },
3139
- "sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_description": {
3140
- "type": "object",
3141
- "properties": {
3142
- "additionalData": {
3143
- "type": "object",
3144
- "additionalProperties": {
3145
- "type": "object"
3146
- }
3147
- },
3148
- "children": {
3149
- "type": "array",
3150
- "items": {
3151
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_description_children"
3152
- }
3153
- },
3154
- "level": {
3155
- "type": "number",
3156
- "format": "double",
3157
- "nullable": true
3158
- },
3159
- "listItem": {
3160
- "enum": [
3161
- 0,
3162
- 1
3163
- ],
3164
- "type": "integer",
3165
- "format": "int32",
3166
- "default": 0,
3167
- "nullable": true
3168
- },
3169
- "markDefs": {
3170
- "type": "array",
3171
- "items": {
3172
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_description_markDefs"
3173
- }
3174
- },
3175
- "sanityKey": {
3176
- "type": "string"
3177
- },
3178
- "sanityType": {
3179
- "enum": [
3180
- 0
3181
- ],
3182
- "type": "integer",
3183
- "format": "int32",
3184
- "default": 0,
3185
- "nullable": true
3186
- },
3187
- "style": {
3188
- "enum": [
3189
- 0,
3190
- 1,
3191
- 2,
3192
- 3,
3193
- 4,
3194
- 5,
3195
- 6,
3196
- 7
3197
- ],
3198
- "type": "integer",
3199
- "format": "int32",
3200
- "default": 0,
3201
- "nullable": true
3202
- }
3203
- }
3204
- },
3205
- "sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_description_children": {
3206
- "type": "object",
3207
- "properties": {
3208
- "additionalData": {
3209
- "type": "object",
3210
- "additionalProperties": {
3211
- "type": "object"
3212
- }
3213
- },
3214
- "marks": {
3215
- "type": "array",
3216
- "items": {
3217
- "type": "string"
3218
- }
3219
- },
3220
- "sanityKey": {
3221
- "type": "string"
3222
- },
3223
- "sanityType": {
3224
- "enum": [
3225
- 0
3226
- ],
3227
- "type": "integer",
3228
- "format": "int32",
3229
- "default": 0,
3230
- "nullable": true
3231
- },
3232
- "text": {
3233
- "type": "string"
3234
- }
3235
- }
3236
- },
3237
- "sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_description_markDefs": {
3238
- "type": "object",
3239
- "properties": {
3240
- "additionalData": {
3241
- "type": "object",
3242
- "additionalProperties": {
3243
- "type": "object"
3244
- }
3245
- },
3246
- "href": {
3247
- "type": "string"
3248
- },
3249
- "sanityKey": {
3250
- "type": "string"
3251
- },
3252
- "sanityType": {
3253
- "enum": [
3254
- 0
3255
- ],
3256
- "type": "integer",
3257
- "format": "int32",
3258
- "default": 0,
3259
- "nullable": true
3260
- }
3261
- }
3262
- },
3263
- "sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_image": {
3264
- "type": "object",
3265
- "properties": {
3266
- "additionalData": {
3267
- "type": "object",
3268
- "additionalProperties": {
3269
- "type": "object"
3270
- }
3271
- },
3272
- "asset": {
3273
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_image_asset"
3274
- },
3275
- "sanityType": {
3276
- "enum": [
3277
- 0
3278
- ],
3279
- "type": "integer",
3280
- "format": "int32",
3281
- "default": 0,
3282
- "nullable": true
3283
- }
3284
- }
3285
- },
3286
- "sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_image_asset": {
3287
- "type": "object",
3288
- "properties": {
3289
- "additionalData": {
3290
- "type": "object",
3291
- "additionalProperties": {
3292
- "type": "object"
3293
- }
3294
- },
3295
- "mimeType": {
3296
- "type": "string"
3297
- },
3298
- "originalFilename": {
3299
- "type": "string"
3300
- },
3301
- "sanityId": {
3302
- "type": "string"
3303
- },
3304
- "sanityType": {
3305
- "enum": [
3306
- 0
3307
- ],
3308
- "type": "integer",
3309
- "format": "int32",
3310
- "default": 0,
3311
- "nullable": true
3312
- },
3313
- "url": {
3314
- "type": "string"
3315
- }
3316
- }
3317
- },
3318
- "sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_images": {
3319
- "type": "object",
3320
- "properties": {
3321
- "additionalData": {
3322
- "type": "object",
3323
- "additionalProperties": {
3324
- "type": "object"
3325
- }
3326
- },
3327
- "asset": {
3328
- "$ref": "#/components/schemas/sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_images_asset"
3329
- },
3330
- "sanityType": {
3331
- "enum": [
3332
- 0
3333
- ],
3334
- "type": "integer",
3335
- "format": "int32",
3336
- "default": 0,
3337
- "nullable": true
3338
- }
3339
- }
3340
- },
3341
- "sanityGadgetBudget_yearlyBudgetsEquipmentListSanityEquipment_equipment_images_asset": {
3342
- "type": "object",
3343
- "properties": {
3344
- "additionalData": {
3345
- "type": "object",
3346
- "additionalProperties": {
3347
- "type": "object"
3348
- }
3349
- },
3350
- "mimeType": {
3351
- "type": "string"
3352
- },
3353
- "originalFilename": {
3354
- "type": "string"
3355
- },
3356
- "sanityId": {
3357
- "type": "string"
3358
- },
3359
- "sanityType": {
3360
- "enum": [
3361
- 0
3362
- ],
3363
- "type": "integer",
3364
- "format": "int32",
3365
- "default": 0,
3366
- "nullable": true
3367
- },
3368
- "url": {
3369
- "type": "string"
3370
- }
3371
- }
3372
- },
3373
- "sanityGalleryMediaSanityImage": {
3374
- "type": "object",
3375
- "properties": {
3376
- "additionalData": {
3377
- "type": "object",
3378
- "additionalProperties": {
3379
- "type": "object"
3380
- }
3381
- },
3382
- "asset": {
3383
- "$ref": "#/components/schemas/sanityGalleryMediaSanityImage_asset"
3384
- },
3385
- "sanityKey": {
3386
- "type": "string"
3387
- },
3388
- "sanityType": {
3389
- "enum": [
3390
- 0
3391
- ],
3392
- "type": "integer",
3393
- "format": "int32",
3394
- "default": 0,
3395
- "nullable": true
3396
- }
3397
- }
3398
- },
3399
- "sanityGalleryMediaSanityImage_asset": {
3400
- "type": "object",
3401
- "properties": {
3402
- "additionalData": {
3403
- "type": "object",
3404
- "additionalProperties": {
3405
- "type": "object"
3406
- }
3407
- },
3408
- "mimeType": {
3409
- "type": "string"
3410
- },
3411
- "originalFilename": {
3412
- "type": "string"
3413
- },
3414
- "sanityId": {
3415
- "type": "string"
3416
- },
3417
- "sanityType": {
3418
- "enum": [
3419
- 0
3420
- ],
3421
- "type": "integer",
3422
- "format": "int32",
3423
- "default": 0,
3424
- "nullable": true
3425
- },
3426
- "url": {
3427
- "type": "string"
3428
- }
3429
- }
3430
- },
3431
- "sanityGalleryMediaSanityVideo": {
3432
- "type": "object",
3433
- "properties": {
3434
- "additionalData": {
3435
- "type": "object",
3436
- "additionalProperties": {
3437
- "type": "object"
3438
- }
3439
- },
3440
- "asset": {
3441
- "$ref": "#/components/schemas/sanityGalleryMediaSanityVideo_asset"
3442
- },
3443
- "sanityKey": {
3444
- "type": "string"
3445
- },
3446
- "sanityType": {
3447
- "enum": [
3448
- 0
3449
- ],
3450
- "type": "integer",
3451
- "format": "int32",
3452
- "default": 0,
3453
- "nullable": true
3454
- }
3455
- }
3456
- },
3457
- "sanityGalleryMediaSanityVideo_asset": {
3458
- "type": "object",
3459
- "properties": {
3460
- "additionalData": {
3461
- "type": "object",
3462
- "additionalProperties": {
3463
- "type": "object"
3464
- }
3465
- },
3466
- "filename": {
3467
- "type": "string"
3468
- },
3469
- "playbackId": {
3470
- "type": "string"
3471
- },
3472
- "sanityId": {
3473
- "type": "string"
3474
- },
3475
- "sanityType": {
3476
- "enum": [
3477
- 0
3478
- ],
3479
- "type": "integer",
3480
- "format": "int32",
3481
- "default": 0,
3482
- "nullable": true
3483
- }
3484
- }
3485
- },
3486
- "sanityGeopoint": {
3487
- "type": "object",
3488
- "properties": {
3489
- "additionalData": {
3490
- "type": "object",
3491
- "additionalProperties": {
3492
- "type": "object"
3493
- }
3494
- },
3495
- "alt": {
3496
- "type": "number",
3497
- "format": "double",
3498
- "nullable": true
3499
- },
3500
- "lat": {
3501
- "type": "number",
3502
- "format": "double",
3503
- "nullable": true
3504
- },
3505
- "lng": {
3506
- "type": "number",
3507
- "format": "double",
3508
- "nullable": true
3509
- },
3510
- "sanityType": {
3511
- "enum": [
3512
- 0
3513
- ],
3514
- "type": "integer",
3515
- "format": "int32",
3516
- "default": 0,
3517
- "nullable": true
3518
- }
3519
- }
3520
- },
3521
- "sanityImage": {
3522
- "type": "object",
3523
- "properties": {
3524
- "additionalData": {
3525
- "type": "object",
3526
- "additionalProperties": {
3527
- "type": "object"
3528
- }
3529
- },
3530
- "asset": {
3531
- "$ref": "#/components/schemas/sanityImageAsset"
3532
- },
3533
- "sanityId": {
3534
- "type": "string"
3535
- },
3536
- "sanityKey": {
3537
- "type": "string"
3538
- },
3539
- "sanityType": {
3540
- "enum": [
3541
- 0
3542
- ],
3543
- "type": "integer",
3544
- "format": "int32",
3545
- "default": 0,
3546
- "nullable": true
2268
+ },
2269
+ "sanityKey": {
2270
+ "type": "string"
2271
+ },
2272
+ "additionalProperties": {
2273
+ "type": "object",
2274
+ "additionalProperties": {
2275
+ "type": "object"
2276
+ }
3547
2277
  }
3548
2278
  }
3549
2279
  },
3550
2280
  "sanityImageAsset": {
3551
2281
  "type": "object",
3552
2282
  "properties": {
3553
- "additionalData": {
3554
- "type": "object",
3555
- "additionalProperties": {
3556
- "type": "object"
3557
- }
2283
+ "sanityType": {
2284
+ "enum": [
2285
+ "sanity.imageAsset"
2286
+ ],
2287
+ "type": "string",
2288
+ "default": "sanity.imageAsset"
3558
2289
  },
3559
2290
  "altText": {
3560
2291
  "type": "string"
@@ -3592,15 +2323,6 @@
3592
2323
  "sanityRev": {
3593
2324
  "type": "string"
3594
2325
  },
3595
- "sanityType": {
3596
- "enum": [
3597
- 0
3598
- ],
3599
- "type": "integer",
3600
- "format": "int32",
3601
- "default": 0,
3602
- "nullable": true
3603
- },
3604
2326
  "sanityUpdatedAt": {
3605
2327
  "type": "string"
3606
2328
  },
@@ -3609,8 +2331,7 @@
3609
2331
  },
3610
2332
  "size": {
3611
2333
  "type": "number",
3612
- "format": "double",
3613
- "nullable": true
2334
+ "format": "double"
3614
2335
  },
3615
2336
  "source": {
3616
2337
  "$ref": "#/components/schemas/sanityAssetSourceData"
@@ -3623,159 +2344,122 @@
3623
2344
  },
3624
2345
  "url": {
3625
2346
  "type": "string"
2347
+ },
2348
+ "additionalProperties": {
2349
+ "type": "object",
2350
+ "additionalProperties": {
2351
+ "type": "object"
2352
+ }
3626
2353
  }
3627
2354
  }
3628
2355
  },
3629
2356
  "sanityImageAssetReference": {
3630
2357
  "type": "object",
3631
2358
  "properties": {
3632
- "additionalData": {
3633
- "type": "object",
3634
- "additionalProperties": {
3635
- "type": "object"
3636
- }
3637
- },
3638
- "sanityRef": {
3639
- "type": "string"
3640
- },
3641
2359
  "sanityType": {
3642
2360
  "enum": [
3643
- 0
2361
+ "reference"
3644
2362
  ],
3645
- "type": "integer",
3646
- "format": "int32",
3647
- "default": 0,
3648
- "nullable": true
2363
+ "type": "string",
2364
+ "default": "reference"
2365
+ },
2366
+ "sanityRef": {
2367
+ "type": "string"
3649
2368
  },
3650
2369
  "sanityWeak": {
3651
- "type": "boolean",
3652
- "nullable": true
2370
+ "type": "boolean"
3653
2371
  }
3654
2372
  }
3655
2373
  },
3656
2374
  "sanityImageCrop": {
3657
2375
  "type": "object",
3658
2376
  "properties": {
3659
- "additionalData": {
3660
- "type": "object",
3661
- "additionalProperties": {
3662
- "type": "object"
3663
- }
2377
+ "sanityType": {
2378
+ "enum": [
2379
+ "sanity.imageCrop"
2380
+ ],
2381
+ "type": "string",
2382
+ "default": "sanity.imageCrop"
3664
2383
  },
3665
2384
  "bottom": {
3666
2385
  "type": "number",
3667
- "format": "double",
3668
- "nullable": true
2386
+ "format": "double"
3669
2387
  },
3670
2388
  "left": {
3671
2389
  "type": "number",
3672
- "format": "double",
3673
- "nullable": true
2390
+ "format": "double"
3674
2391
  },
3675
2392
  "right": {
3676
2393
  "type": "number",
3677
- "format": "double",
3678
- "nullable": true
3679
- },
3680
- "sanityType": {
3681
- "enum": [
3682
- 0
3683
- ],
3684
- "type": "integer",
3685
- "format": "int32",
3686
- "default": 0,
3687
- "nullable": true
2394
+ "format": "double"
3688
2395
  },
3689
2396
  "top": {
3690
2397
  "type": "number",
3691
- "format": "double",
3692
- "nullable": true
2398
+ "format": "double"
3693
2399
  }
3694
2400
  }
3695
2401
  },
3696
2402
  "sanityImageDimensions": {
3697
2403
  "type": "object",
3698
2404
  "properties": {
3699
- "additionalData": {
3700
- "type": "object",
3701
- "additionalProperties": {
3702
- "type": "object"
3703
- }
2405
+ "sanityType": {
2406
+ "enum": [
2407
+ "sanity.imageDimensions"
2408
+ ],
2409
+ "type": "string",
2410
+ "default": "sanity.imageDimensions"
3704
2411
  },
3705
2412
  "aspectRatio": {
3706
2413
  "type": "number",
3707
- "format": "double",
3708
- "nullable": true
2414
+ "format": "double"
3709
2415
  },
3710
2416
  "height": {
3711
2417
  "type": "number",
3712
- "format": "double",
3713
- "nullable": true
3714
- },
3715
- "sanityType": {
3716
- "enum": [
3717
- 0
3718
- ],
3719
- "type": "integer",
3720
- "format": "int32",
3721
- "default": 0,
3722
- "nullable": true
2418
+ "format": "double"
3723
2419
  },
3724
2420
  "width": {
3725
2421
  "type": "number",
3726
- "format": "double",
3727
- "nullable": true
2422
+ "format": "double"
3728
2423
  }
3729
2424
  }
3730
2425
  },
3731
2426
  "sanityImageHotspot": {
3732
2427
  "type": "object",
3733
2428
  "properties": {
3734
- "additionalData": {
3735
- "type": "object",
3736
- "additionalProperties": {
3737
- "type": "object"
3738
- }
3739
- },
3740
- "height": {
3741
- "type": "number",
3742
- "format": "double",
3743
- "nullable": true
3744
- },
3745
2429
  "sanityType": {
3746
2430
  "enum": [
3747
- 0
2431
+ "sanity.imageHotspot"
3748
2432
  ],
3749
- "type": "integer",
3750
- "format": "int32",
3751
- "default": 0,
3752
- "nullable": true
2433
+ "type": "string",
2434
+ "default": "sanity.imageHotspot"
2435
+ },
2436
+ "height": {
2437
+ "type": "number",
2438
+ "format": "double"
3753
2439
  },
3754
2440
  "width": {
3755
2441
  "type": "number",
3756
- "format": "double",
3757
- "nullable": true
2442
+ "format": "double"
3758
2443
  },
3759
2444
  "x": {
3760
2445
  "type": "number",
3761
- "format": "double",
3762
- "nullable": true
2446
+ "format": "double"
3763
2447
  },
3764
2448
  "y": {
3765
2449
  "type": "number",
3766
- "format": "double",
3767
- "nullable": true
2450
+ "format": "double"
3768
2451
  }
3769
2452
  }
3770
2453
  },
3771
2454
  "sanityImageMetadata": {
3772
2455
  "type": "object",
3773
2456
  "properties": {
3774
- "additionalData": {
3775
- "type": "object",
3776
- "additionalProperties": {
3777
- "type": "object"
3778
- }
2457
+ "sanityType": {
2458
+ "enum": [
2459
+ "sanity.imageMetadata"
2460
+ ],
2461
+ "type": "string",
2462
+ "default": "sanity.imageMetadata"
3779
2463
  },
3780
2464
  "blurHash": {
3781
2465
  "type": "string"
@@ -3784,15 +2468,13 @@
3784
2468
  "$ref": "#/components/schemas/sanityImageDimensions"
3785
2469
  },
3786
2470
  "hasAlpha": {
3787
- "type": "boolean",
3788
- "nullable": true
2471
+ "type": "boolean"
3789
2472
  },
3790
2473
  "isOpaque": {
3791
- "type": "boolean",
3792
- "nullable": true
2474
+ "type": "boolean"
3793
2475
  },
3794
2476
  "location": {
3795
- "$ref": "#/components/schemas/sanityGeopoint"
2477
+ "$ref": "#/components/schemas/geopoint"
3796
2478
  },
3797
2479
  "lqip": {
3798
2480
  "type": "string"
@@ -3800,15 +2482,6 @@
3800
2482
  "palette": {
3801
2483
  "$ref": "#/components/schemas/sanityImagePalette"
3802
2484
  },
3803
- "sanityType": {
3804
- "enum": [
3805
- 0
3806
- ],
3807
- "type": "integer",
3808
- "format": "int32",
3809
- "default": 0,
3810
- "nullable": true
3811
- },
3812
2485
  "thumbHash": {
3813
2486
  "type": "string"
3814
2487
  }
@@ -3817,11 +2490,12 @@
3817
2490
  "sanityImagePalette": {
3818
2491
  "type": "object",
3819
2492
  "properties": {
3820
- "additionalData": {
3821
- "type": "object",
3822
- "additionalProperties": {
3823
- "type": "object"
3824
- }
2493
+ "sanityType": {
2494
+ "enum": [
2495
+ "sanity.imagePalette"
2496
+ ],
2497
+ "type": "string",
2498
+ "default": "sanity.imagePalette"
3825
2499
  },
3826
2500
  "darkMuted": {
3827
2501
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
@@ -3835,217 +2509,87 @@
3835
2509
  "lightMuted": {
3836
2510
  "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3837
2511
  },
3838
- "lightVibrant": {
3839
- "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3840
- },
3841
- "muted": {
3842
- "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3843
- },
3844
- "sanityType": {
3845
- "enum": [
3846
- 0
3847
- ],
3848
- "type": "integer",
3849
- "format": "int32",
3850
- "default": 0,
3851
- "nullable": true
3852
- },
3853
- "vibrant": {
3854
- "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3855
- }
3856
- }
3857
- },
3858
- "sanityImagePaletteSwatch": {
3859
- "type": "object",
3860
- "properties": {
3861
- "additionalData": {
3862
- "type": "object",
3863
- "additionalProperties": {
3864
- "type": "object"
3865
- }
3866
- },
3867
- "background": {
3868
- "type": "string"
3869
- },
3870
- "foreground": {
3871
- "type": "string"
3872
- },
3873
- "population": {
3874
- "type": "number",
3875
- "format": "double",
3876
- "nullable": true
3877
- },
3878
- "sanityType": {
3879
- "enum": [
3880
- 0
3881
- ],
3882
- "type": "integer",
3883
- "format": "int32",
3884
- "default": 0,
3885
- "nullable": true
3886
- },
3887
- "title": {
3888
- "type": "string"
3889
- }
3890
- }
3891
- },
3892
- "sanityMuxVideoAssetReference": {
3893
- "type": "object",
3894
- "properties": {
3895
- "additionalData": {
3896
- "type": "object",
3897
- "additionalProperties": {
3898
- "type": "object"
3899
- }
3900
- },
3901
- "sanityRef": {
3902
- "type": "string"
3903
- },
3904
- "sanityType": {
3905
- "enum": [
3906
- 0
3907
- ],
3908
- "type": "integer",
3909
- "format": "int32",
3910
- "default": 0,
3911
- "nullable": true
3912
- },
3913
- "sanityWeak": {
3914
- "type": "boolean",
3915
- "nullable": true
3916
- }
3917
- }
3918
- },
3919
- "sanityPatchEmployee_blurred_image": {
3920
- "type": "object",
3921
- "properties": {
3922
- "additionalData": {
3923
- "type": "object",
3924
- "additionalProperties": {
3925
- "type": "object"
3926
- }
3927
- },
3928
- "asset": {
3929
- "$ref": "#/components/schemas/sanityImageAssetReference"
3930
- },
3931
- "crop": {
3932
- "$ref": "#/components/schemas/sanityImageCrop"
3933
- },
3934
- "hotspot": {
3935
- "$ref": "#/components/schemas/sanityImageHotspot"
3936
- },
3937
- "media": {
3938
- "$ref": "#/components/schemas/untypedNode"
3939
- },
3940
- "sanityType": {
3941
- "enum": [
3942
- 0
3943
- ],
3944
- "type": "integer",
3945
- "format": "int32",
3946
- "default": 0,
3947
- "nullable": true
3948
- }
3949
- }
3950
- },
3951
- "sanityPatchEmployee_cliftonStrengths": {
3952
- "type": "object",
3953
- "properties": {
3954
- "sanityKey": {
3955
- "type": "string"
3956
- },
3957
- "additionalData": {
3958
- "type": "object",
3959
- "additionalProperties": {
3960
- "type": "object"
3961
- }
3962
- },
3963
- "sanityRef": {
3964
- "type": "string"
3965
- },
3966
- "sanityType": {
3967
- "enum": [
3968
- 0
3969
- ],
3970
- "type": "integer",
3971
- "format": "int32",
3972
- "default": 0,
3973
- "nullable": true
2512
+ "lightVibrant": {
2513
+ "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3974
2514
  },
3975
- "sanityWeak": {
3976
- "type": "boolean",
3977
- "nullable": true
2515
+ "muted": {
2516
+ "$ref": "#/components/schemas/sanityImagePaletteSwatch"
2517
+ },
2518
+ "vibrant": {
2519
+ "$ref": "#/components/schemas/sanityImagePaletteSwatch"
3978
2520
  }
3979
2521
  }
3980
2522
  },
3981
- "sanityPatchEmployee_equipment": {
2523
+ "sanityImagePaletteSwatch": {
3982
2524
  "type": "object",
3983
2525
  "properties": {
3984
- "sanityKey": {
3985
- "type": "string"
2526
+ "sanityType": {
2527
+ "enum": [
2528
+ "sanity.imagePaletteSwatch"
2529
+ ],
2530
+ "type": "string",
2531
+ "default": "sanity.imagePaletteSwatch"
3986
2532
  },
3987
- "additionalData": {
3988
- "type": "object",
3989
- "additionalProperties": {
3990
- "type": "object"
3991
- }
2533
+ "background": {
2534
+ "type": "string"
3992
2535
  },
3993
- "sanityRef": {
2536
+ "foreground": {
3994
2537
  "type": "string"
3995
2538
  },
3996
- "sanityType": {
3997
- "enum": [
3998
- 0
3999
- ],
4000
- "type": "integer",
4001
- "format": "int32",
4002
- "default": 0,
4003
- "nullable": true
2539
+ "population": {
2540
+ "type": "number",
2541
+ "format": "double"
4004
2542
  },
4005
- "sanityWeak": {
4006
- "type": "boolean",
4007
- "nullable": true
2543
+ "title": {
2544
+ "type": "string"
4008
2545
  }
4009
2546
  }
4010
2547
  },
4011
- "sanityPatchEmployee_groups": {
2548
+ "sanityOrderEmployee": {
4012
2549
  "type": "object",
4013
2550
  "properties": {
4014
- "sanityKey": {
2551
+ "sanityType": {
2552
+ "enum": [
2553
+ "employee"
2554
+ ],
2555
+ "type": "string",
2556
+ "default": "employee"
2557
+ },
2558
+ "email": {
4015
2559
  "type": "string"
4016
2560
  },
4017
- "additionalData": {
4018
- "type": "object",
4019
- "additionalProperties": {
4020
- "type": "object"
4021
- }
2561
+ "image": {
2562
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
4022
2563
  },
4023
- "sanityRef": {
2564
+ "name": {
4024
2565
  "type": "string"
4025
2566
  },
4026
- "sanityType": {
4027
- "enum": [
4028
- 0
4029
- ],
4030
- "type": "integer",
4031
- "format": "int32",
4032
- "default": 0,
4033
- "nullable": true
2567
+ "sanityId": {
2568
+ "type": "string"
4034
2569
  },
4035
- "sanityWeak": {
4036
- "type": "boolean",
4037
- "nullable": true
2570
+ "slug": {
2571
+ "$ref": "#/components/schemas/slug"
2572
+ },
2573
+ "tags": {
2574
+ "type": "array",
2575
+ "items": {
2576
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
2577
+ }
2578
+ },
2579
+ "telephone": {
2580
+ "type": "string"
4038
2581
  }
4039
2582
  }
4040
2583
  },
4041
- "sanityPatchEmployee_image": {
2584
+ "sanityPatchPageMetaImage": {
4042
2585
  "type": "object",
4043
2586
  "properties": {
4044
- "additionalData": {
4045
- "type": "object",
4046
- "additionalProperties": {
4047
- "type": "object"
4048
- }
2587
+ "sanityType": {
2588
+ "enum": [
2589
+ "image"
2590
+ ],
2591
+ "type": "string",
2592
+ "default": "image"
4049
2593
  },
4050
2594
  "asset": {
4051
2595
  "$ref": "#/components/schemas/sanityImageAssetReference"
@@ -4057,207 +2601,175 @@
4057
2601
  "$ref": "#/components/schemas/sanityImageHotspot"
4058
2602
  },
4059
2603
  "media": {
4060
- "$ref": "#/components/schemas/untypedNode"
4061
- },
4062
- "sanityType": {
4063
- "enum": [
4064
- 0
4065
- ],
4066
- "type": "integer",
4067
- "format": "int32",
4068
- "default": 0,
4069
- "nullable": true
2604
+ "type": "object"
4070
2605
  }
4071
2606
  }
4072
2607
  },
4073
- "sanityPatchEmployee_nextOfKin": {
2608
+ "sanitySystemsInnerDescriptionInner": {
4074
2609
  "type": "object",
4075
2610
  "properties": {
4076
- "additionalData": {
4077
- "type": "object",
4078
- "additionalProperties": {
4079
- "type": "object"
4080
- }
4081
- },
4082
- "name": {
4083
- "type": "string"
4084
- },
4085
- "sanityKey": {
4086
- "type": "string"
2611
+ "listItem": {
2612
+ "enum": [
2613
+ "bullet",
2614
+ "number"
2615
+ ],
2616
+ "type": "string",
2617
+ "default": "bullet",
2618
+ "nullable": true
4087
2619
  },
4088
2620
  "sanityType": {
4089
2621
  "enum": [
4090
- 0
2622
+ "block"
4091
2623
  ],
4092
- "type": "integer",
4093
- "format": "int32",
4094
- "default": 0,
2624
+ "type": "string",
2625
+ "default": "block"
2626
+ },
2627
+ "style": {
2628
+ "enum": [
2629
+ "blockquote",
2630
+ "h1",
2631
+ "h2",
2632
+ "h3",
2633
+ "h4",
2634
+ "h5",
2635
+ "h6",
2636
+ "normal"
2637
+ ],
2638
+ "type": "string",
2639
+ "default": "blockquote",
4095
2640
  "nullable": true
4096
2641
  },
4097
- "telephone": {
2642
+ "children": {
2643
+ "type": "array",
2644
+ "items": {
2645
+ "$ref": "#/components/schemas/componentBlocksInnerOneOfChildrenInner"
2646
+ }
2647
+ },
2648
+ "level": {
2649
+ "type": "number",
2650
+ "format": "double"
2651
+ },
2652
+ "markDefs": {
2653
+ "type": "array",
2654
+ "items": {
2655
+ "$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
2656
+ }
2657
+ },
2658
+ "sanityKey": {
4098
2659
  "type": "string"
4099
2660
  }
4100
2661
  }
4101
2662
  },
4102
- "sanityPatchEmployee_tags": {
2663
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
4103
2664
  "type": "object",
4104
2665
  "properties": {
4105
- "sanityKey": {
4106
- "type": "string"
2666
+ "sanityType": {
2667
+ "enum": [
2668
+ "technology"
2669
+ ],
2670
+ "type": "string",
2671
+ "default": "technology"
4107
2672
  },
4108
- "additionalData": {
4109
- "type": "object",
4110
- "additionalProperties": {
4111
- "type": "object"
4112
- }
2673
+ "parent": {
2674
+ "$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
4113
2675
  },
4114
- "sanityRef": {
2676
+ "sanityId": {
4115
2677
  "type": "string"
4116
2678
  },
4117
- "sanityType": {
4118
- "enum": [
4119
- 0
4120
- ],
4121
- "type": "integer",
4122
- "format": "int32",
4123
- "default": 0,
4124
- "nullable": true
2679
+ "slug": {
2680
+ "$ref": "#/components/schemas/slug"
4125
2681
  },
4126
- "sanityWeak": {
4127
- "type": "boolean",
4128
- "nullable": true
2682
+ "title": {
2683
+ "type": "string"
4129
2684
  }
4130
2685
  }
4131
2686
  },
4132
- "sanityPatchEmployee_technologies": {
2687
+ "sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent": {
4133
2688
  "type": "object",
4134
2689
  "properties": {
4135
- "sanityKey": {
4136
- "type": "string"
4137
- },
4138
- "additionalData": {
4139
- "type": "object",
4140
- "additionalProperties": {
4141
- "type": "object"
4142
- }
4143
- },
4144
- "sanityRef": {
4145
- "type": "string"
4146
- },
4147
2690
  "sanityType": {
4148
2691
  "enum": [
4149
- 0
2692
+ "tag"
4150
2693
  ],
4151
- "type": "integer",
4152
- "format": "int32",
4153
- "default": 0,
4154
- "nullable": true
2694
+ "type": "string",
2695
+ "default": "tag"
4155
2696
  },
4156
- "sanityWeak": {
4157
- "type": "boolean",
4158
- "nullable": true
2697
+ "name": {
2698
+ "type": "string"
2699
+ },
2700
+ "sanityId": {
2701
+ "type": "string"
2702
+ },
2703
+ "slug": {
2704
+ "$ref": "#/components/schemas/slug"
4159
2705
  }
4160
2706
  }
4161
2707
  },
4162
- "sanityPatchEmployeeMedia": {
2708
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInner": {
4163
2709
  "type": "object",
4164
2710
  "properties": {
4165
- "sanityComponentGalleryMediaSanityImage": {
4166
- "$ref": "#/components/schemas/sanityComponentGalleryMediaSanityImage"
2711
+ "actualInstance": {
2712
+ "type": "object"
4167
2713
  },
4168
- "sanityComponentGalleryMediaSanityMuxVideo": {
4169
- "$ref": "#/components/schemas/sanityComponentGalleryMediaSanityMuxVideo"
2714
+ "isNullable": {
2715
+ "type": "boolean"
2716
+ },
2717
+ "schemaType": {
2718
+ "type": "string"
4170
2719
  }
4171
2720
  }
4172
2721
  },
4173
- "sanitySlug": {
2722
+ "sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
4174
2723
  "type": "object",
4175
2724
  "properties": {
4176
- "additionalData": {
4177
- "type": "object",
4178
- "additionalProperties": {
4179
- "type": "object"
4180
- }
4181
- },
4182
- "current": {
4183
- "type": "string"
4184
- },
4185
2725
  "sanityType": {
4186
2726
  "enum": [
4187
- 0
2727
+ "image"
4188
2728
  ],
4189
- "type": "integer",
4190
- "format": "int32",
4191
- "default": 0,
4192
- "nullable": true
2729
+ "type": "string",
2730
+ "default": "image"
4193
2731
  },
4194
- "source": {
4195
- "type": "string"
2732
+ "asset": {
2733
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4196
2734
  }
4197
2735
  }
4198
2736
  },
4199
- "sanityYearlyGadgetBudgetEquipmentListSanityOther": {
2737
+ "sanityTvCategoryDashboardsInnerBackgroundImage": {
4200
2738
  "type": "object",
4201
2739
  "properties": {
4202
- "additionalData": {
4203
- "type": "object",
4204
- "additionalProperties": {
4205
- "type": "object"
4206
- }
4207
- },
4208
- "budgetCost": {
4209
- "type": "number",
4210
- "format": "double",
4211
- "nullable": true
4212
- },
4213
- "description": {
4214
- "type": "string"
4215
- },
4216
- "sanityKey": {
4217
- "type": "string"
4218
- },
4219
2740
  "sanityType": {
4220
2741
  "enum": [
4221
- 0
2742
+ "image"
4222
2743
  ],
4223
- "type": "integer",
4224
- "format": "int32",
4225
- "default": 0,
4226
- "nullable": true
2744
+ "type": "string",
2745
+ "default": "image"
2746
+ },
2747
+ "asset": {
2748
+ "$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
4227
2749
  }
4228
2750
  }
4229
2751
  },
4230
- "sanityYearlyGadgetBudgetEquipmentListSanityPoweroffice": {
2752
+ "sanityTvCategoryDashboardsInnerBackgroundImageAsset": {
4231
2753
  "type": "object",
4232
2754
  "properties": {
4233
- "additionalData": {
4234
- "type": "object",
4235
- "additionalProperties": {
4236
- "type": "object"
4237
- }
4238
- },
4239
- "budgetCost": {
4240
- "type": "number",
4241
- "format": "double",
4242
- "nullable": true
2755
+ "sanityType": {
2756
+ "enum": [
2757
+ "sanity.imageAsset"
2758
+ ],
2759
+ "type": "string",
2760
+ "default": "sanity.imageAsset"
4243
2761
  },
4244
- "description": {
2762
+ "mimeType": {
4245
2763
  "type": "string"
4246
2764
  },
4247
- "reference": {
2765
+ "originalFilename": {
4248
2766
  "type": "string"
4249
2767
  },
4250
- "sanityKey": {
2768
+ "sanityId": {
4251
2769
  "type": "string"
4252
2770
  },
4253
- "sanityType": {
4254
- "enum": [
4255
- 0
4256
- ],
4257
- "type": "integer",
4258
- "format": "int32",
4259
- "default": 0,
4260
- "nullable": true
2771
+ "url": {
2772
+ "type": "string"
4261
2773
  }
4262
2774
  }
4263
2775
  },
@@ -4265,10 +2777,17 @@
4265
2777
  "type": "object",
4266
2778
  "properties": {
4267
2779
  "sanityType": {
4268
- "type": "string"
2780
+ "enum": [
2781
+ "slug"
2782
+ ],
2783
+ "type": "string",
2784
+ "default": "slug"
4269
2785
  },
4270
2786
  "current": {
4271
2787
  "type": "string"
2788
+ },
2789
+ "source": {
2790
+ "type": "string"
4272
2791
  }
4273
2792
  }
4274
2793
  },
@@ -4309,9 +2828,6 @@
4309
2828
  }
4310
2829
  }
4311
2830
  },
4312
- "untypedNode": {
4313
- "type": "object"
4314
- },
4315
2831
  "updateProposalRequest": {
4316
2832
  "type": "object",
4317
2833
  "properties": {