@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.
- package/package.json +1 -1
- package/specs/production/accounting.json +396 -176
- package/specs/production/blog.json +1135 -154
- package/specs/production/chatgpt.json +24 -1
- package/specs/production/employees.json +1187 -308
- package/specs/production/events.json +841 -267
- package/specs/production/recruitment.json +743 -260
- package/specs/test/accounting.json +396 -176
- package/specs/test/blog.json +1135 -154
- package/specs/test/chatgpt.json +24 -1
- package/specs/test/employees.json +1187 -308
- package/specs/test/events.json +841 -267
- package/specs/test/recruitment.json +743 -260
|
@@ -1265,17 +1265,11 @@
|
|
|
1265
1265
|
"properties": {
|
|
1266
1266
|
"sanityType": {
|
|
1267
1267
|
"enum": [
|
|
1268
|
-
|
|
1268
|
+
1
|
|
1269
1269
|
],
|
|
1270
|
-
"type": "
|
|
1271
|
-
"
|
|
1272
|
-
|
|
1273
|
-
"comment": {
|
|
1274
|
-
"type": "string"
|
|
1275
|
-
},
|
|
1276
|
-
"foodAndDrinkRating": {
|
|
1277
|
-
"type": "number",
|
|
1278
|
-
"format": "double"
|
|
1270
|
+
"type": "integer",
|
|
1271
|
+
"format": "int32",
|
|
1272
|
+
"default": 1
|
|
1279
1273
|
},
|
|
1280
1274
|
"locationRating": {
|
|
1281
1275
|
"type": "number",
|
|
@@ -1289,10 +1283,24 @@
|
|
|
1289
1283
|
"type": "number",
|
|
1290
1284
|
"format": "double"
|
|
1291
1285
|
},
|
|
1286
|
+
"commentOption": {
|
|
1287
|
+
"$ref": "#/components/schemas/option_string"
|
|
1288
|
+
},
|
|
1289
|
+
"comment": {
|
|
1290
|
+
"type": "string"
|
|
1291
|
+
},
|
|
1292
|
+
"foodAndDrinkRatingOption": {
|
|
1293
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
1294
|
+
},
|
|
1295
|
+
"foodAndDrinkRating": {
|
|
1296
|
+
"type": "number",
|
|
1297
|
+
"format": "double",
|
|
1298
|
+
"nullable": true
|
|
1299
|
+
},
|
|
1292
1300
|
"additionalProperties": {
|
|
1293
1301
|
"type": "object",
|
|
1294
1302
|
"additionalProperties": {
|
|
1295
|
-
"
|
|
1303
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
1296
1304
|
}
|
|
1297
1305
|
}
|
|
1298
1306
|
}
|
|
@@ -1310,17 +1318,11 @@
|
|
|
1310
1318
|
},
|
|
1311
1319
|
"sanityType": {
|
|
1312
1320
|
"enum": [
|
|
1313
|
-
|
|
1321
|
+
1
|
|
1314
1322
|
],
|
|
1315
|
-
"type": "
|
|
1316
|
-
"
|
|
1317
|
-
|
|
1318
|
-
"comment": {
|
|
1319
|
-
"type": "string"
|
|
1320
|
-
},
|
|
1321
|
-
"foodAndDrinkRating": {
|
|
1322
|
-
"type": "number",
|
|
1323
|
-
"format": "double"
|
|
1323
|
+
"type": "integer",
|
|
1324
|
+
"format": "int32",
|
|
1325
|
+
"default": 1
|
|
1324
1326
|
},
|
|
1325
1327
|
"locationRating": {
|
|
1326
1328
|
"type": "number",
|
|
@@ -1334,10 +1336,24 @@
|
|
|
1334
1336
|
"type": "number",
|
|
1335
1337
|
"format": "double"
|
|
1336
1338
|
},
|
|
1339
|
+
"commentOption": {
|
|
1340
|
+
"$ref": "#/components/schemas/option_string"
|
|
1341
|
+
},
|
|
1342
|
+
"comment": {
|
|
1343
|
+
"type": "string"
|
|
1344
|
+
},
|
|
1345
|
+
"foodAndDrinkRatingOption": {
|
|
1346
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
1347
|
+
},
|
|
1348
|
+
"foodAndDrinkRating": {
|
|
1349
|
+
"type": "number",
|
|
1350
|
+
"format": "double",
|
|
1351
|
+
"nullable": true
|
|
1352
|
+
},
|
|
1337
1353
|
"additionalProperties": {
|
|
1338
1354
|
"type": "object",
|
|
1339
1355
|
"additionalProperties": {
|
|
1340
|
-
"
|
|
1356
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
1341
1357
|
}
|
|
1342
1358
|
}
|
|
1343
1359
|
}
|
|
@@ -1354,7 +1370,7 @@
|
|
|
1354
1370
|
"additionalProperties": {
|
|
1355
1371
|
"type": "object",
|
|
1356
1372
|
"additionalProperties": {
|
|
1357
|
-
"
|
|
1373
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
1358
1374
|
}
|
|
1359
1375
|
}
|
|
1360
1376
|
}
|
|
@@ -1373,22 +1389,30 @@
|
|
|
1373
1389
|
"properties": {
|
|
1374
1390
|
"sanityType": {
|
|
1375
1391
|
"enum": [
|
|
1376
|
-
|
|
1392
|
+
1
|
|
1377
1393
|
],
|
|
1378
|
-
"type": "
|
|
1379
|
-
"
|
|
1394
|
+
"type": "integer",
|
|
1395
|
+
"format": "int32",
|
|
1396
|
+
"default": 1
|
|
1380
1397
|
},
|
|
1381
1398
|
"type": {
|
|
1382
1399
|
"enum": [
|
|
1383
|
-
|
|
1384
|
-
|
|
1400
|
+
1,
|
|
1401
|
+
2
|
|
1385
1402
|
],
|
|
1386
|
-
"type": "
|
|
1387
|
-
"
|
|
1403
|
+
"type": "integer",
|
|
1404
|
+
"format": "int32",
|
|
1405
|
+
"default": 1
|
|
1406
|
+
},
|
|
1407
|
+
"imageOption": {
|
|
1408
|
+
"$ref": "#/components/schemas/option_componentMediaImage"
|
|
1388
1409
|
},
|
|
1389
1410
|
"image": {
|
|
1390
1411
|
"$ref": "#/components/schemas/componentMediaImage"
|
|
1391
1412
|
},
|
|
1413
|
+
"videoOption": {
|
|
1414
|
+
"$ref": "#/components/schemas/option_muxVideo"
|
|
1415
|
+
},
|
|
1392
1416
|
"video": {
|
|
1393
1417
|
"$ref": "#/components/schemas/muxVideo"
|
|
1394
1418
|
}
|
|
@@ -1399,20 +1423,33 @@
|
|
|
1399
1423
|
"properties": {
|
|
1400
1424
|
"sanityType": {
|
|
1401
1425
|
"enum": [
|
|
1402
|
-
|
|
1426
|
+
1
|
|
1403
1427
|
],
|
|
1404
|
-
"type": "
|
|
1405
|
-
"
|
|
1428
|
+
"type": "integer",
|
|
1429
|
+
"format": "int32",
|
|
1430
|
+
"default": 1
|
|
1431
|
+
},
|
|
1432
|
+
"assetOption": {
|
|
1433
|
+
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
1406
1434
|
},
|
|
1407
1435
|
"asset": {
|
|
1408
1436
|
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
1409
1437
|
},
|
|
1438
|
+
"cropOption": {
|
|
1439
|
+
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
1440
|
+
},
|
|
1410
1441
|
"crop": {
|
|
1411
1442
|
"$ref": "#/components/schemas/sanityImageCrop"
|
|
1412
1443
|
},
|
|
1444
|
+
"hotspotOption": {
|
|
1445
|
+
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
1446
|
+
},
|
|
1413
1447
|
"hotspot": {
|
|
1414
1448
|
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
1415
1449
|
},
|
|
1450
|
+
"mediaOption": {
|
|
1451
|
+
"$ref": "#/components/schemas/option_object"
|
|
1452
|
+
},
|
|
1416
1453
|
"media": {
|
|
1417
1454
|
"type": "object"
|
|
1418
1455
|
}
|
|
@@ -1423,11 +1460,12 @@
|
|
|
1423
1460
|
"properties": {
|
|
1424
1461
|
"status": {
|
|
1425
1462
|
"enum": [
|
|
1426
|
-
|
|
1427
|
-
|
|
1463
|
+
1,
|
|
1464
|
+
2
|
|
1428
1465
|
],
|
|
1429
|
-
"type": "
|
|
1430
|
-
"
|
|
1466
|
+
"type": "integer",
|
|
1467
|
+
"format": "int32",
|
|
1468
|
+
"default": 1
|
|
1431
1469
|
},
|
|
1432
1470
|
"dates": {
|
|
1433
1471
|
"type": "array",
|
|
@@ -1441,103 +1479,150 @@
|
|
|
1441
1479
|
},
|
|
1442
1480
|
"sanityType": {
|
|
1443
1481
|
"enum": [
|
|
1444
|
-
|
|
1482
|
+
1
|
|
1445
1483
|
],
|
|
1446
|
-
"type": "
|
|
1447
|
-
"
|
|
1448
|
-
|
|
1449
|
-
"allowDigitalParticipation": {
|
|
1450
|
-
"type": "boolean"
|
|
1484
|
+
"type": "integer",
|
|
1485
|
+
"format": "int32",
|
|
1486
|
+
"default": 1
|
|
1451
1487
|
},
|
|
1452
1488
|
"askForFeedback": {
|
|
1453
1489
|
"type": "boolean"
|
|
1454
1490
|
},
|
|
1455
|
-
"
|
|
1491
|
+
"creator": {
|
|
1492
|
+
"$ref": "#/components/schemas/employeeReference"
|
|
1493
|
+
},
|
|
1494
|
+
"description": {
|
|
1495
|
+
"type": "string"
|
|
1496
|
+
},
|
|
1497
|
+
"eventType": {
|
|
1456
1498
|
"type": "array",
|
|
1457
1499
|
"items": {
|
|
1458
|
-
"
|
|
1500
|
+
"$ref": "#/components/schemas/sanityCreateEventEventTypeInner"
|
|
1459
1501
|
}
|
|
1460
1502
|
},
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1503
|
+
"linkOnly": {
|
|
1504
|
+
"type": "boolean"
|
|
1463
1505
|
},
|
|
1464
|
-
"
|
|
1506
|
+
"manualMemoriesApproval": {
|
|
1507
|
+
"type": "boolean"
|
|
1508
|
+
},
|
|
1509
|
+
"public": {
|
|
1510
|
+
"type": "boolean"
|
|
1511
|
+
},
|
|
1512
|
+
"slug": {
|
|
1513
|
+
"$ref": "#/components/schemas/slug"
|
|
1514
|
+
},
|
|
1515
|
+
"time": {
|
|
1465
1516
|
"type": "string"
|
|
1466
1517
|
},
|
|
1467
|
-
"
|
|
1518
|
+
"title": {
|
|
1468
1519
|
"type": "string"
|
|
1469
1520
|
},
|
|
1470
|
-
"
|
|
1521
|
+
"allowDigitalParticipationOption": {
|
|
1522
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
1523
|
+
},
|
|
1524
|
+
"allowDigitalParticipation": {
|
|
1525
|
+
"type": "boolean",
|
|
1526
|
+
"nullable": true
|
|
1527
|
+
},
|
|
1528
|
+
"categoryOption": {
|
|
1529
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
1530
|
+
},
|
|
1531
|
+
"category": {
|
|
1471
1532
|
"type": "array",
|
|
1472
1533
|
"items": {
|
|
1473
|
-
"
|
|
1534
|
+
"type": "string"
|
|
1474
1535
|
}
|
|
1475
1536
|
},
|
|
1537
|
+
"endTimeOption": {
|
|
1538
|
+
"$ref": "#/components/schemas/option_string"
|
|
1539
|
+
},
|
|
1540
|
+
"endTime": {
|
|
1541
|
+
"type": "string"
|
|
1542
|
+
},
|
|
1543
|
+
"feedbackOption": {
|
|
1544
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
1545
|
+
},
|
|
1476
1546
|
"feedback": {
|
|
1477
1547
|
"type": "array",
|
|
1478
1548
|
"items": {
|
|
1479
1549
|
"$ref": "#/components/schemas/sanityCreateEventFeedbackInner"
|
|
1480
1550
|
}
|
|
1481
1551
|
},
|
|
1552
|
+
"invitationSentOption": {
|
|
1553
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
1554
|
+
},
|
|
1482
1555
|
"invitationSent": {
|
|
1483
|
-
"type": "boolean"
|
|
1556
|
+
"type": "boolean",
|
|
1557
|
+
"nullable": true
|
|
1484
1558
|
},
|
|
1485
|
-
"
|
|
1486
|
-
"
|
|
1559
|
+
"isServingFoodOption": {
|
|
1560
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
1487
1561
|
},
|
|
1488
|
-
"
|
|
1489
|
-
"type": "boolean"
|
|
1562
|
+
"isServingFood": {
|
|
1563
|
+
"type": "boolean",
|
|
1564
|
+
"nullable": true
|
|
1490
1565
|
},
|
|
1491
|
-
"
|
|
1492
|
-
"
|
|
1566
|
+
"maxParticipantsOption": {
|
|
1567
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
1493
1568
|
},
|
|
1494
1569
|
"maxParticipants": {
|
|
1495
1570
|
"type": "number",
|
|
1496
|
-
"format": "double"
|
|
1571
|
+
"format": "double",
|
|
1572
|
+
"nullable": true
|
|
1573
|
+
},
|
|
1574
|
+
"mediaOption": {
|
|
1575
|
+
"$ref": "#/components/schemas/option_componentMedia"
|
|
1497
1576
|
},
|
|
1498
1577
|
"media": {
|
|
1499
1578
|
"$ref": "#/components/schemas/componentMedia"
|
|
1500
1579
|
},
|
|
1580
|
+
"memoriesOption": {
|
|
1581
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
1582
|
+
},
|
|
1501
1583
|
"memories": {
|
|
1502
1584
|
"type": "array",
|
|
1503
1585
|
"items": {
|
|
1504
1586
|
"$ref": "#/components/schemas/sanityCreateEventMemoriesInner"
|
|
1505
1587
|
}
|
|
1506
1588
|
},
|
|
1589
|
+
"participantsOption": {
|
|
1590
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
1591
|
+
},
|
|
1507
1592
|
"participants": {
|
|
1508
1593
|
"type": "array",
|
|
1509
1594
|
"items": {
|
|
1510
1595
|
"$ref": "#/components/schemas/sanityCreateEventParticipantsInner"
|
|
1511
1596
|
}
|
|
1512
1597
|
},
|
|
1598
|
+
"participationStartOption": {
|
|
1599
|
+
"$ref": "#/components/schemas/option_string"
|
|
1600
|
+
},
|
|
1513
1601
|
"participationStart": {
|
|
1514
1602
|
"type": "string"
|
|
1515
1603
|
},
|
|
1604
|
+
"placeOption": {
|
|
1605
|
+
"$ref": "#/components/schemas/option_string"
|
|
1606
|
+
},
|
|
1516
1607
|
"place": {
|
|
1517
1608
|
"type": "string"
|
|
1518
1609
|
},
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1610
|
+
"recurringIdOption": {
|
|
1611
|
+
"$ref": "#/components/schemas/option_string"
|
|
1521
1612
|
},
|
|
1522
1613
|
"recurringId": {
|
|
1523
1614
|
"type": "string"
|
|
1524
1615
|
},
|
|
1525
|
-
"
|
|
1526
|
-
"$ref": "#/components/schemas/
|
|
1616
|
+
"teamsLinkOption": {
|
|
1617
|
+
"$ref": "#/components/schemas/option_string"
|
|
1527
1618
|
},
|
|
1528
1619
|
"teamsLink": {
|
|
1529
1620
|
"type": "string"
|
|
1530
1621
|
},
|
|
1531
|
-
"time": {
|
|
1532
|
-
"type": "string"
|
|
1533
|
-
},
|
|
1534
|
-
"title": {
|
|
1535
|
-
"type": "string"
|
|
1536
|
-
},
|
|
1537
1622
|
"additionalProperties": {
|
|
1538
1623
|
"type": "object",
|
|
1539
1624
|
"additionalProperties": {
|
|
1540
|
-
"
|
|
1625
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
1541
1626
|
}
|
|
1542
1627
|
}
|
|
1543
1628
|
}
|
|
@@ -1564,16 +1649,21 @@
|
|
|
1564
1649
|
"properties": {
|
|
1565
1650
|
"sanityType": {
|
|
1566
1651
|
"enum": [
|
|
1567
|
-
|
|
1652
|
+
1
|
|
1568
1653
|
],
|
|
1569
|
-
"type": "
|
|
1570
|
-
"
|
|
1654
|
+
"type": "integer",
|
|
1655
|
+
"format": "int32",
|
|
1656
|
+
"default": 1
|
|
1571
1657
|
},
|
|
1572
1658
|
"sanityRef": {
|
|
1573
1659
|
"type": "string"
|
|
1574
1660
|
},
|
|
1661
|
+
"sanityWeakOption": {
|
|
1662
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
1663
|
+
},
|
|
1575
1664
|
"sanityWeak": {
|
|
1576
|
-
"type": "boolean"
|
|
1665
|
+
"type": "boolean",
|
|
1666
|
+
"nullable": true
|
|
1577
1667
|
}
|
|
1578
1668
|
}
|
|
1579
1669
|
},
|
|
@@ -1817,15 +1907,42 @@
|
|
|
1817
1907
|
}
|
|
1818
1908
|
}
|
|
1819
1909
|
},
|
|
1910
|
+
"jsonElement": {
|
|
1911
|
+
"type": "object",
|
|
1912
|
+
"properties": {
|
|
1913
|
+
"valueKind": {
|
|
1914
|
+
"enum": [
|
|
1915
|
+
0,
|
|
1916
|
+
1,
|
|
1917
|
+
2,
|
|
1918
|
+
3,
|
|
1919
|
+
4,
|
|
1920
|
+
5,
|
|
1921
|
+
6,
|
|
1922
|
+
7
|
|
1923
|
+
],
|
|
1924
|
+
"type": "integer",
|
|
1925
|
+
"format": "int32",
|
|
1926
|
+
"default": 0
|
|
1927
|
+
},
|
|
1928
|
+
"item": {
|
|
1929
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
1930
|
+
}
|
|
1931
|
+
}
|
|
1932
|
+
},
|
|
1820
1933
|
"muxVideo": {
|
|
1821
1934
|
"type": "object",
|
|
1822
1935
|
"properties": {
|
|
1823
1936
|
"sanityType": {
|
|
1824
1937
|
"enum": [
|
|
1825
|
-
|
|
1938
|
+
1
|
|
1826
1939
|
],
|
|
1827
|
-
"type": "
|
|
1828
|
-
"
|
|
1940
|
+
"type": "integer",
|
|
1941
|
+
"format": "int32",
|
|
1942
|
+
"default": 1
|
|
1943
|
+
},
|
|
1944
|
+
"assetOption": {
|
|
1945
|
+
"$ref": "#/components/schemas/option_muxVideoAssetReference"
|
|
1829
1946
|
},
|
|
1830
1947
|
"asset": {
|
|
1831
1948
|
"$ref": "#/components/schemas/muxVideoAssetReference"
|
|
@@ -1837,222 +1954,453 @@
|
|
|
1837
1954
|
"properties": {
|
|
1838
1955
|
"sanityType": {
|
|
1839
1956
|
"enum": [
|
|
1840
|
-
|
|
1957
|
+
1
|
|
1841
1958
|
],
|
|
1842
|
-
"type": "
|
|
1843
|
-
"
|
|
1959
|
+
"type": "integer",
|
|
1960
|
+
"format": "int32",
|
|
1961
|
+
"default": 1
|
|
1844
1962
|
},
|
|
1845
1963
|
"sanityRef": {
|
|
1846
1964
|
"type": "string"
|
|
1847
1965
|
},
|
|
1966
|
+
"sanityWeakOption": {
|
|
1967
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
1968
|
+
},
|
|
1848
1969
|
"sanityWeak": {
|
|
1849
|
-
"type": "boolean"
|
|
1970
|
+
"type": "boolean",
|
|
1971
|
+
"nullable": true
|
|
1850
1972
|
}
|
|
1851
1973
|
}
|
|
1852
1974
|
},
|
|
1853
|
-
"
|
|
1854
|
-
"required": [
|
|
1855
|
-
"sanityKey",
|
|
1856
|
-
"sanityType",
|
|
1857
|
-
"name",
|
|
1858
|
-
"email",
|
|
1859
|
-
"token",
|
|
1860
|
-
"feedbackSubmitted"
|
|
1861
|
-
],
|
|
1975
|
+
"option_componentMedia": {
|
|
1862
1976
|
"type": "object",
|
|
1863
1977
|
"properties": {
|
|
1864
|
-
"
|
|
1865
|
-
"
|
|
1866
|
-
"type": "string"
|
|
1867
|
-
},
|
|
1868
|
-
"sanityType": {
|
|
1869
|
-
"minLength": 1,
|
|
1870
|
-
"type": "string"
|
|
1871
|
-
},
|
|
1872
|
-
"image": {
|
|
1873
|
-
"type": "string"
|
|
1874
|
-
},
|
|
1875
|
-
"name": {
|
|
1876
|
-
"minLength": 1,
|
|
1877
|
-
"type": "string"
|
|
1878
|
-
},
|
|
1879
|
-
"email": {
|
|
1880
|
-
"minLength": 1,
|
|
1881
|
-
"type": "string"
|
|
1882
|
-
},
|
|
1883
|
-
"registered": {
|
|
1884
|
-
"type": "string"
|
|
1885
|
-
},
|
|
1886
|
-
"details": {
|
|
1887
|
-
"type": "string"
|
|
1888
|
-
},
|
|
1889
|
-
"token": {
|
|
1890
|
-
"minLength": 1,
|
|
1891
|
-
"type": "string"
|
|
1892
|
-
},
|
|
1893
|
-
"feedbackSubmitted": {
|
|
1894
|
-
"type": "boolean"
|
|
1978
|
+
"value": {
|
|
1979
|
+
"$ref": "#/components/schemas/componentMedia"
|
|
1895
1980
|
}
|
|
1896
1981
|
}
|
|
1897
1982
|
},
|
|
1898
|
-
"
|
|
1899
|
-
"required": [
|
|
1900
|
-
"name",
|
|
1901
|
-
"email"
|
|
1902
|
-
],
|
|
1983
|
+
"option_componentMediaImage": {
|
|
1903
1984
|
"type": "object",
|
|
1904
1985
|
"properties": {
|
|
1905
|
-
"
|
|
1906
|
-
"
|
|
1907
|
-
"type": "string"
|
|
1908
|
-
},
|
|
1909
|
-
"email": {
|
|
1910
|
-
"minLength": 1,
|
|
1911
|
-
"type": "string"
|
|
1912
|
-
},
|
|
1913
|
-
"details": {
|
|
1914
|
-
"type": "string"
|
|
1986
|
+
"value": {
|
|
1987
|
+
"$ref": "#/components/schemas/componentMediaImage"
|
|
1915
1988
|
}
|
|
1916
1989
|
}
|
|
1917
1990
|
},
|
|
1918
|
-
"
|
|
1919
|
-
"required": [
|
|
1920
|
-
"email"
|
|
1921
|
-
],
|
|
1991
|
+
"option_employeeReference": {
|
|
1922
1992
|
"type": "object",
|
|
1923
1993
|
"properties": {
|
|
1924
|
-
"
|
|
1925
|
-
"
|
|
1926
|
-
"type": "string"
|
|
1927
|
-
},
|
|
1928
|
-
"details": {
|
|
1929
|
-
"type": "string"
|
|
1994
|
+
"value": {
|
|
1995
|
+
"$ref": "#/components/schemas/employeeReference"
|
|
1930
1996
|
}
|
|
1931
1997
|
}
|
|
1932
1998
|
},
|
|
1933
|
-
"
|
|
1999
|
+
"option_list`1": {
|
|
1934
2000
|
"type": "object",
|
|
1935
2001
|
"properties": {
|
|
1936
|
-
"
|
|
1937
|
-
"$ref": "#/components/schemas/createEventFile"
|
|
1938
|
-
},
|
|
1939
|
-
"invitationSent": {
|
|
1940
|
-
"type": "boolean",
|
|
1941
|
-
"nullable": true
|
|
1942
|
-
},
|
|
1943
|
-
"sanityType": {
|
|
1944
|
-
"enum": [
|
|
1945
|
-
"event"
|
|
1946
|
-
],
|
|
1947
|
-
"type": "string",
|
|
1948
|
-
"default": "event",
|
|
1949
|
-
"nullable": true
|
|
1950
|
-
},
|
|
1951
|
-
"status": {
|
|
1952
|
-
"enum": [
|
|
1953
|
-
"active",
|
|
1954
|
-
"cancelled"
|
|
1955
|
-
],
|
|
1956
|
-
"type": "string",
|
|
1957
|
-
"default": "active",
|
|
1958
|
-
"nullable": true
|
|
1959
|
-
},
|
|
1960
|
-
"allowDigitalParticipation": {
|
|
1961
|
-
"type": "boolean",
|
|
1962
|
-
"nullable": true
|
|
1963
|
-
},
|
|
1964
|
-
"askForFeedback": {
|
|
1965
|
-
"type": "boolean",
|
|
1966
|
-
"nullable": true
|
|
1967
|
-
},
|
|
1968
|
-
"category": {
|
|
2002
|
+
"value": {
|
|
1969
2003
|
"type": "array",
|
|
1970
2004
|
"items": {
|
|
1971
2005
|
"type": "string"
|
|
1972
2006
|
}
|
|
1973
|
-
}
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
2007
|
+
}
|
|
2008
|
+
}
|
|
2009
|
+
},
|
|
2010
|
+
"option_muxVideo": {
|
|
2011
|
+
"type": "object",
|
|
2012
|
+
"properties": {
|
|
2013
|
+
"value": {
|
|
2014
|
+
"$ref": "#/components/schemas/muxVideo"
|
|
2015
|
+
}
|
|
2016
|
+
}
|
|
2017
|
+
},
|
|
2018
|
+
"option_muxVideoAssetReference": {
|
|
2019
|
+
"type": "object",
|
|
2020
|
+
"properties": {
|
|
2021
|
+
"value": {
|
|
2022
|
+
"$ref": "#/components/schemas/muxVideoAssetReference"
|
|
2023
|
+
}
|
|
2024
|
+
}
|
|
2025
|
+
},
|
|
2026
|
+
"option_nullable`1": {
|
|
2027
|
+
"type": "object",
|
|
2028
|
+
"properties": {
|
|
2029
|
+
"value": {
|
|
2030
|
+
"type": "number",
|
|
2031
|
+
"format": "double",
|
|
2032
|
+
"nullable": true
|
|
2033
|
+
}
|
|
2034
|
+
}
|
|
2035
|
+
},
|
|
2036
|
+
"option_object": {
|
|
2037
|
+
"type": "object",
|
|
2038
|
+
"properties": {
|
|
2039
|
+
"value": {
|
|
2040
|
+
"type": "object"
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
2044
|
+
"option_sanityImageAssetReference": {
|
|
2045
|
+
"type": "object",
|
|
2046
|
+
"properties": {
|
|
2047
|
+
"value": {
|
|
2048
|
+
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2049
|
+
}
|
|
2050
|
+
}
|
|
2051
|
+
},
|
|
2052
|
+
"option_sanityImageCrop": {
|
|
2053
|
+
"type": "object",
|
|
2054
|
+
"properties": {
|
|
2055
|
+
"value": {
|
|
2056
|
+
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2057
|
+
}
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
2060
|
+
"option_sanityImageHotspot": {
|
|
2061
|
+
"type": "object",
|
|
2062
|
+
"properties": {
|
|
2063
|
+
"value": {
|
|
2064
|
+
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2065
|
+
}
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
"option_slug": {
|
|
2069
|
+
"type": "object",
|
|
2070
|
+
"properties": {
|
|
2071
|
+
"value": {
|
|
2072
|
+
"$ref": "#/components/schemas/slug"
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
},
|
|
2076
|
+
"option_string": {
|
|
2077
|
+
"type": "object",
|
|
2078
|
+
"properties": {
|
|
2079
|
+
"value": {
|
|
2080
|
+
"type": "string"
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
"pageMetaImage": {
|
|
2085
|
+
"type": "object",
|
|
2086
|
+
"properties": {
|
|
2087
|
+
"sanityType": {
|
|
2088
|
+
"enum": [
|
|
2089
|
+
1
|
|
2090
|
+
],
|
|
2091
|
+
"type": "integer",
|
|
2092
|
+
"format": "int32",
|
|
2093
|
+
"default": 1
|
|
2094
|
+
},
|
|
2095
|
+
"assetOption": {
|
|
2096
|
+
"$ref": "#/components/schemas/option_sanityImageAssetReference"
|
|
2097
|
+
},
|
|
2098
|
+
"asset": {
|
|
2099
|
+
"$ref": "#/components/schemas/sanityImageAssetReference"
|
|
2100
|
+
},
|
|
2101
|
+
"cropOption": {
|
|
2102
|
+
"$ref": "#/components/schemas/option_sanityImageCrop"
|
|
2103
|
+
},
|
|
2104
|
+
"crop": {
|
|
2105
|
+
"$ref": "#/components/schemas/sanityImageCrop"
|
|
2106
|
+
},
|
|
2107
|
+
"hotspotOption": {
|
|
2108
|
+
"$ref": "#/components/schemas/option_sanityImageHotspot"
|
|
2109
|
+
},
|
|
2110
|
+
"hotspot": {
|
|
2111
|
+
"$ref": "#/components/schemas/sanityImageHotspot"
|
|
2112
|
+
},
|
|
2113
|
+
"mediaOption": {
|
|
2114
|
+
"$ref": "#/components/schemas/option_object"
|
|
2115
|
+
},
|
|
2116
|
+
"media": {
|
|
2117
|
+
"type": "object"
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
2121
|
+
"participant": {
|
|
2122
|
+
"required": [
|
|
2123
|
+
"sanityKey",
|
|
2124
|
+
"sanityType",
|
|
2125
|
+
"name",
|
|
2126
|
+
"email",
|
|
2127
|
+
"token",
|
|
2128
|
+
"feedbackSubmitted"
|
|
2129
|
+
],
|
|
2130
|
+
"type": "object",
|
|
2131
|
+
"properties": {
|
|
2132
|
+
"sanityKey": {
|
|
2133
|
+
"minLength": 1,
|
|
2134
|
+
"type": "string"
|
|
2135
|
+
},
|
|
2136
|
+
"sanityType": {
|
|
2137
|
+
"minLength": 1,
|
|
2138
|
+
"type": "string"
|
|
2139
|
+
},
|
|
2140
|
+
"image": {
|
|
2141
|
+
"type": "string"
|
|
2142
|
+
},
|
|
2143
|
+
"name": {
|
|
2144
|
+
"minLength": 1,
|
|
2145
|
+
"type": "string"
|
|
2146
|
+
},
|
|
2147
|
+
"email": {
|
|
2148
|
+
"minLength": 1,
|
|
2149
|
+
"type": "string"
|
|
2150
|
+
},
|
|
2151
|
+
"registered": {
|
|
2152
|
+
"type": "string"
|
|
2153
|
+
},
|
|
2154
|
+
"details": {
|
|
2155
|
+
"type": "string"
|
|
2156
|
+
},
|
|
2157
|
+
"token": {
|
|
2158
|
+
"minLength": 1,
|
|
2159
|
+
"type": "string"
|
|
2160
|
+
},
|
|
2161
|
+
"feedbackSubmitted": {
|
|
2162
|
+
"type": "boolean"
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
"participate": {
|
|
2167
|
+
"required": [
|
|
2168
|
+
"name",
|
|
2169
|
+
"email"
|
|
2170
|
+
],
|
|
2171
|
+
"type": "object",
|
|
2172
|
+
"properties": {
|
|
2173
|
+
"name": {
|
|
2174
|
+
"minLength": 1,
|
|
1978
2175
|
"type": "string"
|
|
1979
2176
|
},
|
|
2177
|
+
"email": {
|
|
2178
|
+
"minLength": 1,
|
|
2179
|
+
"type": "string"
|
|
2180
|
+
},
|
|
2181
|
+
"details": {
|
|
2182
|
+
"type": "string"
|
|
2183
|
+
}
|
|
2184
|
+
}
|
|
2185
|
+
},
|
|
2186
|
+
"participateEmployee": {
|
|
2187
|
+
"required": [
|
|
2188
|
+
"email"
|
|
2189
|
+
],
|
|
2190
|
+
"type": "object",
|
|
2191
|
+
"properties": {
|
|
2192
|
+
"email": {
|
|
2193
|
+
"minLength": 1,
|
|
2194
|
+
"type": "string"
|
|
2195
|
+
},
|
|
2196
|
+
"details": {
|
|
2197
|
+
"type": "string"
|
|
2198
|
+
}
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"patchEvent": {
|
|
2202
|
+
"type": "object",
|
|
2203
|
+
"properties": {
|
|
2204
|
+
"file": {
|
|
2205
|
+
"$ref": "#/components/schemas/createEventFile"
|
|
2206
|
+
},
|
|
2207
|
+
"invitationSent": {
|
|
2208
|
+
"type": "boolean",
|
|
2209
|
+
"nullable": true
|
|
2210
|
+
},
|
|
2211
|
+
"sanityTypeOption": {
|
|
2212
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2213
|
+
},
|
|
2214
|
+
"sanityType": {
|
|
2215
|
+
"enum": [
|
|
2216
|
+
1
|
|
2217
|
+
],
|
|
2218
|
+
"type": "integer",
|
|
2219
|
+
"format": "int32",
|
|
2220
|
+
"default": 1,
|
|
2221
|
+
"nullable": true
|
|
2222
|
+
},
|
|
2223
|
+
"statusOption": {
|
|
2224
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2225
|
+
},
|
|
2226
|
+
"status": {
|
|
2227
|
+
"enum": [
|
|
2228
|
+
1,
|
|
2229
|
+
2
|
|
2230
|
+
],
|
|
2231
|
+
"type": "integer",
|
|
2232
|
+
"format": "int32",
|
|
2233
|
+
"default": 1,
|
|
2234
|
+
"nullable": true
|
|
2235
|
+
},
|
|
2236
|
+
"allowDigitalParticipationOption": {
|
|
2237
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2238
|
+
},
|
|
2239
|
+
"allowDigitalParticipation": {
|
|
2240
|
+
"type": "boolean",
|
|
2241
|
+
"nullable": true
|
|
2242
|
+
},
|
|
2243
|
+
"askForFeedbackOption": {
|
|
2244
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2245
|
+
},
|
|
2246
|
+
"askForFeedback": {
|
|
2247
|
+
"type": "boolean",
|
|
2248
|
+
"nullable": true
|
|
2249
|
+
},
|
|
2250
|
+
"categoryOption": {
|
|
2251
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2252
|
+
},
|
|
2253
|
+
"category": {
|
|
2254
|
+
"type": "array",
|
|
2255
|
+
"items": {
|
|
2256
|
+
"type": "string"
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
"creatorOption": {
|
|
2260
|
+
"$ref": "#/components/schemas/option_employeeReference"
|
|
2261
|
+
},
|
|
2262
|
+
"creator": {
|
|
2263
|
+
"$ref": "#/components/schemas/employeeReference"
|
|
2264
|
+
},
|
|
2265
|
+
"descriptionOption": {
|
|
2266
|
+
"$ref": "#/components/schemas/option_string"
|
|
2267
|
+
},
|
|
2268
|
+
"description": {
|
|
2269
|
+
"type": "string"
|
|
2270
|
+
},
|
|
2271
|
+
"endTimeOption": {
|
|
2272
|
+
"$ref": "#/components/schemas/option_string"
|
|
2273
|
+
},
|
|
1980
2274
|
"endTime": {
|
|
1981
2275
|
"type": "string"
|
|
1982
2276
|
},
|
|
2277
|
+
"eventTypeOption": {
|
|
2278
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2279
|
+
},
|
|
1983
2280
|
"eventType": {
|
|
1984
2281
|
"type": "array",
|
|
1985
2282
|
"items": {
|
|
1986
2283
|
"$ref": "#/components/schemas/sanityCreateEventEventTypeInner"
|
|
1987
2284
|
}
|
|
1988
2285
|
},
|
|
2286
|
+
"feedbackOption": {
|
|
2287
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2288
|
+
},
|
|
1989
2289
|
"feedback": {
|
|
1990
2290
|
"type": "array",
|
|
1991
2291
|
"items": {
|
|
1992
2292
|
"$ref": "#/components/schemas/sanityCreateEventFeedbackInner"
|
|
1993
2293
|
}
|
|
1994
2294
|
},
|
|
2295
|
+
"invitationSentOption": {
|
|
2296
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2297
|
+
},
|
|
2298
|
+
"isServingFoodOption": {
|
|
2299
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2300
|
+
},
|
|
1995
2301
|
"isServingFood": {
|
|
1996
2302
|
"type": "boolean",
|
|
1997
2303
|
"nullable": true
|
|
1998
2304
|
},
|
|
2305
|
+
"linkOnlyOption": {
|
|
2306
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2307
|
+
},
|
|
1999
2308
|
"linkOnly": {
|
|
2000
2309
|
"type": "boolean",
|
|
2001
2310
|
"nullable": true
|
|
2002
2311
|
},
|
|
2312
|
+
"manualMemoriesApprovalOption": {
|
|
2313
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2314
|
+
},
|
|
2003
2315
|
"manualMemoriesApproval": {
|
|
2004
2316
|
"type": "boolean",
|
|
2005
2317
|
"nullable": true
|
|
2006
2318
|
},
|
|
2319
|
+
"maxParticipantsOption": {
|
|
2320
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2321
|
+
},
|
|
2007
2322
|
"maxParticipants": {
|
|
2008
2323
|
"type": "number",
|
|
2009
2324
|
"format": "double",
|
|
2010
2325
|
"nullable": true
|
|
2011
2326
|
},
|
|
2327
|
+
"mediaOption": {
|
|
2328
|
+
"$ref": "#/components/schemas/option_componentMedia"
|
|
2329
|
+
},
|
|
2012
2330
|
"media": {
|
|
2013
2331
|
"$ref": "#/components/schemas/componentMedia"
|
|
2014
2332
|
},
|
|
2333
|
+
"memoriesOption": {
|
|
2334
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2335
|
+
},
|
|
2015
2336
|
"memories": {
|
|
2016
2337
|
"type": "array",
|
|
2017
2338
|
"items": {
|
|
2018
2339
|
"$ref": "#/components/schemas/sanityCreateEventMemoriesInner"
|
|
2019
2340
|
}
|
|
2020
2341
|
},
|
|
2342
|
+
"participantsOption": {
|
|
2343
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2344
|
+
},
|
|
2021
2345
|
"participants": {
|
|
2022
2346
|
"type": "array",
|
|
2023
2347
|
"items": {
|
|
2024
2348
|
"$ref": "#/components/schemas/sanityCreateEventParticipantsInner"
|
|
2025
2349
|
}
|
|
2026
2350
|
},
|
|
2351
|
+
"participationStartOption": {
|
|
2352
|
+
"$ref": "#/components/schemas/option_string"
|
|
2353
|
+
},
|
|
2027
2354
|
"participationStart": {
|
|
2028
2355
|
"type": "string"
|
|
2029
2356
|
},
|
|
2357
|
+
"placeOption": {
|
|
2358
|
+
"$ref": "#/components/schemas/option_string"
|
|
2359
|
+
},
|
|
2030
2360
|
"place": {
|
|
2031
2361
|
"type": "string"
|
|
2032
2362
|
},
|
|
2363
|
+
"publicOption": {
|
|
2364
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2365
|
+
},
|
|
2033
2366
|
"public": {
|
|
2034
2367
|
"type": "boolean",
|
|
2035
2368
|
"nullable": true
|
|
2036
2369
|
},
|
|
2370
|
+
"recurringIdOption": {
|
|
2371
|
+
"$ref": "#/components/schemas/option_string"
|
|
2372
|
+
},
|
|
2037
2373
|
"recurringId": {
|
|
2038
2374
|
"type": "string"
|
|
2039
2375
|
},
|
|
2376
|
+
"slugOption": {
|
|
2377
|
+
"$ref": "#/components/schemas/option_slug"
|
|
2378
|
+
},
|
|
2040
2379
|
"slug": {
|
|
2041
2380
|
"$ref": "#/components/schemas/slug"
|
|
2042
2381
|
},
|
|
2382
|
+
"teamsLinkOption": {
|
|
2383
|
+
"$ref": "#/components/schemas/option_string"
|
|
2384
|
+
},
|
|
2043
2385
|
"teamsLink": {
|
|
2044
2386
|
"type": "string"
|
|
2045
2387
|
},
|
|
2388
|
+
"timeOption": {
|
|
2389
|
+
"$ref": "#/components/schemas/option_string"
|
|
2390
|
+
},
|
|
2046
2391
|
"time": {
|
|
2047
2392
|
"type": "string"
|
|
2048
2393
|
},
|
|
2394
|
+
"titleOption": {
|
|
2395
|
+
"$ref": "#/components/schemas/option_string"
|
|
2396
|
+
},
|
|
2049
2397
|
"title": {
|
|
2050
2398
|
"type": "string"
|
|
2051
2399
|
},
|
|
2052
2400
|
"additionalProperties": {
|
|
2053
2401
|
"type": "object",
|
|
2054
2402
|
"additionalProperties": {
|
|
2055
|
-
"
|
|
2403
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
2056
2404
|
}
|
|
2057
2405
|
}
|
|
2058
2406
|
}
|
|
@@ -2066,7 +2414,7 @@
|
|
|
2066
2414
|
"additionalProperties": {
|
|
2067
2415
|
"type": "object",
|
|
2068
2416
|
"additionalProperties": {
|
|
2069
|
-
"
|
|
2417
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
2070
2418
|
}
|
|
2071
2419
|
}
|
|
2072
2420
|
}
|
|
@@ -2109,10 +2457,11 @@
|
|
|
2109
2457
|
"properties": {
|
|
2110
2458
|
"sanityType": {
|
|
2111
2459
|
"enum": [
|
|
2112
|
-
|
|
2460
|
+
1
|
|
2113
2461
|
],
|
|
2114
|
-
"type": "
|
|
2115
|
-
"
|
|
2462
|
+
"type": "integer",
|
|
2463
|
+
"format": "int32",
|
|
2464
|
+
"default": 1
|
|
2116
2465
|
},
|
|
2117
2466
|
"sanityKey": {
|
|
2118
2467
|
"type": "string"
|
|
@@ -2120,8 +2469,12 @@
|
|
|
2120
2469
|
"sanityRef": {
|
|
2121
2470
|
"type": "string"
|
|
2122
2471
|
},
|
|
2472
|
+
"sanityWeakOption": {
|
|
2473
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2474
|
+
},
|
|
2123
2475
|
"sanityWeak": {
|
|
2124
|
-
"type": "boolean"
|
|
2476
|
+
"type": "boolean",
|
|
2477
|
+
"nullable": true
|
|
2125
2478
|
}
|
|
2126
2479
|
}
|
|
2127
2480
|
},
|
|
@@ -2130,17 +2483,11 @@
|
|
|
2130
2483
|
"properties": {
|
|
2131
2484
|
"sanityType": {
|
|
2132
2485
|
"enum": [
|
|
2133
|
-
|
|
2486
|
+
1
|
|
2134
2487
|
],
|
|
2135
|
-
"type": "
|
|
2136
|
-
"
|
|
2137
|
-
|
|
2138
|
-
"comment": {
|
|
2139
|
-
"type": "string"
|
|
2140
|
-
},
|
|
2141
|
-
"foodAndDrinkRating": {
|
|
2142
|
-
"type": "number",
|
|
2143
|
-
"format": "double"
|
|
2488
|
+
"type": "integer",
|
|
2489
|
+
"format": "int32",
|
|
2490
|
+
"default": 1
|
|
2144
2491
|
},
|
|
2145
2492
|
"locationRating": {
|
|
2146
2493
|
"type": "number",
|
|
@@ -2156,33 +2503,158 @@
|
|
|
2156
2503
|
},
|
|
2157
2504
|
"sanityKey": {
|
|
2158
2505
|
"type": "string"
|
|
2506
|
+
},
|
|
2507
|
+
"commentOption": {
|
|
2508
|
+
"$ref": "#/components/schemas/option_string"
|
|
2509
|
+
},
|
|
2510
|
+
"comment": {
|
|
2511
|
+
"type": "string"
|
|
2512
|
+
},
|
|
2513
|
+
"foodAndDrinkRatingOption": {
|
|
2514
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2515
|
+
},
|
|
2516
|
+
"foodAndDrinkRating": {
|
|
2517
|
+
"type": "number",
|
|
2518
|
+
"format": "double",
|
|
2519
|
+
"nullable": true
|
|
2159
2520
|
}
|
|
2160
2521
|
}
|
|
2161
2522
|
},
|
|
2162
2523
|
"sanityCreateEventMemoriesInner": {
|
|
2163
2524
|
"type": "object",
|
|
2164
2525
|
"properties": {
|
|
2165
|
-
"
|
|
2166
|
-
"
|
|
2526
|
+
"sanityCreateEventMemoriesInnerOneOf": {
|
|
2527
|
+
"$ref": "#/components/schemas/sanityCreateEventMemoriesInnerOneOf"
|
|
2167
2528
|
},
|
|
2168
|
-
"
|
|
2169
|
-
"
|
|
2529
|
+
"sanityCreateEventMemoriesInnerOneOf1": {
|
|
2530
|
+
"$ref": "#/components/schemas/sanityCreateEventMemoriesInnerOneOf1"
|
|
2531
|
+
}
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
"sanityCreateEventMemoriesInnerOneOf": {
|
|
2535
|
+
"type": "object",
|
|
2536
|
+
"properties": {
|
|
2537
|
+
"sanityType": {
|
|
2538
|
+
"enum": [
|
|
2539
|
+
1
|
|
2540
|
+
],
|
|
2541
|
+
"type": "integer",
|
|
2542
|
+
"format": "int32",
|
|
2543
|
+
"default": 1
|
|
2544
|
+
},
|
|
2545
|
+
"image": {
|
|
2546
|
+
"$ref": "#/components/schemas/pageMetaImage"
|
|
2170
2547
|
},
|
|
2171
|
-
"
|
|
2548
|
+
"sanityKey": {
|
|
2172
2549
|
"type": "string"
|
|
2550
|
+
},
|
|
2551
|
+
"approvedOption": {
|
|
2552
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2553
|
+
},
|
|
2554
|
+
"approved": {
|
|
2555
|
+
"type": "boolean",
|
|
2556
|
+
"nullable": true
|
|
2557
|
+
}
|
|
2558
|
+
}
|
|
2559
|
+
},
|
|
2560
|
+
"sanityCreateEventMemoriesInnerOneOf1": {
|
|
2561
|
+
"type": "object",
|
|
2562
|
+
"properties": {
|
|
2563
|
+
"sanityType": {
|
|
2564
|
+
"enum": [
|
|
2565
|
+
1
|
|
2566
|
+
],
|
|
2567
|
+
"type": "integer",
|
|
2568
|
+
"format": "int32",
|
|
2569
|
+
"default": 1
|
|
2570
|
+
},
|
|
2571
|
+
"sanityKey": {
|
|
2572
|
+
"type": "string"
|
|
2573
|
+
},
|
|
2574
|
+
"video": {
|
|
2575
|
+
"$ref": "#/components/schemas/muxVideo"
|
|
2576
|
+
},
|
|
2577
|
+
"approvedOption": {
|
|
2578
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2579
|
+
},
|
|
2580
|
+
"approved": {
|
|
2581
|
+
"type": "boolean",
|
|
2582
|
+
"nullable": true
|
|
2173
2583
|
}
|
|
2174
2584
|
}
|
|
2175
2585
|
},
|
|
2176
2586
|
"sanityCreateEventParticipantsInner": {
|
|
2177
2587
|
"type": "object",
|
|
2178
2588
|
"properties": {
|
|
2179
|
-
"
|
|
2180
|
-
"
|
|
2589
|
+
"sanityCreateEventParticipantsInnerOneOf": {
|
|
2590
|
+
"$ref": "#/components/schemas/sanityCreateEventParticipantsInnerOneOf"
|
|
2591
|
+
},
|
|
2592
|
+
"sanityCreateEventParticipantsInnerOneOf1": {
|
|
2593
|
+
"$ref": "#/components/schemas/sanityCreateEventParticipantsInnerOneOf1"
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
},
|
|
2597
|
+
"sanityCreateEventParticipantsInnerOneOf": {
|
|
2598
|
+
"type": "object",
|
|
2599
|
+
"properties": {
|
|
2600
|
+
"sanityType": {
|
|
2601
|
+
"enum": [
|
|
2602
|
+
1
|
|
2603
|
+
],
|
|
2604
|
+
"type": "integer",
|
|
2605
|
+
"format": "int32",
|
|
2606
|
+
"default": 1
|
|
2607
|
+
},
|
|
2608
|
+
"employee": {
|
|
2609
|
+
"$ref": "#/components/schemas/employeeReference"
|
|
2610
|
+
},
|
|
2611
|
+
"feedbackSubmitted": {
|
|
2612
|
+
"type": "boolean"
|
|
2613
|
+
},
|
|
2614
|
+
"registered": {
|
|
2615
|
+
"type": "string"
|
|
2616
|
+
},
|
|
2617
|
+
"sanityKey": {
|
|
2618
|
+
"type": "string"
|
|
2619
|
+
},
|
|
2620
|
+
"token": {
|
|
2621
|
+
"type": "string"
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2624
|
+
},
|
|
2625
|
+
"sanityCreateEventParticipantsInnerOneOf1": {
|
|
2626
|
+
"type": "object",
|
|
2627
|
+
"properties": {
|
|
2628
|
+
"sanityType": {
|
|
2629
|
+
"enum": [
|
|
2630
|
+
1
|
|
2631
|
+
],
|
|
2632
|
+
"type": "integer",
|
|
2633
|
+
"format": "int32",
|
|
2634
|
+
"default": 1
|
|
2181
2635
|
},
|
|
2182
|
-
"
|
|
2636
|
+
"email": {
|
|
2637
|
+
"type": "string"
|
|
2638
|
+
},
|
|
2639
|
+
"feedbackSubmitted": {
|
|
2183
2640
|
"type": "boolean"
|
|
2184
2641
|
},
|
|
2185
|
-
"
|
|
2642
|
+
"name": {
|
|
2643
|
+
"type": "string"
|
|
2644
|
+
},
|
|
2645
|
+
"registered": {
|
|
2646
|
+
"type": "string"
|
|
2647
|
+
},
|
|
2648
|
+
"sanityKey": {
|
|
2649
|
+
"type": "string"
|
|
2650
|
+
},
|
|
2651
|
+
"token": {
|
|
2652
|
+
"type": "string"
|
|
2653
|
+
},
|
|
2654
|
+
"detailsOption": {
|
|
2655
|
+
"$ref": "#/components/schemas/option_string"
|
|
2656
|
+
},
|
|
2657
|
+
"details": {
|
|
2186
2658
|
"type": "string"
|
|
2187
2659
|
}
|
|
2188
2660
|
}
|
|
@@ -2192,11 +2664,12 @@
|
|
|
2192
2664
|
"properties": {
|
|
2193
2665
|
"sanityType": {
|
|
2194
2666
|
"enum": [
|
|
2195
|
-
|
|
2196
|
-
|
|
2667
|
+
1,
|
|
2668
|
+
2
|
|
2197
2669
|
],
|
|
2198
|
-
"type": "
|
|
2199
|
-
"
|
|
2670
|
+
"type": "integer",
|
|
2671
|
+
"format": "int32",
|
|
2672
|
+
"default": 1
|
|
2200
2673
|
},
|
|
2201
2674
|
"filename": {
|
|
2202
2675
|
"type": "string"
|
|
@@ -2207,7 +2680,7 @@
|
|
|
2207
2680
|
"additionalProperties": {
|
|
2208
2681
|
"type": "object",
|
|
2209
2682
|
"additionalProperties": {
|
|
2210
|
-
"
|
|
2683
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
2211
2684
|
}
|
|
2212
2685
|
}
|
|
2213
2686
|
}
|
|
@@ -2217,17 +2690,11 @@
|
|
|
2217
2690
|
"properties": {
|
|
2218
2691
|
"sanityType": {
|
|
2219
2692
|
"enum": [
|
|
2220
|
-
|
|
2693
|
+
1
|
|
2221
2694
|
],
|
|
2222
|
-
"type": "
|
|
2223
|
-
"
|
|
2224
|
-
|
|
2225
|
-
"comment": {
|
|
2226
|
-
"type": "string"
|
|
2227
|
-
},
|
|
2228
|
-
"foodAndDrinkRating": {
|
|
2229
|
-
"type": "number",
|
|
2230
|
-
"format": "double"
|
|
2695
|
+
"type": "integer",
|
|
2696
|
+
"format": "int32",
|
|
2697
|
+
"default": 1
|
|
2231
2698
|
},
|
|
2232
2699
|
"locationRating": {
|
|
2233
2700
|
"type": "number",
|
|
@@ -2243,20 +2710,77 @@
|
|
|
2243
2710
|
},
|
|
2244
2711
|
"sanityKey": {
|
|
2245
2712
|
"type": "string"
|
|
2713
|
+
},
|
|
2714
|
+
"commentOption": {
|
|
2715
|
+
"$ref": "#/components/schemas/option_string"
|
|
2716
|
+
},
|
|
2717
|
+
"comment": {
|
|
2718
|
+
"type": "string"
|
|
2719
|
+
},
|
|
2720
|
+
"foodAndDrinkRatingOption": {
|
|
2721
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2722
|
+
},
|
|
2723
|
+
"foodAndDrinkRating": {
|
|
2724
|
+
"type": "number",
|
|
2725
|
+
"format": "double",
|
|
2726
|
+
"nullable": true
|
|
2246
2727
|
}
|
|
2247
2728
|
}
|
|
2248
2729
|
},
|
|
2249
2730
|
"sanityEventMemoriesInner": {
|
|
2250
2731
|
"type": "object",
|
|
2251
2732
|
"properties": {
|
|
2252
|
-
"
|
|
2253
|
-
"
|
|
2733
|
+
"sanityEventMemoriesInnerOneOf": {
|
|
2734
|
+
"$ref": "#/components/schemas/sanityEventMemoriesInnerOneOf"
|
|
2254
2735
|
},
|
|
2255
|
-
"
|
|
2256
|
-
"
|
|
2736
|
+
"sanityEventMemoriesInnerOneOf1": {
|
|
2737
|
+
"$ref": "#/components/schemas/sanityEventMemoriesInnerOneOf1"
|
|
2738
|
+
}
|
|
2739
|
+
}
|
|
2740
|
+
},
|
|
2741
|
+
"sanityEventMemoriesInnerOneOf": {
|
|
2742
|
+
"type": "object",
|
|
2743
|
+
"properties": {
|
|
2744
|
+
"sanityType": {
|
|
2745
|
+
"enum": [
|
|
2746
|
+
1
|
|
2747
|
+
],
|
|
2748
|
+
"type": "integer",
|
|
2749
|
+
"format": "int32",
|
|
2750
|
+
"default": 1
|
|
2257
2751
|
},
|
|
2258
|
-
"
|
|
2752
|
+
"sanityKey": {
|
|
2259
2753
|
"type": "string"
|
|
2754
|
+
},
|
|
2755
|
+
"approved": {
|
|
2756
|
+
"type": "boolean",
|
|
2757
|
+
"nullable": true
|
|
2758
|
+
},
|
|
2759
|
+
"asset": {
|
|
2760
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2761
|
+
}
|
|
2762
|
+
}
|
|
2763
|
+
},
|
|
2764
|
+
"sanityEventMemoriesInnerOneOf1": {
|
|
2765
|
+
"type": "object",
|
|
2766
|
+
"properties": {
|
|
2767
|
+
"sanityType": {
|
|
2768
|
+
"enum": [
|
|
2769
|
+
1
|
|
2770
|
+
],
|
|
2771
|
+
"type": "integer",
|
|
2772
|
+
"format": "int32",
|
|
2773
|
+
"default": 1
|
|
2774
|
+
},
|
|
2775
|
+
"sanityKey": {
|
|
2776
|
+
"type": "string"
|
|
2777
|
+
},
|
|
2778
|
+
"approved": {
|
|
2779
|
+
"type": "boolean",
|
|
2780
|
+
"nullable": true
|
|
2781
|
+
},
|
|
2782
|
+
"asset": {
|
|
2783
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset"
|
|
2260
2784
|
}
|
|
2261
2785
|
}
|
|
2262
2786
|
},
|
|
@@ -2265,16 +2789,21 @@
|
|
|
2265
2789
|
"properties": {
|
|
2266
2790
|
"sanityType": {
|
|
2267
2791
|
"enum": [
|
|
2268
|
-
|
|
2792
|
+
1
|
|
2269
2793
|
],
|
|
2270
|
-
"type": "
|
|
2271
|
-
"
|
|
2794
|
+
"type": "integer",
|
|
2795
|
+
"format": "int32",
|
|
2796
|
+
"default": 1
|
|
2272
2797
|
},
|
|
2273
2798
|
"sanityRef": {
|
|
2274
2799
|
"type": "string"
|
|
2275
2800
|
},
|
|
2801
|
+
"sanityWeakOption": {
|
|
2802
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2803
|
+
},
|
|
2276
2804
|
"sanityWeak": {
|
|
2277
|
-
"type": "boolean"
|
|
2805
|
+
"type": "boolean",
|
|
2806
|
+
"nullable": true
|
|
2278
2807
|
}
|
|
2279
2808
|
}
|
|
2280
2809
|
},
|
|
@@ -2283,10 +2812,11 @@
|
|
|
2283
2812
|
"properties": {
|
|
2284
2813
|
"sanityType": {
|
|
2285
2814
|
"enum": [
|
|
2286
|
-
|
|
2815
|
+
1
|
|
2287
2816
|
],
|
|
2288
|
-
"type": "
|
|
2289
|
-
"
|
|
2817
|
+
"type": "integer",
|
|
2818
|
+
"format": "int32",
|
|
2819
|
+
"default": 1
|
|
2290
2820
|
},
|
|
2291
2821
|
"bottom": {
|
|
2292
2822
|
"type": "number",
|
|
@@ -2311,10 +2841,11 @@
|
|
|
2311
2841
|
"properties": {
|
|
2312
2842
|
"sanityType": {
|
|
2313
2843
|
"enum": [
|
|
2314
|
-
|
|
2844
|
+
1
|
|
2315
2845
|
],
|
|
2316
|
-
"type": "
|
|
2317
|
-
"
|
|
2846
|
+
"type": "integer",
|
|
2847
|
+
"format": "int32",
|
|
2848
|
+
"default": 1
|
|
2318
2849
|
},
|
|
2319
2850
|
"height": {
|
|
2320
2851
|
"type": "number",
|
|
@@ -2339,10 +2870,11 @@
|
|
|
2339
2870
|
"properties": {
|
|
2340
2871
|
"sanityType": {
|
|
2341
2872
|
"enum": [
|
|
2342
|
-
|
|
2873
|
+
1
|
|
2343
2874
|
],
|
|
2344
|
-
"type": "
|
|
2345
|
-
"
|
|
2875
|
+
"type": "integer",
|
|
2876
|
+
"format": "int32",
|
|
2877
|
+
"default": 1
|
|
2346
2878
|
},
|
|
2347
2879
|
"email": {
|
|
2348
2880
|
"type": "string"
|
|
@@ -2359,28 +2891,41 @@
|
|
|
2359
2891
|
"slug": {
|
|
2360
2892
|
"$ref": "#/components/schemas/slug"
|
|
2361
2893
|
},
|
|
2894
|
+
"telephone": {
|
|
2895
|
+
"type": "string"
|
|
2896
|
+
},
|
|
2362
2897
|
"tags": {
|
|
2363
2898
|
"type": "array",
|
|
2364
2899
|
"items": {
|
|
2365
2900
|
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
|
|
2366
2901
|
}
|
|
2367
|
-
},
|
|
2368
|
-
"telephone": {
|
|
2369
|
-
"type": "string"
|
|
2370
2902
|
}
|
|
2371
2903
|
}
|
|
2372
2904
|
},
|
|
2373
2905
|
"sanityTechnologyWithRelationsArticlesInnerMedia": {
|
|
2374
2906
|
"type": "object",
|
|
2375
2907
|
"properties": {
|
|
2376
|
-
"
|
|
2377
|
-
"
|
|
2908
|
+
"sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
|
|
2909
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
|
|
2378
2910
|
},
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2911
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaOneOf": {
|
|
2912
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerMediaOneOf"
|
|
2913
|
+
}
|
|
2914
|
+
}
|
|
2915
|
+
},
|
|
2916
|
+
"sanityTechnologyWithRelationsProjectsInnerMediaOneOf": {
|
|
2917
|
+
"type": "object",
|
|
2918
|
+
"properties": {
|
|
2919
|
+
"sanityType": {
|
|
2920
|
+
"enum": [
|
|
2921
|
+
1
|
|
2922
|
+
],
|
|
2923
|
+
"type": "integer",
|
|
2924
|
+
"format": "int32",
|
|
2925
|
+
"default": 1
|
|
2381
2926
|
},
|
|
2382
|
-
"
|
|
2383
|
-
"
|
|
2927
|
+
"asset": {
|
|
2928
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset"
|
|
2384
2929
|
}
|
|
2385
2930
|
}
|
|
2386
2931
|
},
|
|
@@ -2389,10 +2934,11 @@
|
|
|
2389
2934
|
"properties": {
|
|
2390
2935
|
"sanityType": {
|
|
2391
2936
|
"enum": [
|
|
2392
|
-
|
|
2937
|
+
1
|
|
2393
2938
|
],
|
|
2394
|
-
"type": "
|
|
2395
|
-
"
|
|
2939
|
+
"type": "integer",
|
|
2940
|
+
"format": "int32",
|
|
2941
|
+
"default": 1
|
|
2396
2942
|
},
|
|
2397
2943
|
"name": {
|
|
2398
2944
|
"type": "string"
|
|
@@ -2405,15 +2951,38 @@
|
|
|
2405
2951
|
}
|
|
2406
2952
|
}
|
|
2407
2953
|
},
|
|
2954
|
+
"sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerContentInnerOneOf4MediaInnerOneOf1Asset": {
|
|
2955
|
+
"type": "object",
|
|
2956
|
+
"properties": {
|
|
2957
|
+
"sanityType": {
|
|
2958
|
+
"enum": [
|
|
2959
|
+
1
|
|
2960
|
+
],
|
|
2961
|
+
"type": "integer",
|
|
2962
|
+
"format": "int32",
|
|
2963
|
+
"default": 1
|
|
2964
|
+
},
|
|
2965
|
+
"sanityId": {
|
|
2966
|
+
"type": "string"
|
|
2967
|
+
},
|
|
2968
|
+
"filename": {
|
|
2969
|
+
"type": "string"
|
|
2970
|
+
},
|
|
2971
|
+
"playbackId": {
|
|
2972
|
+
"type": "string"
|
|
2973
|
+
}
|
|
2974
|
+
}
|
|
2975
|
+
},
|
|
2408
2976
|
"sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
|
|
2409
2977
|
"type": "object",
|
|
2410
2978
|
"properties": {
|
|
2411
2979
|
"sanityType": {
|
|
2412
2980
|
"enum": [
|
|
2413
|
-
|
|
2981
|
+
1
|
|
2414
2982
|
],
|
|
2415
|
-
"type": "
|
|
2416
|
-
"
|
|
2983
|
+
"type": "integer",
|
|
2984
|
+
"format": "int32",
|
|
2985
|
+
"default": 1
|
|
2417
2986
|
},
|
|
2418
2987
|
"asset": {
|
|
2419
2988
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
@@ -2425,22 +2994,23 @@
|
|
|
2425
2994
|
"properties": {
|
|
2426
2995
|
"sanityType": {
|
|
2427
2996
|
"enum": [
|
|
2428
|
-
|
|
2997
|
+
1
|
|
2429
2998
|
],
|
|
2430
|
-
"type": "
|
|
2431
|
-
"
|
|
2999
|
+
"type": "integer",
|
|
3000
|
+
"format": "int32",
|
|
3001
|
+
"default": 1
|
|
2432
3002
|
},
|
|
2433
3003
|
"mimeType": {
|
|
2434
3004
|
"type": "string"
|
|
2435
3005
|
},
|
|
2436
|
-
"originalFilename": {
|
|
2437
|
-
"type": "string"
|
|
2438
|
-
},
|
|
2439
3006
|
"sanityId": {
|
|
2440
3007
|
"type": "string"
|
|
2441
3008
|
},
|
|
2442
3009
|
"url": {
|
|
2443
3010
|
"type": "string"
|
|
3011
|
+
},
|
|
3012
|
+
"originalFilename": {
|
|
3013
|
+
"type": "string"
|
|
2444
3014
|
}
|
|
2445
3015
|
}
|
|
2446
3016
|
},
|
|
@@ -2449,14 +3019,18 @@
|
|
|
2449
3019
|
"properties": {
|
|
2450
3020
|
"sanityType": {
|
|
2451
3021
|
"enum": [
|
|
2452
|
-
|
|
3022
|
+
1
|
|
2453
3023
|
],
|
|
2454
|
-
"type": "
|
|
2455
|
-
"
|
|
3024
|
+
"type": "integer",
|
|
3025
|
+
"format": "int32",
|
|
3026
|
+
"default": 1
|
|
2456
3027
|
},
|
|
2457
3028
|
"current": {
|
|
2458
3029
|
"type": "string"
|
|
2459
3030
|
},
|
|
3031
|
+
"sourceOption": {
|
|
3032
|
+
"$ref": "#/components/schemas/option_string"
|
|
3033
|
+
},
|
|
2460
3034
|
"source": {
|
|
2461
3035
|
"type": "string"
|
|
2462
3036
|
}
|