@snokam/mcp-api 0.12.0 → 0.14.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 +6 -6
- package/specs/production/accounting.json +942 -266
- package/specs/production/blog.json +3031 -0
- package/specs/production/chatgpt.json +27 -18
- package/specs/production/employees.json +3386 -901
- package/specs/production/notifications.json +116 -0
- package/specs/production/recruitment.json +3929 -1
- package/specs/production/sales.json +4502 -1
- package/specs/production/sanity.json +28299 -19724
- package/specs/production/webshop.json +1 -1
- package/specs/test/accounting.json +942 -266
- package/specs/test/blog.json +3031 -0
- package/specs/test/chatgpt.json +27 -18
- package/specs/test/employees.json +3386 -901
- package/specs/test/notifications.json +116 -0
- package/specs/test/recruitment.json +3929 -1
- package/specs/test/sales.json +4502 -1
- package/specs/test/sanity.json +28299 -19724
- package/specs/test/webshop.json +1 -1
- package/specs/production/events.json +0 -2406
- package/specs/test/events.json +0 -2406
|
@@ -2750,48 +2750,6 @@
|
|
|
2750
2750
|
},
|
|
2751
2751
|
"nullable": true
|
|
2752
2752
|
},
|
|
2753
|
-
"componentBlocksInnerOneOfChildrenInner": {
|
|
2754
|
-
"type": "object",
|
|
2755
|
-
"properties": {
|
|
2756
|
-
"sanityType": {
|
|
2757
|
-
"enum": [
|
|
2758
|
-
"span"
|
|
2759
|
-
],
|
|
2760
|
-
"type": "string",
|
|
2761
|
-
"default": "span"
|
|
2762
|
-
},
|
|
2763
|
-
"marks": {
|
|
2764
|
-
"type": "array",
|
|
2765
|
-
"items": {
|
|
2766
|
-
"type": "string"
|
|
2767
|
-
}
|
|
2768
|
-
},
|
|
2769
|
-
"sanityKey": {
|
|
2770
|
-
"type": "string"
|
|
2771
|
-
},
|
|
2772
|
-
"text": {
|
|
2773
|
-
"type": "string"
|
|
2774
|
-
}
|
|
2775
|
-
}
|
|
2776
|
-
},
|
|
2777
|
-
"componentBlocksInnerOneOfMarkDefsInner": {
|
|
2778
|
-
"type": "object",
|
|
2779
|
-
"properties": {
|
|
2780
|
-
"sanityType": {
|
|
2781
|
-
"enum": [
|
|
2782
|
-
"link"
|
|
2783
|
-
],
|
|
2784
|
-
"type": "string",
|
|
2785
|
-
"default": "link"
|
|
2786
|
-
},
|
|
2787
|
-
"href": {
|
|
2788
|
-
"type": "string"
|
|
2789
|
-
},
|
|
2790
|
-
"sanityKey": {
|
|
2791
|
-
"type": "string"
|
|
2792
|
-
}
|
|
2793
|
-
}
|
|
2794
|
-
},
|
|
2795
2753
|
"cryptoBuys": {
|
|
2796
2754
|
"type": "object",
|
|
2797
2755
|
"properties": {
|
|
@@ -4238,37 +4196,18 @@
|
|
|
4238
4196
|
"sanityEmployee": {
|
|
4239
4197
|
"type": "object",
|
|
4240
4198
|
"properties": {
|
|
4241
|
-
"gender": {
|
|
4242
|
-
"enum": [
|
|
4243
|
-
"female",
|
|
4244
|
-
"male",
|
|
4245
|
-
"These are not the genders you are looking for"
|
|
4246
|
-
],
|
|
4247
|
-
"type": "string",
|
|
4248
|
-
"default": "female"
|
|
4249
|
-
},
|
|
4250
|
-
"maritalStatus": {
|
|
4251
|
-
"enum": [
|
|
4252
|
-
"cohabitant",
|
|
4253
|
-
"married",
|
|
4254
|
-
"single"
|
|
4255
|
-
],
|
|
4256
|
-
"type": "string",
|
|
4257
|
-
"default": "cohabitant",
|
|
4258
|
-
"nullable": true
|
|
4259
|
-
},
|
|
4260
|
-
"sanityType": {
|
|
4261
|
-
"enum": [
|
|
4262
|
-
"employee"
|
|
4263
|
-
],
|
|
4264
|
-
"type": "string",
|
|
4265
|
-
"default": "employee"
|
|
4266
|
-
},
|
|
4267
4199
|
"about": {
|
|
4268
4200
|
"type": "string"
|
|
4269
4201
|
},
|
|
4270
4202
|
"active": {
|
|
4271
|
-
"type": "boolean"
|
|
4203
|
+
"type": "boolean",
|
|
4204
|
+
"nullable": true
|
|
4205
|
+
},
|
|
4206
|
+
"additionalData": {
|
|
4207
|
+
"type": "object",
|
|
4208
|
+
"additionalProperties": {
|
|
4209
|
+
"type": "object"
|
|
4210
|
+
}
|
|
4272
4211
|
},
|
|
4273
4212
|
"address": {
|
|
4274
4213
|
"type": "string"
|
|
@@ -4279,29 +4218,27 @@
|
|
|
4279
4218
|
"type": "string"
|
|
4280
4219
|
}
|
|
4281
4220
|
},
|
|
4282
|
-
"
|
|
4221
|
+
"birthDate": {
|
|
4283
4222
|
"type": "string"
|
|
4284
4223
|
},
|
|
4285
|
-
"
|
|
4286
|
-
"
|
|
4287
|
-
},
|
|
4288
|
-
"blurred_image": {
|
|
4289
|
-
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo"
|
|
4224
|
+
"blurredImage": {
|
|
4225
|
+
"$ref": "#/components/schemas/sanityEmployee_blurred_image"
|
|
4290
4226
|
},
|
|
4291
4227
|
"boardMember": {
|
|
4292
|
-
"type": "boolean"
|
|
4228
|
+
"type": "boolean",
|
|
4229
|
+
"nullable": true
|
|
4293
4230
|
},
|
|
4294
4231
|
"cliftonStrengths": {
|
|
4295
4232
|
"type": "array",
|
|
4296
4233
|
"items": {
|
|
4297
|
-
"$ref": "#/components/schemas/
|
|
4234
|
+
"$ref": "#/components/schemas/sanityEmployee_cliftonStrengths"
|
|
4298
4235
|
}
|
|
4299
4236
|
},
|
|
4300
4237
|
"coinbaseAccountEmail": {
|
|
4301
4238
|
"type": "string"
|
|
4302
4239
|
},
|
|
4303
4240
|
"commissionTier": {
|
|
4304
|
-
"$ref": "#/components/schemas/
|
|
4241
|
+
"$ref": "#/components/schemas/sanityEmployee_commissionTier"
|
|
4305
4242
|
},
|
|
4306
4243
|
"education": {
|
|
4307
4244
|
"type": "string"
|
|
@@ -4312,36 +4249,69 @@
|
|
|
4312
4249
|
"equipment": {
|
|
4313
4250
|
"type": "array",
|
|
4314
4251
|
"items": {
|
|
4315
|
-
"$ref": "#/components/schemas/
|
|
4252
|
+
"$ref": "#/components/schemas/sanityEmployee_equipment"
|
|
4316
4253
|
}
|
|
4317
4254
|
},
|
|
4255
|
+
"gender": {
|
|
4256
|
+
"enum": [
|
|
4257
|
+
0,
|
|
4258
|
+
1,
|
|
4259
|
+
2
|
|
4260
|
+
],
|
|
4261
|
+
"type": "integer",
|
|
4262
|
+
"format": "int32",
|
|
4263
|
+
"default": 0,
|
|
4264
|
+
"nullable": true
|
|
4265
|
+
},
|
|
4318
4266
|
"graduationYear": {
|
|
4319
4267
|
"type": "number",
|
|
4320
|
-
"format": "double"
|
|
4268
|
+
"format": "double",
|
|
4269
|
+
"nullable": true
|
|
4321
4270
|
},
|
|
4322
4271
|
"groups": {
|
|
4323
4272
|
"type": "array",
|
|
4324
4273
|
"items": {
|
|
4325
|
-
"$ref": "#/components/schemas/
|
|
4274
|
+
"$ref": "#/components/schemas/sanityEmployee_groups"
|
|
4326
4275
|
}
|
|
4327
4276
|
},
|
|
4328
4277
|
"image": {
|
|
4329
|
-
"$ref": "#/components/schemas/
|
|
4278
|
+
"$ref": "#/components/schemas/sanityEmployee_image"
|
|
4330
4279
|
},
|
|
4331
4280
|
"innovativeSalary": {
|
|
4332
|
-
"type": "boolean"
|
|
4281
|
+
"type": "boolean",
|
|
4282
|
+
"nullable": true
|
|
4333
4283
|
},
|
|
4334
4284
|
"innovativeSalaryPercentage": {
|
|
4335
4285
|
"type": "number",
|
|
4336
|
-
"format": "double"
|
|
4286
|
+
"format": "double",
|
|
4287
|
+
"nullable": true
|
|
4288
|
+
},
|
|
4289
|
+
"isBot": {
|
|
4290
|
+
"type": "boolean",
|
|
4291
|
+
"nullable": true
|
|
4292
|
+
},
|
|
4293
|
+
"isSeekingProject": {
|
|
4294
|
+
"type": "boolean",
|
|
4295
|
+
"nullable": true
|
|
4337
4296
|
},
|
|
4338
4297
|
"manager": {
|
|
4339
|
-
"$ref": "#/components/schemas/
|
|
4298
|
+
"$ref": "#/components/schemas/sanityEmployee_manager"
|
|
4299
|
+
},
|
|
4300
|
+
"maritalStatus": {
|
|
4301
|
+
"enum": [
|
|
4302
|
+
0,
|
|
4303
|
+
1,
|
|
4304
|
+
2
|
|
4305
|
+
],
|
|
4306
|
+
"type": "integer",
|
|
4307
|
+
"format": "int32",
|
|
4308
|
+
"default": 0,
|
|
4309
|
+
"nullable": true
|
|
4340
4310
|
},
|
|
4341
4311
|
"media": {
|
|
4342
4312
|
"type": "array",
|
|
4343
4313
|
"items": {
|
|
4344
|
-
"$ref": "#/components/schemas/
|
|
4314
|
+
"$ref": "#/components/schemas/sanityEmployeeMedia"
|
|
4345
4315
|
}
|
|
4346
4316
|
},
|
|
4347
4317
|
"name": {
|
|
@@ -4350,12 +4320,16 @@
|
|
|
4350
4320
|
"nextOfKin": {
|
|
4351
4321
|
"type": "array",
|
|
4352
4322
|
"items": {
|
|
4353
|
-
"$ref": "#/components/schemas/
|
|
4323
|
+
"$ref": "#/components/schemas/sanityEmployee_nextOfKin"
|
|
4354
4324
|
}
|
|
4355
4325
|
},
|
|
4356
4326
|
"nrOfChildren": {
|
|
4357
4327
|
"type": "number",
|
|
4358
|
-
"format": "double"
|
|
4328
|
+
"format": "double",
|
|
4329
|
+
"nullable": true
|
|
4330
|
+
},
|
|
4331
|
+
"personalProjectRequirements": {
|
|
4332
|
+
"type": "string"
|
|
4359
4333
|
},
|
|
4360
4334
|
"position": {
|
|
4361
4335
|
"type": "string"
|
|
@@ -4369,29 +4343,34 @@
|
|
|
4369
4343
|
"sanityRev": {
|
|
4370
4344
|
"type": "string"
|
|
4371
4345
|
},
|
|
4346
|
+
"sanityType": {
|
|
4347
|
+
"enum": [
|
|
4348
|
+
0
|
|
4349
|
+
],
|
|
4350
|
+
"type": "integer",
|
|
4351
|
+
"format": "int32",
|
|
4352
|
+
"default": 0,
|
|
4353
|
+
"nullable": true
|
|
4354
|
+
},
|
|
4372
4355
|
"sanityUpdatedAt": {
|
|
4373
4356
|
"type": "string"
|
|
4374
4357
|
},
|
|
4375
|
-
"satisfaction": {
|
|
4376
|
-
"type": "number",
|
|
4377
|
-
"format": "double"
|
|
4378
|
-
},
|
|
4379
4358
|
"slug": {
|
|
4380
|
-
"$ref": "#/components/schemas/
|
|
4359
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
4381
4360
|
},
|
|
4382
|
-
"
|
|
4361
|
+
"startDate": {
|
|
4383
4362
|
"type": "string"
|
|
4384
4363
|
},
|
|
4385
4364
|
"tags": {
|
|
4386
4365
|
"type": "array",
|
|
4387
4366
|
"items": {
|
|
4388
|
-
"$ref": "#/components/schemas/
|
|
4367
|
+
"$ref": "#/components/schemas/sanityEmployee_tags"
|
|
4389
4368
|
}
|
|
4390
4369
|
},
|
|
4391
4370
|
"technologies": {
|
|
4392
4371
|
"type": "array",
|
|
4393
4372
|
"items": {
|
|
4394
|
-
"$ref": "#/components/schemas/
|
|
4373
|
+
"$ref": "#/components/schemas/sanityEmployee_technologies"
|
|
4395
4374
|
}
|
|
4396
4375
|
},
|
|
4397
4376
|
"telephone": {
|
|
@@ -4399,26 +4378,81 @@
|
|
|
4399
4378
|
}
|
|
4400
4379
|
}
|
|
4401
4380
|
},
|
|
4402
|
-
"
|
|
4381
|
+
"sanityEmployee_blurred_image": {
|
|
4403
4382
|
"type": "object",
|
|
4404
4383
|
"properties": {
|
|
4405
|
-
"
|
|
4384
|
+
"additionalData": {
|
|
4385
|
+
"type": "object",
|
|
4386
|
+
"additionalProperties": {
|
|
4387
|
+
"type": "object"
|
|
4388
|
+
}
|
|
4389
|
+
},
|
|
4390
|
+
"asset": {
|
|
4391
|
+
"$ref": "#/components/schemas/sanityEmployee_blurred_image_asset"
|
|
4392
|
+
},
|
|
4393
|
+
"sanityType": {
|
|
4406
4394
|
"enum": [
|
|
4407
|
-
|
|
4408
|
-
"influencing",
|
|
4409
|
-
"relationship_building",
|
|
4410
|
-
"strategic_thinking"
|
|
4395
|
+
0
|
|
4411
4396
|
],
|
|
4412
|
-
"type": "
|
|
4413
|
-
"
|
|
4397
|
+
"type": "integer",
|
|
4398
|
+
"format": "int32",
|
|
4399
|
+
"default": 0,
|
|
4414
4400
|
"nullable": true
|
|
4401
|
+
}
|
|
4402
|
+
}
|
|
4403
|
+
},
|
|
4404
|
+
"sanityEmployee_blurred_image_asset": {
|
|
4405
|
+
"type": "object",
|
|
4406
|
+
"properties": {
|
|
4407
|
+
"additionalData": {
|
|
4408
|
+
"type": "object",
|
|
4409
|
+
"additionalProperties": {
|
|
4410
|
+
"type": "object"
|
|
4411
|
+
}
|
|
4412
|
+
},
|
|
4413
|
+
"mimeType": {
|
|
4414
|
+
"type": "string"
|
|
4415
|
+
},
|
|
4416
|
+
"originalFilename": {
|
|
4417
|
+
"type": "string"
|
|
4418
|
+
},
|
|
4419
|
+
"sanityId": {
|
|
4420
|
+
"type": "string"
|
|
4415
4421
|
},
|
|
4416
4422
|
"sanityType": {
|
|
4417
4423
|
"enum": [
|
|
4418
|
-
|
|
4424
|
+
0
|
|
4419
4425
|
],
|
|
4420
|
-
"type": "
|
|
4421
|
-
"
|
|
4426
|
+
"type": "integer",
|
|
4427
|
+
"format": "int32",
|
|
4428
|
+
"default": 0,
|
|
4429
|
+
"nullable": true
|
|
4430
|
+
},
|
|
4431
|
+
"url": {
|
|
4432
|
+
"type": "string"
|
|
4433
|
+
}
|
|
4434
|
+
}
|
|
4435
|
+
},
|
|
4436
|
+
"sanityEmployee_cliftonStrengths": {
|
|
4437
|
+
"type": "object",
|
|
4438
|
+
"properties": {
|
|
4439
|
+
"additionalData": {
|
|
4440
|
+
"type": "object",
|
|
4441
|
+
"additionalProperties": {
|
|
4442
|
+
"type": "object"
|
|
4443
|
+
}
|
|
4444
|
+
},
|
|
4445
|
+
"domain": {
|
|
4446
|
+
"enum": [
|
|
4447
|
+
0,
|
|
4448
|
+
1,
|
|
4449
|
+
2,
|
|
4450
|
+
3
|
|
4451
|
+
],
|
|
4452
|
+
"type": "integer",
|
|
4453
|
+
"format": "int32",
|
|
4454
|
+
"default": 0,
|
|
4455
|
+
"nullable": true
|
|
4422
4456
|
},
|
|
4423
4457
|
"sanityCreatedAt": {
|
|
4424
4458
|
"type": "string"
|
|
@@ -4429,6 +4463,15 @@
|
|
|
4429
4463
|
"sanityRev": {
|
|
4430
4464
|
"type": "string"
|
|
4431
4465
|
},
|
|
4466
|
+
"sanityType": {
|
|
4467
|
+
"enum": [
|
|
4468
|
+
0
|
|
4469
|
+
],
|
|
4470
|
+
"type": "integer",
|
|
4471
|
+
"format": "int32",
|
|
4472
|
+
"default": 0,
|
|
4473
|
+
"nullable": true
|
|
4474
|
+
},
|
|
4432
4475
|
"sanityUpdatedAt": {
|
|
4433
4476
|
"type": "string"
|
|
4434
4477
|
},
|
|
@@ -4437,19 +4480,19 @@
|
|
|
4437
4480
|
}
|
|
4438
4481
|
}
|
|
4439
4482
|
},
|
|
4440
|
-
"
|
|
4483
|
+
"sanityEmployee_commissionTier": {
|
|
4441
4484
|
"type": "object",
|
|
4442
4485
|
"properties": {
|
|
4443
|
-
"
|
|
4444
|
-
"
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
"default": "commissionTier"
|
|
4486
|
+
"additionalData": {
|
|
4487
|
+
"type": "object",
|
|
4488
|
+
"additionalProperties": {
|
|
4489
|
+
"type": "object"
|
|
4490
|
+
}
|
|
4449
4491
|
},
|
|
4450
4492
|
"commission": {
|
|
4451
4493
|
"type": "number",
|
|
4452
|
-
"format": "double"
|
|
4494
|
+
"format": "double",
|
|
4495
|
+
"nullable": true
|
|
4453
4496
|
},
|
|
4454
4497
|
"sanityCreatedAt": {
|
|
4455
4498
|
"type": "string"
|
|
@@ -4460,6 +4503,15 @@
|
|
|
4460
4503
|
"sanityRev": {
|
|
4461
4504
|
"type": "string"
|
|
4462
4505
|
},
|
|
4506
|
+
"sanityType": {
|
|
4507
|
+
"enum": [
|
|
4508
|
+
0
|
|
4509
|
+
],
|
|
4510
|
+
"type": "integer",
|
|
4511
|
+
"format": "int32",
|
|
4512
|
+
"default": 0,
|
|
4513
|
+
"nullable": true
|
|
4514
|
+
},
|
|
4463
4515
|
"sanityUpdatedAt": {
|
|
4464
4516
|
"type": "string"
|
|
4465
4517
|
},
|
|
@@ -4468,117 +4520,609 @@
|
|
|
4468
4520
|
}
|
|
4469
4521
|
}
|
|
4470
4522
|
},
|
|
4471
|
-
"
|
|
4523
|
+
"sanityEmployee_equipment": {
|
|
4472
4524
|
"type": "object",
|
|
4473
4525
|
"properties": {
|
|
4474
|
-
"
|
|
4475
|
-
"
|
|
4476
|
-
|
|
4477
|
-
|
|
4478
|
-
|
|
4479
|
-
"default": "equipment"
|
|
4526
|
+
"additionalData": {
|
|
4527
|
+
"type": "object",
|
|
4528
|
+
"additionalProperties": {
|
|
4529
|
+
"type": "object"
|
|
4530
|
+
}
|
|
4480
4531
|
},
|
|
4481
4532
|
"description": {
|
|
4482
4533
|
"type": "array",
|
|
4483
4534
|
"items": {
|
|
4484
|
-
"$ref": "#/components/schemas/
|
|
4535
|
+
"$ref": "#/components/schemas/sanityEmployee_equipment_description"
|
|
4485
4536
|
}
|
|
4486
4537
|
},
|
|
4487
4538
|
"image": {
|
|
4488
|
-
"$ref": "#/components/schemas/
|
|
4539
|
+
"$ref": "#/components/schemas/sanityEmployee_equipment_image"
|
|
4489
4540
|
},
|
|
4490
4541
|
"images": {
|
|
4491
4542
|
"type": "array",
|
|
4492
4543
|
"items": {
|
|
4493
|
-
"$ref": "#/components/schemas/
|
|
4544
|
+
"$ref": "#/components/schemas/sanityEmployee_equipment_images"
|
|
4494
4545
|
}
|
|
4495
4546
|
},
|
|
4496
4547
|
"sanityId": {
|
|
4497
4548
|
"type": "string"
|
|
4498
4549
|
},
|
|
4550
|
+
"sanityType": {
|
|
4551
|
+
"enum": [
|
|
4552
|
+
0
|
|
4553
|
+
],
|
|
4554
|
+
"type": "integer",
|
|
4555
|
+
"format": "int32",
|
|
4556
|
+
"default": 0,
|
|
4557
|
+
"nullable": true
|
|
4558
|
+
},
|
|
4499
4559
|
"title": {
|
|
4500
4560
|
"type": "string"
|
|
4501
4561
|
}
|
|
4502
4562
|
}
|
|
4503
4563
|
},
|
|
4504
|
-
"
|
|
4564
|
+
"sanityEmployee_equipment_description": {
|
|
4505
4565
|
"type": "object",
|
|
4506
4566
|
"properties": {
|
|
4507
|
-
"
|
|
4508
|
-
"
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4512
|
-
"default": "group"
|
|
4567
|
+
"additionalData": {
|
|
4568
|
+
"type": "object",
|
|
4569
|
+
"additionalProperties": {
|
|
4570
|
+
"type": "object"
|
|
4571
|
+
}
|
|
4513
4572
|
},
|
|
4514
|
-
"
|
|
4573
|
+
"children": {
|
|
4515
4574
|
"type": "array",
|
|
4516
4575
|
"items": {
|
|
4517
|
-
"$ref": "#/components/schemas/
|
|
4576
|
+
"$ref": "#/components/schemas/sanityEmployee_equipment_description_children"
|
|
4518
4577
|
}
|
|
4519
4578
|
},
|
|
4520
|
-
"
|
|
4521
|
-
"
|
|
4579
|
+
"level": {
|
|
4580
|
+
"type": "number",
|
|
4581
|
+
"format": "double",
|
|
4582
|
+
"nullable": true
|
|
4522
4583
|
},
|
|
4523
|
-
"
|
|
4584
|
+
"listItem": {
|
|
4585
|
+
"enum": [
|
|
4586
|
+
0,
|
|
4587
|
+
1
|
|
4588
|
+
],
|
|
4589
|
+
"type": "integer",
|
|
4590
|
+
"format": "int32",
|
|
4591
|
+
"default": 0,
|
|
4592
|
+
"nullable": true
|
|
4593
|
+
},
|
|
4594
|
+
"markDefs": {
|
|
4524
4595
|
"type": "array",
|
|
4525
4596
|
"items": {
|
|
4526
|
-
"$ref": "#/components/schemas/
|
|
4597
|
+
"$ref": "#/components/schemas/sanityEmployee_equipment_description_markDefs"
|
|
4527
4598
|
}
|
|
4528
4599
|
},
|
|
4529
|
-
"
|
|
4530
|
-
"type": "string"
|
|
4531
|
-
},
|
|
4532
|
-
"
|
|
4533
|
-
"
|
|
4534
|
-
|
|
4535
|
-
|
|
4600
|
+
"sanityKey": {
|
|
4601
|
+
"type": "string"
|
|
4602
|
+
},
|
|
4603
|
+
"sanityType": {
|
|
4604
|
+
"enum": [
|
|
4605
|
+
0
|
|
4606
|
+
],
|
|
4607
|
+
"type": "integer",
|
|
4608
|
+
"format": "int32",
|
|
4609
|
+
"default": 0,
|
|
4610
|
+
"nullable": true
|
|
4611
|
+
},
|
|
4612
|
+
"style": {
|
|
4613
|
+
"enum": [
|
|
4614
|
+
0,
|
|
4615
|
+
1,
|
|
4616
|
+
2,
|
|
4617
|
+
3,
|
|
4618
|
+
4,
|
|
4619
|
+
5,
|
|
4620
|
+
6,
|
|
4621
|
+
7
|
|
4622
|
+
],
|
|
4623
|
+
"type": "integer",
|
|
4624
|
+
"format": "int32",
|
|
4625
|
+
"default": 0,
|
|
4626
|
+
"nullable": true
|
|
4627
|
+
}
|
|
4628
|
+
}
|
|
4629
|
+
},
|
|
4630
|
+
"sanityEmployee_equipment_description_children": {
|
|
4631
|
+
"type": "object",
|
|
4632
|
+
"properties": {
|
|
4633
|
+
"additionalData": {
|
|
4634
|
+
"type": "object",
|
|
4635
|
+
"additionalProperties": {
|
|
4636
|
+
"type": "object"
|
|
4637
|
+
}
|
|
4638
|
+
},
|
|
4639
|
+
"marks": {
|
|
4640
|
+
"type": "array",
|
|
4641
|
+
"items": {
|
|
4642
|
+
"type": "string"
|
|
4643
|
+
}
|
|
4644
|
+
},
|
|
4645
|
+
"sanityKey": {
|
|
4646
|
+
"type": "string"
|
|
4647
|
+
},
|
|
4648
|
+
"sanityType": {
|
|
4649
|
+
"enum": [
|
|
4650
|
+
0
|
|
4651
|
+
],
|
|
4652
|
+
"type": "integer",
|
|
4653
|
+
"format": "int32",
|
|
4654
|
+
"default": 0,
|
|
4655
|
+
"nullable": true
|
|
4656
|
+
},
|
|
4657
|
+
"text": {
|
|
4658
|
+
"type": "string"
|
|
4659
|
+
}
|
|
4660
|
+
}
|
|
4661
|
+
},
|
|
4662
|
+
"sanityEmployee_equipment_description_markDefs": {
|
|
4663
|
+
"type": "object",
|
|
4664
|
+
"properties": {
|
|
4665
|
+
"additionalData": {
|
|
4666
|
+
"type": "object",
|
|
4667
|
+
"additionalProperties": {
|
|
4668
|
+
"type": "object"
|
|
4669
|
+
}
|
|
4670
|
+
},
|
|
4671
|
+
"href": {
|
|
4672
|
+
"type": "string"
|
|
4673
|
+
},
|
|
4674
|
+
"sanityKey": {
|
|
4675
|
+
"type": "string"
|
|
4676
|
+
},
|
|
4677
|
+
"sanityType": {
|
|
4678
|
+
"enum": [
|
|
4679
|
+
0
|
|
4680
|
+
],
|
|
4681
|
+
"type": "integer",
|
|
4682
|
+
"format": "int32",
|
|
4683
|
+
"default": 0,
|
|
4684
|
+
"nullable": true
|
|
4685
|
+
}
|
|
4686
|
+
}
|
|
4687
|
+
},
|
|
4688
|
+
"sanityEmployee_equipment_image": {
|
|
4689
|
+
"type": "object",
|
|
4690
|
+
"properties": {
|
|
4691
|
+
"additionalData": {
|
|
4692
|
+
"type": "object",
|
|
4693
|
+
"additionalProperties": {
|
|
4694
|
+
"type": "object"
|
|
4695
|
+
}
|
|
4696
|
+
},
|
|
4697
|
+
"asset": {
|
|
4698
|
+
"$ref": "#/components/schemas/sanityEmployee_equipment_image_asset"
|
|
4699
|
+
},
|
|
4700
|
+
"sanityType": {
|
|
4701
|
+
"enum": [
|
|
4702
|
+
0
|
|
4703
|
+
],
|
|
4704
|
+
"type": "integer",
|
|
4705
|
+
"format": "int32",
|
|
4706
|
+
"default": 0,
|
|
4707
|
+
"nullable": true
|
|
4708
|
+
}
|
|
4709
|
+
}
|
|
4710
|
+
},
|
|
4711
|
+
"sanityEmployee_equipment_image_asset": {
|
|
4712
|
+
"type": "object",
|
|
4713
|
+
"properties": {
|
|
4714
|
+
"additionalData": {
|
|
4715
|
+
"type": "object",
|
|
4716
|
+
"additionalProperties": {
|
|
4717
|
+
"type": "object"
|
|
4718
|
+
}
|
|
4719
|
+
},
|
|
4720
|
+
"mimeType": {
|
|
4721
|
+
"type": "string"
|
|
4722
|
+
},
|
|
4723
|
+
"originalFilename": {
|
|
4724
|
+
"type": "string"
|
|
4725
|
+
},
|
|
4726
|
+
"sanityId": {
|
|
4727
|
+
"type": "string"
|
|
4728
|
+
},
|
|
4729
|
+
"sanityType": {
|
|
4730
|
+
"enum": [
|
|
4731
|
+
0
|
|
4732
|
+
],
|
|
4733
|
+
"type": "integer",
|
|
4734
|
+
"format": "int32",
|
|
4735
|
+
"default": 0,
|
|
4736
|
+
"nullable": true
|
|
4737
|
+
},
|
|
4738
|
+
"url": {
|
|
4739
|
+
"type": "string"
|
|
4740
|
+
}
|
|
4741
|
+
}
|
|
4742
|
+
},
|
|
4743
|
+
"sanityEmployee_equipment_images": {
|
|
4744
|
+
"type": "object",
|
|
4745
|
+
"properties": {
|
|
4746
|
+
"additionalData": {
|
|
4747
|
+
"type": "object",
|
|
4748
|
+
"additionalProperties": {
|
|
4749
|
+
"type": "object"
|
|
4750
|
+
}
|
|
4751
|
+
},
|
|
4752
|
+
"asset": {
|
|
4753
|
+
"$ref": "#/components/schemas/sanityEmployee_equipment_images_asset"
|
|
4754
|
+
},
|
|
4755
|
+
"sanityType": {
|
|
4756
|
+
"enum": [
|
|
4757
|
+
0
|
|
4758
|
+
],
|
|
4759
|
+
"type": "integer",
|
|
4760
|
+
"format": "int32",
|
|
4761
|
+
"default": 0,
|
|
4762
|
+
"nullable": true
|
|
4763
|
+
}
|
|
4764
|
+
}
|
|
4765
|
+
},
|
|
4766
|
+
"sanityEmployee_equipment_images_asset": {
|
|
4767
|
+
"type": "object",
|
|
4768
|
+
"properties": {
|
|
4769
|
+
"additionalData": {
|
|
4770
|
+
"type": "object",
|
|
4771
|
+
"additionalProperties": {
|
|
4772
|
+
"type": "object"
|
|
4773
|
+
}
|
|
4774
|
+
},
|
|
4775
|
+
"mimeType": {
|
|
4776
|
+
"type": "string"
|
|
4777
|
+
},
|
|
4778
|
+
"originalFilename": {
|
|
4779
|
+
"type": "string"
|
|
4780
|
+
},
|
|
4781
|
+
"sanityId": {
|
|
4782
|
+
"type": "string"
|
|
4783
|
+
},
|
|
4784
|
+
"sanityType": {
|
|
4785
|
+
"enum": [
|
|
4786
|
+
0
|
|
4787
|
+
],
|
|
4788
|
+
"type": "integer",
|
|
4789
|
+
"format": "int32",
|
|
4790
|
+
"default": 0,
|
|
4791
|
+
"nullable": true
|
|
4792
|
+
},
|
|
4793
|
+
"url": {
|
|
4794
|
+
"type": "string"
|
|
4795
|
+
}
|
|
4796
|
+
}
|
|
4797
|
+
},
|
|
4798
|
+
"sanityEmployee_groups": {
|
|
4799
|
+
"type": "object",
|
|
4800
|
+
"properties": {
|
|
4801
|
+
"additionalData": {
|
|
4802
|
+
"type": "object",
|
|
4803
|
+
"additionalProperties": {
|
|
4804
|
+
"type": "object"
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
4807
|
+
"description": {
|
|
4808
|
+
"type": "array",
|
|
4809
|
+
"items": {
|
|
4810
|
+
"$ref": "#/components/schemas/sanityEmployee_groups_description"
|
|
4811
|
+
}
|
|
4812
|
+
},
|
|
4813
|
+
"image": {
|
|
4814
|
+
"$ref": "#/components/schemas/sanityEmployee_groups_image"
|
|
4815
|
+
},
|
|
4816
|
+
"leaders": {
|
|
4817
|
+
"type": "array",
|
|
4818
|
+
"items": {
|
|
4819
|
+
"$ref": "#/components/schemas/sanityEmployee_groups_leaders"
|
|
4820
|
+
}
|
|
4821
|
+
},
|
|
4822
|
+
"name": {
|
|
4823
|
+
"type": "string"
|
|
4824
|
+
},
|
|
4825
|
+
"sanityCreatedAt": {
|
|
4826
|
+
"type": "string"
|
|
4827
|
+
},
|
|
4828
|
+
"sanityId": {
|
|
4536
4829
|
"type": "string"
|
|
4537
4830
|
},
|
|
4538
4831
|
"sanityRev": {
|
|
4539
4832
|
"type": "string"
|
|
4540
4833
|
},
|
|
4834
|
+
"sanityType": {
|
|
4835
|
+
"enum": [
|
|
4836
|
+
0
|
|
4837
|
+
],
|
|
4838
|
+
"type": "integer",
|
|
4839
|
+
"format": "int32",
|
|
4840
|
+
"default": 0,
|
|
4841
|
+
"nullable": true
|
|
4842
|
+
},
|
|
4541
4843
|
"sanityUpdatedAt": {
|
|
4542
4844
|
"type": "string"
|
|
4543
4845
|
}
|
|
4544
4846
|
}
|
|
4545
4847
|
},
|
|
4546
|
-
"
|
|
4848
|
+
"sanityEmployee_groups_description": {
|
|
4849
|
+
"type": "object",
|
|
4850
|
+
"properties": {
|
|
4851
|
+
"additionalData": {
|
|
4852
|
+
"type": "object",
|
|
4853
|
+
"additionalProperties": {
|
|
4854
|
+
"type": "object"
|
|
4855
|
+
}
|
|
4856
|
+
},
|
|
4857
|
+
"children": {
|
|
4858
|
+
"type": "array",
|
|
4859
|
+
"items": {
|
|
4860
|
+
"$ref": "#/components/schemas/sanityEmployee_groups_description_children"
|
|
4861
|
+
}
|
|
4862
|
+
},
|
|
4863
|
+
"level": {
|
|
4864
|
+
"type": "number",
|
|
4865
|
+
"format": "double",
|
|
4866
|
+
"nullable": true
|
|
4867
|
+
},
|
|
4868
|
+
"listItem": {
|
|
4869
|
+
"enum": [
|
|
4870
|
+
0,
|
|
4871
|
+
1
|
|
4872
|
+
],
|
|
4873
|
+
"type": "integer",
|
|
4874
|
+
"format": "int32",
|
|
4875
|
+
"default": 0,
|
|
4876
|
+
"nullable": true
|
|
4877
|
+
},
|
|
4878
|
+
"markDefs": {
|
|
4879
|
+
"type": "array",
|
|
4880
|
+
"items": {
|
|
4881
|
+
"$ref": "#/components/schemas/sanityEmployee_groups_description_markDefs"
|
|
4882
|
+
}
|
|
4883
|
+
},
|
|
4884
|
+
"sanityKey": {
|
|
4885
|
+
"type": "string"
|
|
4886
|
+
},
|
|
4887
|
+
"sanityType": {
|
|
4888
|
+
"enum": [
|
|
4889
|
+
0
|
|
4890
|
+
],
|
|
4891
|
+
"type": "integer",
|
|
4892
|
+
"format": "int32",
|
|
4893
|
+
"default": 0,
|
|
4894
|
+
"nullable": true
|
|
4895
|
+
},
|
|
4896
|
+
"style": {
|
|
4897
|
+
"enum": [
|
|
4898
|
+
0,
|
|
4899
|
+
1,
|
|
4900
|
+
2,
|
|
4901
|
+
3,
|
|
4902
|
+
4,
|
|
4903
|
+
5,
|
|
4904
|
+
6,
|
|
4905
|
+
7
|
|
4906
|
+
],
|
|
4907
|
+
"type": "integer",
|
|
4908
|
+
"format": "int32",
|
|
4909
|
+
"default": 0,
|
|
4910
|
+
"nullable": true
|
|
4911
|
+
}
|
|
4912
|
+
}
|
|
4913
|
+
},
|
|
4914
|
+
"sanityEmployee_groups_description_children": {
|
|
4547
4915
|
"type": "object",
|
|
4548
4916
|
"properties": {
|
|
4917
|
+
"additionalData": {
|
|
4918
|
+
"type": "object",
|
|
4919
|
+
"additionalProperties": {
|
|
4920
|
+
"type": "object"
|
|
4921
|
+
}
|
|
4922
|
+
},
|
|
4923
|
+
"marks": {
|
|
4924
|
+
"type": "array",
|
|
4925
|
+
"items": {
|
|
4926
|
+
"type": "string"
|
|
4927
|
+
}
|
|
4928
|
+
},
|
|
4929
|
+
"sanityKey": {
|
|
4930
|
+
"type": "string"
|
|
4931
|
+
},
|
|
4549
4932
|
"sanityType": {
|
|
4550
4933
|
"enum": [
|
|
4551
|
-
|
|
4934
|
+
0
|
|
4552
4935
|
],
|
|
4553
|
-
"type": "
|
|
4554
|
-
"
|
|
4936
|
+
"type": "integer",
|
|
4937
|
+
"format": "int32",
|
|
4938
|
+
"default": 0,
|
|
4939
|
+
"nullable": true
|
|
4940
|
+
},
|
|
4941
|
+
"text": {
|
|
4942
|
+
"type": "string"
|
|
4943
|
+
}
|
|
4944
|
+
}
|
|
4945
|
+
},
|
|
4946
|
+
"sanityEmployee_groups_description_markDefs": {
|
|
4947
|
+
"type": "object",
|
|
4948
|
+
"properties": {
|
|
4949
|
+
"additionalData": {
|
|
4950
|
+
"type": "object",
|
|
4951
|
+
"additionalProperties": {
|
|
4952
|
+
"type": "object"
|
|
4953
|
+
}
|
|
4954
|
+
},
|
|
4955
|
+
"href": {
|
|
4956
|
+
"type": "string"
|
|
4555
4957
|
},
|
|
4556
4958
|
"sanityKey": {
|
|
4557
4959
|
"type": "string"
|
|
4558
4960
|
},
|
|
4961
|
+
"sanityType": {
|
|
4962
|
+
"enum": [
|
|
4963
|
+
0
|
|
4964
|
+
],
|
|
4965
|
+
"type": "integer",
|
|
4966
|
+
"format": "int32",
|
|
4967
|
+
"default": 0,
|
|
4968
|
+
"nullable": true
|
|
4969
|
+
}
|
|
4970
|
+
}
|
|
4971
|
+
},
|
|
4972
|
+
"sanityEmployee_groups_image": {
|
|
4973
|
+
"type": "object",
|
|
4974
|
+
"properties": {
|
|
4975
|
+
"additionalData": {
|
|
4976
|
+
"type": "object",
|
|
4977
|
+
"additionalProperties": {
|
|
4978
|
+
"type": "object"
|
|
4979
|
+
}
|
|
4980
|
+
},
|
|
4981
|
+
"asset": {
|
|
4982
|
+
"$ref": "#/components/schemas/sanityEmployee_groups_image_asset"
|
|
4983
|
+
},
|
|
4984
|
+
"sanityType": {
|
|
4985
|
+
"enum": [
|
|
4986
|
+
0
|
|
4987
|
+
],
|
|
4988
|
+
"type": "integer",
|
|
4989
|
+
"format": "int32",
|
|
4990
|
+
"default": 0,
|
|
4991
|
+
"nullable": true
|
|
4992
|
+
}
|
|
4993
|
+
}
|
|
4994
|
+
},
|
|
4995
|
+
"sanityEmployee_groups_image_asset": {
|
|
4996
|
+
"type": "object",
|
|
4997
|
+
"properties": {
|
|
4998
|
+
"additionalData": {
|
|
4999
|
+
"type": "object",
|
|
5000
|
+
"additionalProperties": {
|
|
5001
|
+
"type": "object"
|
|
5002
|
+
}
|
|
5003
|
+
},
|
|
5004
|
+
"mimeType": {
|
|
5005
|
+
"type": "string"
|
|
5006
|
+
},
|
|
5007
|
+
"originalFilename": {
|
|
5008
|
+
"type": "string"
|
|
5009
|
+
},
|
|
5010
|
+
"sanityId": {
|
|
5011
|
+
"type": "string"
|
|
5012
|
+
},
|
|
5013
|
+
"sanityType": {
|
|
5014
|
+
"enum": [
|
|
5015
|
+
0
|
|
5016
|
+
],
|
|
5017
|
+
"type": "integer",
|
|
5018
|
+
"format": "int32",
|
|
5019
|
+
"default": 0,
|
|
5020
|
+
"nullable": true
|
|
5021
|
+
},
|
|
5022
|
+
"url": {
|
|
5023
|
+
"type": "string"
|
|
5024
|
+
}
|
|
5025
|
+
}
|
|
5026
|
+
},
|
|
5027
|
+
"sanityEmployee_groups_leaders": {
|
|
5028
|
+
"type": "object",
|
|
5029
|
+
"properties": {
|
|
5030
|
+
"sanityKey": {
|
|
5031
|
+
"type": "string"
|
|
5032
|
+
},
|
|
5033
|
+
"additionalData": {
|
|
5034
|
+
"type": "object",
|
|
5035
|
+
"additionalProperties": {
|
|
5036
|
+
"type": "object"
|
|
5037
|
+
}
|
|
5038
|
+
},
|
|
4559
5039
|
"sanityRef": {
|
|
4560
5040
|
"type": "string"
|
|
4561
5041
|
},
|
|
5042
|
+
"sanityType": {
|
|
5043
|
+
"enum": [
|
|
5044
|
+
0
|
|
5045
|
+
],
|
|
5046
|
+
"type": "integer",
|
|
5047
|
+
"format": "int32",
|
|
5048
|
+
"default": 0,
|
|
5049
|
+
"nullable": true
|
|
5050
|
+
},
|
|
4562
5051
|
"sanityWeak": {
|
|
4563
|
-
"type": "boolean"
|
|
5052
|
+
"type": "boolean",
|
|
5053
|
+
"nullable": true
|
|
4564
5054
|
}
|
|
4565
5055
|
}
|
|
4566
5056
|
},
|
|
4567
|
-
"
|
|
5057
|
+
"sanityEmployee_image": {
|
|
4568
5058
|
"type": "object",
|
|
4569
5059
|
"properties": {
|
|
5060
|
+
"additionalData": {
|
|
5061
|
+
"type": "object",
|
|
5062
|
+
"additionalProperties": {
|
|
5063
|
+
"type": "object"
|
|
5064
|
+
}
|
|
5065
|
+
},
|
|
5066
|
+
"asset": {
|
|
5067
|
+
"$ref": "#/components/schemas/sanityEmployee_image_asset"
|
|
5068
|
+
},
|
|
4570
5069
|
"sanityType": {
|
|
4571
5070
|
"enum": [
|
|
4572
|
-
|
|
5071
|
+
0
|
|
4573
5072
|
],
|
|
4574
|
-
"type": "
|
|
4575
|
-
"
|
|
5073
|
+
"type": "integer",
|
|
5074
|
+
"format": "int32",
|
|
5075
|
+
"default": 0,
|
|
5076
|
+
"nullable": true
|
|
5077
|
+
}
|
|
5078
|
+
}
|
|
5079
|
+
},
|
|
5080
|
+
"sanityEmployee_image_asset": {
|
|
5081
|
+
"type": "object",
|
|
5082
|
+
"properties": {
|
|
5083
|
+
"additionalData": {
|
|
5084
|
+
"type": "object",
|
|
5085
|
+
"additionalProperties": {
|
|
5086
|
+
"type": "object"
|
|
5087
|
+
}
|
|
5088
|
+
},
|
|
5089
|
+
"mimeType": {
|
|
5090
|
+
"type": "string"
|
|
5091
|
+
},
|
|
5092
|
+
"originalFilename": {
|
|
5093
|
+
"type": "string"
|
|
5094
|
+
},
|
|
5095
|
+
"sanityId": {
|
|
5096
|
+
"type": "string"
|
|
5097
|
+
},
|
|
5098
|
+
"sanityType": {
|
|
5099
|
+
"enum": [
|
|
5100
|
+
0
|
|
5101
|
+
],
|
|
5102
|
+
"type": "integer",
|
|
5103
|
+
"format": "int32",
|
|
5104
|
+
"default": 0,
|
|
5105
|
+
"nullable": true
|
|
5106
|
+
},
|
|
5107
|
+
"url": {
|
|
5108
|
+
"type": "string"
|
|
5109
|
+
}
|
|
5110
|
+
}
|
|
5111
|
+
},
|
|
5112
|
+
"sanityEmployee_manager": {
|
|
5113
|
+
"type": "object",
|
|
5114
|
+
"properties": {
|
|
5115
|
+
"additionalData": {
|
|
5116
|
+
"type": "object",
|
|
5117
|
+
"additionalProperties": {
|
|
5118
|
+
"type": "object"
|
|
5119
|
+
}
|
|
4576
5120
|
},
|
|
4577
5121
|
"email": {
|
|
4578
5122
|
"type": "string"
|
|
4579
5123
|
},
|
|
4580
5124
|
"image": {
|
|
4581
|
-
"$ref": "#/components/schemas/
|
|
5125
|
+
"$ref": "#/components/schemas/sanityEmployee_manager_image"
|
|
4582
5126
|
},
|
|
4583
5127
|
"name": {
|
|
4584
5128
|
"type": "string"
|
|
@@ -4586,13 +5130,22 @@
|
|
|
4586
5130
|
"sanityId": {
|
|
4587
5131
|
"type": "string"
|
|
4588
5132
|
},
|
|
5133
|
+
"sanityType": {
|
|
5134
|
+
"enum": [
|
|
5135
|
+
0
|
|
5136
|
+
],
|
|
5137
|
+
"type": "integer",
|
|
5138
|
+
"format": "int32",
|
|
5139
|
+
"default": 0,
|
|
5140
|
+
"nullable": true
|
|
5141
|
+
},
|
|
4589
5142
|
"slug": {
|
|
4590
|
-
"$ref": "#/components/schemas/
|
|
5143
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
4591
5144
|
},
|
|
4592
5145
|
"tags": {
|
|
4593
5146
|
"type": "array",
|
|
4594
5147
|
"items": {
|
|
4595
|
-
"$ref": "#/components/schemas/
|
|
5148
|
+
"$ref": "#/components/schemas/sanityEmployee_manager_tags"
|
|
4596
5149
|
}
|
|
4597
5150
|
},
|
|
4598
5151
|
"telephone": {
|
|
@@ -4600,115 +5153,165 @@
|
|
|
4600
5153
|
}
|
|
4601
5154
|
}
|
|
4602
5155
|
},
|
|
4603
|
-
"
|
|
5156
|
+
"sanityEmployee_manager_image_asset": {
|
|
4604
5157
|
"type": "object",
|
|
4605
5158
|
"properties": {
|
|
4606
|
-
"
|
|
4607
|
-
"
|
|
4608
|
-
|
|
4609
|
-
|
|
4610
|
-
|
|
4611
|
-
"default": "nextofkin"
|
|
5159
|
+
"additionalData": {
|
|
5160
|
+
"type": "object",
|
|
5161
|
+
"additionalProperties": {
|
|
5162
|
+
"type": "object"
|
|
5163
|
+
}
|
|
4612
5164
|
},
|
|
4613
|
-
"
|
|
5165
|
+
"mimeType": {
|
|
4614
5166
|
"type": "string"
|
|
4615
5167
|
},
|
|
4616
|
-
"
|
|
5168
|
+
"originalFilename": {
|
|
4617
5169
|
"type": "string"
|
|
4618
5170
|
},
|
|
4619
|
-
"
|
|
5171
|
+
"sanityId": {
|
|
5172
|
+
"type": "string"
|
|
5173
|
+
},
|
|
5174
|
+
"sanityType": {
|
|
5175
|
+
"enum": [
|
|
5176
|
+
0
|
|
5177
|
+
],
|
|
5178
|
+
"type": "integer",
|
|
5179
|
+
"format": "int32",
|
|
5180
|
+
"default": 0,
|
|
5181
|
+
"nullable": true
|
|
5182
|
+
},
|
|
5183
|
+
"url": {
|
|
4620
5184
|
"type": "string"
|
|
4621
5185
|
}
|
|
4622
5186
|
}
|
|
4623
5187
|
},
|
|
4624
|
-
"
|
|
5188
|
+
"sanityEmployee_manager_tags": {
|
|
4625
5189
|
"type": "object",
|
|
4626
5190
|
"properties": {
|
|
4627
|
-
"
|
|
4628
|
-
"
|
|
4629
|
-
|
|
4630
|
-
"
|
|
4631
|
-
|
|
4632
|
-
"type": "string",
|
|
4633
|
-
"default": "bullet",
|
|
4634
|
-
"nullable": true
|
|
5191
|
+
"additionalData": {
|
|
5192
|
+
"type": "object",
|
|
5193
|
+
"additionalProperties": {
|
|
5194
|
+
"type": "object"
|
|
5195
|
+
}
|
|
4635
5196
|
},
|
|
4636
|
-
"
|
|
4637
|
-
"
|
|
4638
|
-
"block"
|
|
4639
|
-
],
|
|
4640
|
-
"type": "string",
|
|
4641
|
-
"default": "block"
|
|
5197
|
+
"name": {
|
|
5198
|
+
"type": "string"
|
|
4642
5199
|
},
|
|
4643
|
-
"
|
|
5200
|
+
"sanityId": {
|
|
5201
|
+
"type": "string"
|
|
5202
|
+
},
|
|
5203
|
+
"sanityType": {
|
|
4644
5204
|
"enum": [
|
|
4645
|
-
|
|
4646
|
-
"h1",
|
|
4647
|
-
"h2",
|
|
4648
|
-
"h3",
|
|
4649
|
-
"h4",
|
|
4650
|
-
"h5",
|
|
4651
|
-
"h6",
|
|
4652
|
-
"normal"
|
|
5205
|
+
0
|
|
4653
5206
|
],
|
|
4654
|
-
"type": "
|
|
4655
|
-
"
|
|
5207
|
+
"type": "integer",
|
|
5208
|
+
"format": "int32",
|
|
5209
|
+
"default": 0,
|
|
4656
5210
|
"nullable": true
|
|
4657
5211
|
},
|
|
4658
|
-
"
|
|
4659
|
-
"
|
|
4660
|
-
|
|
4661
|
-
|
|
5212
|
+
"slug": {
|
|
5213
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
5214
|
+
}
|
|
5215
|
+
}
|
|
5216
|
+
},
|
|
5217
|
+
"sanityEmployee_nextOfKin": {
|
|
5218
|
+
"type": "object",
|
|
5219
|
+
"properties": {
|
|
5220
|
+
"additionalData": {
|
|
5221
|
+
"type": "object",
|
|
5222
|
+
"additionalProperties": {
|
|
5223
|
+
"type": "object"
|
|
4662
5224
|
}
|
|
4663
5225
|
},
|
|
4664
|
-
"
|
|
4665
|
-
"type": "
|
|
4666
|
-
"format": "double"
|
|
4667
|
-
},
|
|
4668
|
-
"markDefs": {
|
|
4669
|
-
"type": "array",
|
|
4670
|
-
"items": {
|
|
4671
|
-
"$ref": "#/components/schemas/componentBlocksInnerOneOfMarkDefsInner"
|
|
4672
|
-
}
|
|
5226
|
+
"name": {
|
|
5227
|
+
"type": "string"
|
|
4673
5228
|
},
|
|
4674
5229
|
"sanityKey": {
|
|
4675
5230
|
"type": "string"
|
|
5231
|
+
},
|
|
5232
|
+
"sanityType": {
|
|
5233
|
+
"enum": [
|
|
5234
|
+
0
|
|
5235
|
+
],
|
|
5236
|
+
"type": "integer",
|
|
5237
|
+
"format": "int32",
|
|
5238
|
+
"default": 0,
|
|
5239
|
+
"nullable": true
|
|
5240
|
+
},
|
|
5241
|
+
"telephone": {
|
|
5242
|
+
"type": "string"
|
|
4676
5243
|
}
|
|
4677
5244
|
}
|
|
4678
5245
|
},
|
|
4679
|
-
"
|
|
5246
|
+
"sanityEmployee_tags": {
|
|
4680
5247
|
"type": "object",
|
|
4681
5248
|
"properties": {
|
|
5249
|
+
"additionalData": {
|
|
5250
|
+
"type": "object",
|
|
5251
|
+
"additionalProperties": {
|
|
5252
|
+
"type": "object"
|
|
5253
|
+
}
|
|
5254
|
+
},
|
|
5255
|
+
"name": {
|
|
5256
|
+
"type": "string"
|
|
5257
|
+
},
|
|
5258
|
+
"sanityId": {
|
|
5259
|
+
"type": "string"
|
|
5260
|
+
},
|
|
4682
5261
|
"sanityType": {
|
|
4683
5262
|
"enum": [
|
|
4684
|
-
|
|
5263
|
+
0
|
|
4685
5264
|
],
|
|
4686
|
-
"type": "
|
|
4687
|
-
"
|
|
5265
|
+
"type": "integer",
|
|
5266
|
+
"format": "int32",
|
|
5267
|
+
"default": 0,
|
|
5268
|
+
"nullable": true
|
|
5269
|
+
},
|
|
5270
|
+
"slug": {
|
|
5271
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
5272
|
+
}
|
|
5273
|
+
}
|
|
5274
|
+
},
|
|
5275
|
+
"sanityEmployee_technologies": {
|
|
5276
|
+
"type": "object",
|
|
5277
|
+
"properties": {
|
|
5278
|
+
"additionalData": {
|
|
5279
|
+
"type": "object",
|
|
5280
|
+
"additionalProperties": {
|
|
5281
|
+
"type": "object"
|
|
5282
|
+
}
|
|
4688
5283
|
},
|
|
4689
5284
|
"parent": {
|
|
4690
|
-
"$ref": "#/components/schemas/
|
|
5285
|
+
"$ref": "#/components/schemas/sanityEmployee_technologies_parent"
|
|
4691
5286
|
},
|
|
4692
5287
|
"sanityId": {
|
|
4693
5288
|
"type": "string"
|
|
4694
5289
|
},
|
|
5290
|
+
"sanityType": {
|
|
5291
|
+
"enum": [
|
|
5292
|
+
0
|
|
5293
|
+
],
|
|
5294
|
+
"type": "integer",
|
|
5295
|
+
"format": "int32",
|
|
5296
|
+
"default": 0,
|
|
5297
|
+
"nullable": true
|
|
5298
|
+
},
|
|
4695
5299
|
"slug": {
|
|
4696
|
-
"$ref": "#/components/schemas/
|
|
5300
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
4697
5301
|
},
|
|
4698
5302
|
"title": {
|
|
4699
5303
|
"type": "string"
|
|
4700
5304
|
}
|
|
4701
5305
|
}
|
|
4702
5306
|
},
|
|
4703
|
-
"
|
|
5307
|
+
"sanityEmployee_technologies_parent": {
|
|
4704
5308
|
"type": "object",
|
|
4705
5309
|
"properties": {
|
|
4706
|
-
"
|
|
4707
|
-
"
|
|
4708
|
-
|
|
4709
|
-
|
|
4710
|
-
|
|
4711
|
-
"default": "tag"
|
|
5310
|
+
"additionalData": {
|
|
5311
|
+
"type": "object",
|
|
5312
|
+
"additionalProperties": {
|
|
5313
|
+
"type": "object"
|
|
5314
|
+
}
|
|
4712
5315
|
},
|
|
4713
5316
|
"name": {
|
|
4714
5317
|
"type": "string"
|
|
@@ -4716,75 +5319,166 @@
|
|
|
4716
5319
|
"sanityId": {
|
|
4717
5320
|
"type": "string"
|
|
4718
5321
|
},
|
|
5322
|
+
"sanityType": {
|
|
5323
|
+
"enum": [
|
|
5324
|
+
0
|
|
5325
|
+
],
|
|
5326
|
+
"type": "integer",
|
|
5327
|
+
"format": "int32",
|
|
5328
|
+
"default": 0,
|
|
5329
|
+
"nullable": true
|
|
5330
|
+
},
|
|
4719
5331
|
"slug": {
|
|
4720
|
-
"$ref": "#/components/schemas/
|
|
5332
|
+
"$ref": "#/components/schemas/sanitySlug"
|
|
4721
5333
|
}
|
|
4722
5334
|
}
|
|
4723
5335
|
},
|
|
4724
|
-
"
|
|
5336
|
+
"sanityEmployeeMedia": {
|
|
4725
5337
|
"type": "object",
|
|
4726
5338
|
"properties": {
|
|
4727
|
-
"
|
|
4728
|
-
"
|
|
4729
|
-
},
|
|
4730
|
-
"isNullable": {
|
|
4731
|
-
"type": "boolean"
|
|
5339
|
+
"sanityGalleryMediaSanityImage": {
|
|
5340
|
+
"$ref": "#/components/schemas/sanityGalleryMediaSanityImage"
|
|
4732
5341
|
},
|
|
4733
|
-
"
|
|
4734
|
-
"
|
|
5342
|
+
"sanityGalleryMediaSanityVideo": {
|
|
5343
|
+
"$ref": "#/components/schemas/sanityGalleryMediaSanityVideo"
|
|
4735
5344
|
}
|
|
4736
5345
|
}
|
|
4737
5346
|
},
|
|
4738
|
-
"
|
|
5347
|
+
"sanityGalleryMediaSanityImage": {
|
|
4739
5348
|
"type": "object",
|
|
4740
5349
|
"properties": {
|
|
5350
|
+
"additionalData": {
|
|
5351
|
+
"type": "object",
|
|
5352
|
+
"additionalProperties": {
|
|
5353
|
+
"type": "object"
|
|
5354
|
+
}
|
|
5355
|
+
},
|
|
5356
|
+
"asset": {
|
|
5357
|
+
"$ref": "#/components/schemas/sanityGalleryMediaSanityImage_asset"
|
|
5358
|
+
},
|
|
5359
|
+
"sanityKey": {
|
|
5360
|
+
"type": "string"
|
|
5361
|
+
},
|
|
4741
5362
|
"sanityType": {
|
|
4742
5363
|
"enum": [
|
|
4743
|
-
|
|
5364
|
+
0
|
|
4744
5365
|
],
|
|
4745
|
-
"type": "
|
|
4746
|
-
"
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
5366
|
+
"type": "integer",
|
|
5367
|
+
"format": "int32",
|
|
5368
|
+
"default": 0,
|
|
5369
|
+
"nullable": true
|
|
4750
5370
|
}
|
|
4751
5371
|
}
|
|
4752
5372
|
},
|
|
4753
|
-
"
|
|
5373
|
+
"sanityGalleryMediaSanityImage_asset": {
|
|
4754
5374
|
"type": "object",
|
|
4755
5375
|
"properties": {
|
|
5376
|
+
"additionalData": {
|
|
5377
|
+
"type": "object",
|
|
5378
|
+
"additionalProperties": {
|
|
5379
|
+
"type": "object"
|
|
5380
|
+
}
|
|
5381
|
+
},
|
|
5382
|
+
"mimeType": {
|
|
5383
|
+
"type": "string"
|
|
5384
|
+
},
|
|
5385
|
+
"originalFilename": {
|
|
5386
|
+
"type": "string"
|
|
5387
|
+
},
|
|
5388
|
+
"sanityId": {
|
|
5389
|
+
"type": "string"
|
|
5390
|
+
},
|
|
4756
5391
|
"sanityType": {
|
|
4757
5392
|
"enum": [
|
|
4758
|
-
|
|
5393
|
+
0
|
|
4759
5394
|
],
|
|
4760
|
-
"type": "
|
|
4761
|
-
"
|
|
5395
|
+
"type": "integer",
|
|
5396
|
+
"format": "int32",
|
|
5397
|
+
"default": 0,
|
|
5398
|
+
"nullable": true
|
|
4762
5399
|
},
|
|
4763
|
-
"
|
|
4764
|
-
"
|
|
5400
|
+
"url": {
|
|
5401
|
+
"type": "string"
|
|
4765
5402
|
}
|
|
4766
5403
|
}
|
|
4767
5404
|
},
|
|
4768
|
-
"
|
|
5405
|
+
"sanityGalleryMediaSanityVideo": {
|
|
4769
5406
|
"type": "object",
|
|
4770
5407
|
"properties": {
|
|
5408
|
+
"additionalData": {
|
|
5409
|
+
"type": "object",
|
|
5410
|
+
"additionalProperties": {
|
|
5411
|
+
"type": "object"
|
|
5412
|
+
}
|
|
5413
|
+
},
|
|
5414
|
+
"asset": {
|
|
5415
|
+
"$ref": "#/components/schemas/sanityGalleryMediaSanityVideo_asset"
|
|
5416
|
+
},
|
|
5417
|
+
"sanityKey": {
|
|
5418
|
+
"type": "string"
|
|
5419
|
+
},
|
|
4771
5420
|
"sanityType": {
|
|
4772
5421
|
"enum": [
|
|
4773
|
-
|
|
5422
|
+
0
|
|
4774
5423
|
],
|
|
4775
|
-
"type": "
|
|
4776
|
-
"
|
|
5424
|
+
"type": "integer",
|
|
5425
|
+
"format": "int32",
|
|
5426
|
+
"default": 0,
|
|
5427
|
+
"nullable": true
|
|
5428
|
+
}
|
|
5429
|
+
}
|
|
5430
|
+
},
|
|
5431
|
+
"sanityGalleryMediaSanityVideo_asset": {
|
|
5432
|
+
"type": "object",
|
|
5433
|
+
"properties": {
|
|
5434
|
+
"additionalData": {
|
|
5435
|
+
"type": "object",
|
|
5436
|
+
"additionalProperties": {
|
|
5437
|
+
"type": "object"
|
|
5438
|
+
}
|
|
4777
5439
|
},
|
|
4778
|
-
"
|
|
5440
|
+
"filename": {
|
|
4779
5441
|
"type": "string"
|
|
4780
5442
|
},
|
|
4781
|
-
"
|
|
5443
|
+
"playbackId": {
|
|
4782
5444
|
"type": "string"
|
|
4783
5445
|
},
|
|
4784
5446
|
"sanityId": {
|
|
4785
5447
|
"type": "string"
|
|
4786
5448
|
},
|
|
4787
|
-
"
|
|
5449
|
+
"sanityType": {
|
|
5450
|
+
"enum": [
|
|
5451
|
+
0
|
|
5452
|
+
],
|
|
5453
|
+
"type": "integer",
|
|
5454
|
+
"format": "int32",
|
|
5455
|
+
"default": 0,
|
|
5456
|
+
"nullable": true
|
|
5457
|
+
}
|
|
5458
|
+
}
|
|
5459
|
+
},
|
|
5460
|
+
"sanitySlug": {
|
|
5461
|
+
"type": "object",
|
|
5462
|
+
"properties": {
|
|
5463
|
+
"additionalData": {
|
|
5464
|
+
"type": "object",
|
|
5465
|
+
"additionalProperties": {
|
|
5466
|
+
"type": "object"
|
|
5467
|
+
}
|
|
5468
|
+
},
|
|
5469
|
+
"current": {
|
|
5470
|
+
"type": "string"
|
|
5471
|
+
},
|
|
5472
|
+
"sanityType": {
|
|
5473
|
+
"enum": [
|
|
5474
|
+
0
|
|
5475
|
+
],
|
|
5476
|
+
"type": "integer",
|
|
5477
|
+
"format": "int32",
|
|
5478
|
+
"default": 0,
|
|
5479
|
+
"nullable": true
|
|
5480
|
+
},
|
|
5481
|
+
"source": {
|
|
4788
5482
|
"type": "string"
|
|
4789
5483
|
}
|
|
4790
5484
|
}
|
|
@@ -4889,24 +5583,6 @@
|
|
|
4889
5583
|
}
|
|
4890
5584
|
}
|
|
4891
5585
|
},
|
|
4892
|
-
"slug": {
|
|
4893
|
-
"type": "object",
|
|
4894
|
-
"properties": {
|
|
4895
|
-
"sanityType": {
|
|
4896
|
-
"enum": [
|
|
4897
|
-
"slug"
|
|
4898
|
-
],
|
|
4899
|
-
"type": "string",
|
|
4900
|
-
"default": "slug"
|
|
4901
|
-
},
|
|
4902
|
-
"current": {
|
|
4903
|
-
"type": "string"
|
|
4904
|
-
},
|
|
4905
|
-
"source": {
|
|
4906
|
-
"type": "string"
|
|
4907
|
-
}
|
|
4908
|
-
}
|
|
4909
|
-
},
|
|
4910
5586
|
"statistics": {
|
|
4911
5587
|
"type": "object",
|
|
4912
5588
|
"properties": {
|