@snokam/mcp-api 2.61.0 → 2.61.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/specs/production/accounting.json +376 -334
- package/specs/production/blog.json +740 -711
- package/specs/production/broker.json +1 -2
- package/specs/production/chatgpt.json +184 -297
- package/specs/production/employees.json +1024 -940
- package/specs/production/events.json +424 -345
- package/specs/production/recruitment.json +253 -156
- package/specs/production/sales.json +229 -427
- package/specs/production/sanity.json +14253 -34276
- package/specs/test/accounting.json +159 -59
- package/specs/test/blog.json +636 -623
- package/specs/test/chatgpt.json +18 -18
- package/specs/test/employees.json +450 -313
- package/specs/test/events.json +396 -329
- package/specs/test/recruitment.json +198 -101
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"content": {
|
|
83
83
|
"application/json": {
|
|
84
84
|
"schema": {
|
|
85
|
-
"$ref": "#/components/schemas/
|
|
85
|
+
"$ref": "#/components/schemas/sanityCreateCandidateInput"
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
},
|
|
@@ -1151,120 +1151,6 @@
|
|
|
1151
1151
|
},
|
|
1152
1152
|
"components": {
|
|
1153
1153
|
"schemas": {
|
|
1154
|
-
"componentBlocksInnerOneOfChildrenInner": {
|
|
1155
|
-
"type": "object",
|
|
1156
|
-
"properties": {
|
|
1157
|
-
"sanityType": {
|
|
1158
|
-
"enum": [
|
|
1159
|
-
1
|
|
1160
|
-
],
|
|
1161
|
-
"type": "integer",
|
|
1162
|
-
"format": "int32",
|
|
1163
|
-
"default": 1
|
|
1164
|
-
},
|
|
1165
|
-
"sanityKey": {
|
|
1166
|
-
"type": "string"
|
|
1167
|
-
},
|
|
1168
|
-
"marksOption": {
|
|
1169
|
-
"$ref": "#/components/schemas/option_list`1"
|
|
1170
|
-
},
|
|
1171
|
-
"marks": {
|
|
1172
|
-
"type": "array",
|
|
1173
|
-
"items": {
|
|
1174
|
-
"type": "string"
|
|
1175
|
-
}
|
|
1176
|
-
},
|
|
1177
|
-
"textOption": {
|
|
1178
|
-
"$ref": "#/components/schemas/option_string"
|
|
1179
|
-
},
|
|
1180
|
-
"text": {
|
|
1181
|
-
"type": "string"
|
|
1182
|
-
}
|
|
1183
|
-
}
|
|
1184
|
-
},
|
|
1185
|
-
"componentBlocksInnerOneOfMarkDefsInner": {
|
|
1186
|
-
"type": "object",
|
|
1187
|
-
"properties": {
|
|
1188
|
-
"sanityType": {
|
|
1189
|
-
"enum": [
|
|
1190
|
-
1
|
|
1191
|
-
],
|
|
1192
|
-
"type": "integer",
|
|
1193
|
-
"format": "int32",
|
|
1194
|
-
"default": 1
|
|
1195
|
-
},
|
|
1196
|
-
"sanityKey": {
|
|
1197
|
-
"type": "string"
|
|
1198
|
-
},
|
|
1199
|
-
"hrefOption": {
|
|
1200
|
-
"$ref": "#/components/schemas/option_string"
|
|
1201
|
-
},
|
|
1202
|
-
"href": {
|
|
1203
|
-
"type": "string"
|
|
1204
|
-
}
|
|
1205
|
-
}
|
|
1206
|
-
},
|
|
1207
|
-
"createCandidateInput": {
|
|
1208
|
-
"type": "object",
|
|
1209
|
-
"properties": {
|
|
1210
|
-
"status": {
|
|
1211
|
-
"enum": [
|
|
1212
|
-
1,
|
|
1213
|
-
2,
|
|
1214
|
-
3,
|
|
1215
|
-
4,
|
|
1216
|
-
5,
|
|
1217
|
-
6,
|
|
1218
|
-
7,
|
|
1219
|
-
8
|
|
1220
|
-
],
|
|
1221
|
-
"type": "integer",
|
|
1222
|
-
"format": "int32",
|
|
1223
|
-
"default": 1
|
|
1224
|
-
},
|
|
1225
|
-
"track": {
|
|
1226
|
-
"enum": [
|
|
1227
|
-
1,
|
|
1228
|
-
2
|
|
1229
|
-
],
|
|
1230
|
-
"type": "integer",
|
|
1231
|
-
"format": "int32",
|
|
1232
|
-
"default": 1
|
|
1233
|
-
},
|
|
1234
|
-
"candidate": {
|
|
1235
|
-
"type": "string"
|
|
1236
|
-
},
|
|
1237
|
-
"additionalProperties": {
|
|
1238
|
-
"type": "object",
|
|
1239
|
-
"additionalProperties": {
|
|
1240
|
-
"$ref": "#/components/schemas/jsonElement"
|
|
1241
|
-
}
|
|
1242
|
-
}
|
|
1243
|
-
}
|
|
1244
|
-
},
|
|
1245
|
-
"employeeReference": {
|
|
1246
|
-
"type": "object",
|
|
1247
|
-
"properties": {
|
|
1248
|
-
"sanityType": {
|
|
1249
|
-
"enum": [
|
|
1250
|
-
1
|
|
1251
|
-
],
|
|
1252
|
-
"type": "integer",
|
|
1253
|
-
"format": "int32",
|
|
1254
|
-
"default": 1
|
|
1255
|
-
},
|
|
1256
|
-
"sanityRef": {
|
|
1257
|
-
"type": "string"
|
|
1258
|
-
},
|
|
1259
|
-
"sanityWeakOption": {
|
|
1260
|
-
"$ref": "#/components/schemas/option_nullable`1"
|
|
1261
|
-
},
|
|
1262
|
-
"sanityWeak": {
|
|
1263
|
-
"type": "boolean",
|
|
1264
|
-
"nullable": true
|
|
1265
|
-
}
|
|
1266
|
-
}
|
|
1267
|
-
},
|
|
1268
1154
|
"jsonElement": {
|
|
1269
1155
|
"type": "object",
|
|
1270
1156
|
"properties": {
|
|
@@ -1311,14 +1197,6 @@
|
|
|
1311
1197
|
}
|
|
1312
1198
|
}
|
|
1313
1199
|
},
|
|
1314
|
-
"option_employeeReference": {
|
|
1315
|
-
"type": "object",
|
|
1316
|
-
"properties": {
|
|
1317
|
-
"value": {
|
|
1318
|
-
"$ref": "#/components/schemas/employeeReference"
|
|
1319
|
-
}
|
|
1320
|
-
}
|
|
1321
|
-
},
|
|
1322
1200
|
"option_list`1": {
|
|
1323
1201
|
"type": "object",
|
|
1324
1202
|
"properties": {
|
|
@@ -1363,6 +1241,38 @@
|
|
|
1363
1241
|
}
|
|
1364
1242
|
}
|
|
1365
1243
|
},
|
|
1244
|
+
"option_sanityCandidateGrades": {
|
|
1245
|
+
"type": "object",
|
|
1246
|
+
"properties": {
|
|
1247
|
+
"value": {
|
|
1248
|
+
"$ref": "#/components/schemas/sanityCandidateGrades"
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
"option_sanityDocFileAsset": {
|
|
1253
|
+
"type": "object",
|
|
1254
|
+
"properties": {
|
|
1255
|
+
"value": {
|
|
1256
|
+
"$ref": "#/components/schemas/sanityDocFileAsset"
|
|
1257
|
+
}
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"option_sanityEmployeeManager": {
|
|
1261
|
+
"type": "object",
|
|
1262
|
+
"properties": {
|
|
1263
|
+
"value": {
|
|
1264
|
+
"$ref": "#/components/schemas/sanityEmployeeManager"
|
|
1265
|
+
}
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
"option_sanityEmployeeReference": {
|
|
1269
|
+
"type": "object",
|
|
1270
|
+
"properties": {
|
|
1271
|
+
"value": {
|
|
1272
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1366
1276
|
"option_sanityFileAssetReference": {
|
|
1367
1277
|
"type": "object",
|
|
1368
1278
|
"properties": {
|
|
@@ -1419,6 +1329,22 @@
|
|
|
1419
1329
|
}
|
|
1420
1330
|
}
|
|
1421
1331
|
},
|
|
1332
|
+
"option_sanityTvCategoryDashboardsInnerBackgroundImage": {
|
|
1333
|
+
"type": "object",
|
|
1334
|
+
"properties": {
|
|
1335
|
+
"value": {
|
|
1336
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
"option_sanityTvCategoryDashboardsInnerBackgroundImageAsset": {
|
|
1341
|
+
"type": "object",
|
|
1342
|
+
"properties": {
|
|
1343
|
+
"value": {
|
|
1344
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1422
1348
|
"option_string": {
|
|
1423
1349
|
"type": "object",
|
|
1424
1350
|
"properties": {
|
|
@@ -1482,11 +1408,14 @@
|
|
|
1482
1408
|
"type": "string"
|
|
1483
1409
|
},
|
|
1484
1410
|
"slug": {
|
|
1485
|
-
"$ref": "#/components/schemas/
|
|
1411
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
1486
1412
|
},
|
|
1487
1413
|
"telephone": {
|
|
1488
1414
|
"type": "string"
|
|
1489
1415
|
},
|
|
1416
|
+
"tagsOption": {
|
|
1417
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
1418
|
+
},
|
|
1490
1419
|
"tags": {
|
|
1491
1420
|
"type": "array",
|
|
1492
1421
|
"items": {
|
|
@@ -1551,6 +1480,9 @@
|
|
|
1551
1480
|
"address": {
|
|
1552
1481
|
"$ref": "#/components/schemas/sanityCandidateAddress"
|
|
1553
1482
|
},
|
|
1483
|
+
"applicationLetterOption": {
|
|
1484
|
+
"$ref": "#/components/schemas/option_sanityCandidateGrades"
|
|
1485
|
+
},
|
|
1554
1486
|
"applicationLetter": {
|
|
1555
1487
|
"$ref": "#/components/schemas/sanityCandidateGrades"
|
|
1556
1488
|
},
|
|
@@ -1566,9 +1498,15 @@
|
|
|
1566
1498
|
"bankAccount": {
|
|
1567
1499
|
"type": "string"
|
|
1568
1500
|
},
|
|
1501
|
+
"buddyOption": {
|
|
1502
|
+
"$ref": "#/components/schemas/option_sanityEmployeeManager"
|
|
1503
|
+
},
|
|
1569
1504
|
"buddy": {
|
|
1570
1505
|
"$ref": "#/components/schemas/sanityEmployeeManager"
|
|
1571
1506
|
},
|
|
1507
|
+
"cvOption": {
|
|
1508
|
+
"$ref": "#/components/schemas/option_sanityCandidateGrades"
|
|
1509
|
+
},
|
|
1572
1510
|
"cv": {
|
|
1573
1511
|
"$ref": "#/components/schemas/sanityCandidateGrades"
|
|
1574
1512
|
},
|
|
@@ -1578,6 +1516,9 @@
|
|
|
1578
1516
|
"email": {
|
|
1579
1517
|
"type": "string"
|
|
1580
1518
|
},
|
|
1519
|
+
"employeeOption": {
|
|
1520
|
+
"$ref": "#/components/schemas/option_sanityEmployeeManager"
|
|
1521
|
+
},
|
|
1581
1522
|
"employee": {
|
|
1582
1523
|
"$ref": "#/components/schemas/sanityEmployeeManager"
|
|
1583
1524
|
},
|
|
@@ -1594,6 +1535,9 @@
|
|
|
1594
1535
|
"githubUsername": {
|
|
1595
1536
|
"type": "string"
|
|
1596
1537
|
},
|
|
1538
|
+
"gradesOption": {
|
|
1539
|
+
"$ref": "#/components/schemas/option_sanityCandidateGrades"
|
|
1540
|
+
},
|
|
1597
1541
|
"grades": {
|
|
1598
1542
|
"$ref": "#/components/schemas/sanityCandidateGrades"
|
|
1599
1543
|
},
|
|
@@ -1635,9 +1579,15 @@
|
|
|
1635
1579
|
"preferredEmail": {
|
|
1636
1580
|
"type": "string"
|
|
1637
1581
|
},
|
|
1582
|
+
"profileImageOption": {
|
|
1583
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImage"
|
|
1584
|
+
},
|
|
1638
1585
|
"profileImage": {
|
|
1639
1586
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
|
|
1640
1587
|
},
|
|
1588
|
+
"recruiterOption": {
|
|
1589
|
+
"$ref": "#/components/schemas/option_sanityEmployeeManager"
|
|
1590
|
+
},
|
|
1641
1591
|
"recruiter": {
|
|
1642
1592
|
"$ref": "#/components/schemas/sanityEmployeeManager"
|
|
1643
1593
|
},
|
|
@@ -1656,6 +1606,9 @@
|
|
|
1656
1606
|
"shortUrl": {
|
|
1657
1607
|
"type": "string"
|
|
1658
1608
|
},
|
|
1609
|
+
"systemsActiveOption": {
|
|
1610
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
1611
|
+
},
|
|
1659
1612
|
"systemsActive": {
|
|
1660
1613
|
"type": "array",
|
|
1661
1614
|
"items": {
|
|
@@ -1710,6 +1663,9 @@
|
|
|
1710
1663
|
"format": "int32",
|
|
1711
1664
|
"default": 1
|
|
1712
1665
|
},
|
|
1666
|
+
"assetOption": {
|
|
1667
|
+
"$ref": "#/components/schemas/option_sanityDocFileAsset"
|
|
1668
|
+
},
|
|
1713
1669
|
"asset": {
|
|
1714
1670
|
"$ref": "#/components/schemas/sanityDocFileAsset"
|
|
1715
1671
|
},
|
|
@@ -1787,6 +1743,44 @@
|
|
|
1787
1743
|
}
|
|
1788
1744
|
}
|
|
1789
1745
|
},
|
|
1746
|
+
"sanityCreateCandidateInput": {
|
|
1747
|
+
"type": "object",
|
|
1748
|
+
"properties": {
|
|
1749
|
+
"status": {
|
|
1750
|
+
"enum": [
|
|
1751
|
+
1,
|
|
1752
|
+
2,
|
|
1753
|
+
3,
|
|
1754
|
+
4,
|
|
1755
|
+
5,
|
|
1756
|
+
6,
|
|
1757
|
+
7,
|
|
1758
|
+
8
|
|
1759
|
+
],
|
|
1760
|
+
"type": "integer",
|
|
1761
|
+
"format": "int32",
|
|
1762
|
+
"default": 1
|
|
1763
|
+
},
|
|
1764
|
+
"track": {
|
|
1765
|
+
"enum": [
|
|
1766
|
+
1,
|
|
1767
|
+
2
|
|
1768
|
+
],
|
|
1769
|
+
"type": "integer",
|
|
1770
|
+
"format": "int32",
|
|
1771
|
+
"default": 1
|
|
1772
|
+
},
|
|
1773
|
+
"candidate": {
|
|
1774
|
+
"type": "string"
|
|
1775
|
+
},
|
|
1776
|
+
"additionalProperties": {
|
|
1777
|
+
"type": "object",
|
|
1778
|
+
"additionalProperties": {
|
|
1779
|
+
"$ref": "#/components/schemas/jsonElement"
|
|
1780
|
+
}
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
},
|
|
1790
1784
|
"sanityCreateSystem": {
|
|
1791
1785
|
"type": "object",
|
|
1792
1786
|
"properties": {
|
|
@@ -1978,11 +1972,14 @@
|
|
|
1978
1972
|
"type": "string"
|
|
1979
1973
|
},
|
|
1980
1974
|
"slug": {
|
|
1981
|
-
"$ref": "#/components/schemas/
|
|
1975
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
1982
1976
|
},
|
|
1983
1977
|
"telephone": {
|
|
1984
1978
|
"type": "string"
|
|
1985
1979
|
},
|
|
1980
|
+
"tagsOption": {
|
|
1981
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
1982
|
+
},
|
|
1986
1983
|
"tags": {
|
|
1987
1984
|
"type": "array",
|
|
1988
1985
|
"items": {
|
|
@@ -1991,6 +1988,29 @@
|
|
|
1991
1988
|
}
|
|
1992
1989
|
}
|
|
1993
1990
|
},
|
|
1991
|
+
"sanityEmployeeReference": {
|
|
1992
|
+
"type": "object",
|
|
1993
|
+
"properties": {
|
|
1994
|
+
"sanityType": {
|
|
1995
|
+
"enum": [
|
|
1996
|
+
1
|
|
1997
|
+
],
|
|
1998
|
+
"type": "integer",
|
|
1999
|
+
"format": "int32",
|
|
2000
|
+
"default": 1
|
|
2001
|
+
},
|
|
2002
|
+
"sanityRef": {
|
|
2003
|
+
"type": "string"
|
|
2004
|
+
},
|
|
2005
|
+
"sanityWeakOption": {
|
|
2006
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2007
|
+
},
|
|
2008
|
+
"sanityWeak": {
|
|
2009
|
+
"type": "boolean",
|
|
2010
|
+
"nullable": true
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
},
|
|
1994
2014
|
"sanityFileAssetReference": {
|
|
1995
2015
|
"type": "object",
|
|
1996
2016
|
"properties": {
|
|
@@ -2131,7 +2151,7 @@
|
|
|
2131
2151
|
"type": "string"
|
|
2132
2152
|
},
|
|
2133
2153
|
"slug": {
|
|
2134
|
-
"$ref": "#/components/schemas/
|
|
2154
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2135
2155
|
},
|
|
2136
2156
|
"title": {
|
|
2137
2157
|
"type": "string"
|
|
@@ -2142,6 +2162,9 @@
|
|
|
2142
2162
|
"deadline": {
|
|
2143
2163
|
"type": "string"
|
|
2144
2164
|
},
|
|
2165
|
+
"imageOption": {
|
|
2166
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImage"
|
|
2167
|
+
},
|
|
2145
2168
|
"image": {
|
|
2146
2169
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
|
|
2147
2170
|
}
|
|
@@ -2263,10 +2286,10 @@
|
|
|
2263
2286
|
"type": "string"
|
|
2264
2287
|
},
|
|
2265
2288
|
"buddyOption": {
|
|
2266
|
-
"$ref": "#/components/schemas/
|
|
2289
|
+
"$ref": "#/components/schemas/option_sanityEmployeeReference"
|
|
2267
2290
|
},
|
|
2268
2291
|
"buddy": {
|
|
2269
|
-
"$ref": "#/components/schemas/
|
|
2292
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
2270
2293
|
},
|
|
2271
2294
|
"candidateOption": {
|
|
2272
2295
|
"$ref": "#/components/schemas/option_string"
|
|
@@ -2287,10 +2310,10 @@
|
|
|
2287
2310
|
"type": "string"
|
|
2288
2311
|
},
|
|
2289
2312
|
"employeeOption": {
|
|
2290
|
-
"$ref": "#/components/schemas/
|
|
2313
|
+
"$ref": "#/components/schemas/option_sanityEmployeeReference"
|
|
2291
2314
|
},
|
|
2292
2315
|
"employee": {
|
|
2293
|
-
"$ref": "#/components/schemas/
|
|
2316
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
2294
2317
|
},
|
|
2295
2318
|
"fromApplicationOption": {
|
|
2296
2319
|
"$ref": "#/components/schemas/option_nullable`1"
|
|
@@ -2356,10 +2379,10 @@
|
|
|
2356
2379
|
"$ref": "#/components/schemas/sanityPatchPageMetaImage"
|
|
2357
2380
|
},
|
|
2358
2381
|
"recruiterOption": {
|
|
2359
|
-
"$ref": "#/components/schemas/
|
|
2382
|
+
"$ref": "#/components/schemas/option_sanityEmployeeReference"
|
|
2360
2383
|
},
|
|
2361
2384
|
"recruiter": {
|
|
2362
|
-
"$ref": "#/components/schemas/
|
|
2385
|
+
"$ref": "#/components/schemas/sanityEmployeeReference"
|
|
2363
2386
|
},
|
|
2364
2387
|
"referencesOption": {
|
|
2365
2388
|
"$ref": "#/components/schemas/option_list`1"
|
|
@@ -2604,6 +2627,28 @@
|
|
|
2604
2627
|
}
|
|
2605
2628
|
}
|
|
2606
2629
|
},
|
|
2630
|
+
"sanitySlug": {
|
|
2631
|
+
"type": "object",
|
|
2632
|
+
"properties": {
|
|
2633
|
+
"sanityType": {
|
|
2634
|
+
"enum": [
|
|
2635
|
+
1
|
|
2636
|
+
],
|
|
2637
|
+
"type": "integer",
|
|
2638
|
+
"format": "int32",
|
|
2639
|
+
"default": 1
|
|
2640
|
+
},
|
|
2641
|
+
"current": {
|
|
2642
|
+
"type": "string"
|
|
2643
|
+
},
|
|
2644
|
+
"sourceOption": {
|
|
2645
|
+
"$ref": "#/components/schemas/option_string"
|
|
2646
|
+
},
|
|
2647
|
+
"source": {
|
|
2648
|
+
"type": "string"
|
|
2649
|
+
}
|
|
2650
|
+
}
|
|
2651
|
+
},
|
|
2607
2652
|
"sanitySystemsInner": {
|
|
2608
2653
|
"type": "object",
|
|
2609
2654
|
"properties": {
|
|
@@ -2639,6 +2684,9 @@
|
|
|
2639
2684
|
"$ref": "#/components/schemas/sanitySystemsInnerDescriptionInner"
|
|
2640
2685
|
}
|
|
2641
2686
|
},
|
|
2687
|
+
"imageOption": {
|
|
2688
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImage"
|
|
2689
|
+
},
|
|
2642
2690
|
"image": {
|
|
2643
2691
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImage"
|
|
2644
2692
|
},
|
|
@@ -2705,7 +2753,7 @@
|
|
|
2705
2753
|
"children": {
|
|
2706
2754
|
"type": "array",
|
|
2707
2755
|
"items": {
|
|
2708
|
-
"$ref": "#/components/schemas/
|
|
2756
|
+
"$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerChildrenInner"
|
|
2709
2757
|
}
|
|
2710
2758
|
},
|
|
2711
2759
|
"levelOption": {
|
|
@@ -2722,8 +2770,61 @@
|
|
|
2722
2770
|
"markDefs": {
|
|
2723
2771
|
"type": "array",
|
|
2724
2772
|
"items": {
|
|
2725
|
-
"$ref": "#/components/schemas/
|
|
2773
|
+
"$ref": "#/components/schemas/sanitySystemsInnerDescriptionInnerMarkDefsInner"
|
|
2774
|
+
}
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
},
|
|
2778
|
+
"sanitySystemsInnerDescriptionInnerChildrenInner": {
|
|
2779
|
+
"type": "object",
|
|
2780
|
+
"properties": {
|
|
2781
|
+
"sanityType": {
|
|
2782
|
+
"enum": [
|
|
2783
|
+
1
|
|
2784
|
+
],
|
|
2785
|
+
"type": "integer",
|
|
2786
|
+
"format": "int32",
|
|
2787
|
+
"default": 1
|
|
2788
|
+
},
|
|
2789
|
+
"sanityKey": {
|
|
2790
|
+
"type": "string"
|
|
2791
|
+
},
|
|
2792
|
+
"marksOption": {
|
|
2793
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2794
|
+
},
|
|
2795
|
+
"marks": {
|
|
2796
|
+
"type": "array",
|
|
2797
|
+
"items": {
|
|
2798
|
+
"type": "string"
|
|
2726
2799
|
}
|
|
2800
|
+
},
|
|
2801
|
+
"textOption": {
|
|
2802
|
+
"$ref": "#/components/schemas/option_string"
|
|
2803
|
+
},
|
|
2804
|
+
"text": {
|
|
2805
|
+
"type": "string"
|
|
2806
|
+
}
|
|
2807
|
+
}
|
|
2808
|
+
},
|
|
2809
|
+
"sanitySystemsInnerDescriptionInnerMarkDefsInner": {
|
|
2810
|
+
"type": "object",
|
|
2811
|
+
"properties": {
|
|
2812
|
+
"sanityType": {
|
|
2813
|
+
"enum": [
|
|
2814
|
+
1
|
|
2815
|
+
],
|
|
2816
|
+
"type": "integer",
|
|
2817
|
+
"format": "int32",
|
|
2818
|
+
"default": 1
|
|
2819
|
+
},
|
|
2820
|
+
"sanityKey": {
|
|
2821
|
+
"type": "string"
|
|
2822
|
+
},
|
|
2823
|
+
"hrefOption": {
|
|
2824
|
+
"$ref": "#/components/schemas/option_string"
|
|
2825
|
+
},
|
|
2826
|
+
"href": {
|
|
2827
|
+
"type": "string"
|
|
2727
2828
|
}
|
|
2728
2829
|
}
|
|
2729
2830
|
},
|
|
@@ -2757,15 +2858,24 @@
|
|
|
2757
2858
|
"title": {
|
|
2758
2859
|
"type": "string"
|
|
2759
2860
|
},
|
|
2861
|
+
"descriptionOption": {
|
|
2862
|
+
"$ref": "#/components/schemas/option_list`1"
|
|
2863
|
+
},
|
|
2760
2864
|
"description": {
|
|
2761
2865
|
"type": "array",
|
|
2762
2866
|
"items": {
|
|
2763
2867
|
"type": "object"
|
|
2764
2868
|
}
|
|
2765
2869
|
},
|
|
2870
|
+
"reminderSlackChannelOption": {
|
|
2871
|
+
"$ref": "#/components/schemas/option_string"
|
|
2872
|
+
},
|
|
2766
2873
|
"reminderSlackChannel": {
|
|
2767
2874
|
"type": "string"
|
|
2768
2875
|
},
|
|
2876
|
+
"reminderWeeksBeforeOption": {
|
|
2877
|
+
"$ref": "#/components/schemas/option_nullable`1"
|
|
2878
|
+
},
|
|
2769
2879
|
"reminderWeeksBefore": {
|
|
2770
2880
|
"type": "number",
|
|
2771
2881
|
"format": "double",
|
|
@@ -2797,7 +2907,7 @@
|
|
|
2797
2907
|
"type": "string"
|
|
2798
2908
|
},
|
|
2799
2909
|
"slug": {
|
|
2800
|
-
"$ref": "#/components/schemas/
|
|
2910
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
2801
2911
|
}
|
|
2802
2912
|
}
|
|
2803
2913
|
},
|
|
@@ -2812,6 +2922,9 @@
|
|
|
2812
2922
|
"format": "int32",
|
|
2813
2923
|
"default": 1
|
|
2814
2924
|
},
|
|
2925
|
+
"assetOption": {
|
|
2926
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2927
|
+
},
|
|
2815
2928
|
"asset": {
|
|
2816
2929
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2817
2930
|
}
|
|
@@ -2828,6 +2941,9 @@
|
|
|
2828
2941
|
"format": "int32",
|
|
2829
2942
|
"default": 1
|
|
2830
2943
|
},
|
|
2944
|
+
"assetOption": {
|
|
2945
|
+
"$ref": "#/components/schemas/option_sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2946
|
+
},
|
|
2831
2947
|
"asset": {
|
|
2832
2948
|
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
2833
2949
|
}
|
|
@@ -2853,29 +2969,10 @@
|
|
|
2853
2969
|
"url": {
|
|
2854
2970
|
"type": "string"
|
|
2855
2971
|
},
|
|
2856
|
-
"
|
|
2857
|
-
"type": "string"
|
|
2858
|
-
}
|
|
2859
|
-
}
|
|
2860
|
-
},
|
|
2861
|
-
"slug": {
|
|
2862
|
-
"type": "object",
|
|
2863
|
-
"properties": {
|
|
2864
|
-
"sanityType": {
|
|
2865
|
-
"enum": [
|
|
2866
|
-
1
|
|
2867
|
-
],
|
|
2868
|
-
"type": "integer",
|
|
2869
|
-
"format": "int32",
|
|
2870
|
-
"default": 1
|
|
2871
|
-
},
|
|
2872
|
-
"current": {
|
|
2873
|
-
"type": "string"
|
|
2874
|
-
},
|
|
2875
|
-
"sourceOption": {
|
|
2972
|
+
"originalFilenameOption": {
|
|
2876
2973
|
"$ref": "#/components/schemas/option_string"
|
|
2877
2974
|
},
|
|
2878
|
-
"
|
|
2975
|
+
"originalFilename": {
|
|
2879
2976
|
"type": "string"
|
|
2880
2977
|
}
|
|
2881
2978
|
}
|