@snokam/mcp-api 0.89.0 → 0.89.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 +39 -39
- package/specs/production/blog.json +22 -22
- package/specs/production/employees.json +42 -42
- package/specs/production/events.json +18 -18
- package/specs/production/recruitment.json +64 -48
- package/specs/test/accounting.json +39 -39
- package/specs/test/blog.json +22 -22
- package/specs/test/employees.json +42 -42
- package/specs/test/events.json +18 -18
- package/specs/test/recruitment.json +64 -48
|
@@ -79,12 +79,20 @@
|
|
|
79
79
|
"operationId": "CreateCandidate",
|
|
80
80
|
"parameters": [
|
|
81
81
|
{
|
|
82
|
-
"name": "
|
|
82
|
+
"name": "notifyEmail",
|
|
83
83
|
"in": "query",
|
|
84
84
|
"schema": {
|
|
85
85
|
"type": "boolean"
|
|
86
86
|
},
|
|
87
|
-
"x-ms-summary": "If false, suppress the welcome email
|
|
87
|
+
"x-ms-summary": "If false, suppress the welcome email even when the candidate has an email on file. Defaults to true."
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"name": "notifySms",
|
|
91
|
+
"in": "query",
|
|
92
|
+
"schema": {
|
|
93
|
+
"type": "boolean"
|
|
94
|
+
},
|
|
95
|
+
"x-ms-summary": "If false, suppress the welcome SMS even when the candidate has a phone on file. Defaults to true."
|
|
88
96
|
}
|
|
89
97
|
],
|
|
90
98
|
"requestBody": {
|
|
@@ -201,12 +209,20 @@
|
|
|
201
209
|
"x-ms-summary": "Candidate Sanity id"
|
|
202
210
|
},
|
|
203
211
|
{
|
|
204
|
-
"name": "
|
|
212
|
+
"name": "notifyEmail",
|
|
205
213
|
"in": "query",
|
|
206
214
|
"schema": {
|
|
207
215
|
"type": "boolean"
|
|
208
216
|
},
|
|
209
|
-
"x-ms-summary": "If true and the patch changes status, send the candidate the email
|
|
217
|
+
"x-ms-summary": "If true and the patch changes status, send the candidate the email for the new status"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"name": "notifySms",
|
|
221
|
+
"in": "query",
|
|
222
|
+
"schema": {
|
|
223
|
+
"type": "boolean"
|
|
224
|
+
},
|
|
225
|
+
"x-ms-summary": "If true and the patch changes status, send the candidate the SMS for the new status"
|
|
210
226
|
}
|
|
211
227
|
],
|
|
212
228
|
"requestBody": {
|
|
@@ -2357,7 +2373,7 @@
|
|
|
2357
2373
|
"type": "string"
|
|
2358
2374
|
},
|
|
2359
2375
|
"image": {
|
|
2360
|
-
"$ref": "#/components/schemas/
|
|
2376
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
|
|
2361
2377
|
},
|
|
2362
2378
|
"isBot": {
|
|
2363
2379
|
"type": "boolean",
|
|
@@ -2379,7 +2395,7 @@
|
|
|
2379
2395
|
"tags": {
|
|
2380
2396
|
"type": "array",
|
|
2381
2397
|
"items": {
|
|
2382
|
-
"$ref": "#/components/schemas/
|
|
2398
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
|
|
2383
2399
|
}
|
|
2384
2400
|
},
|
|
2385
2401
|
"telephone": {
|
|
@@ -2421,7 +2437,7 @@
|
|
|
2421
2437
|
}
|
|
2422
2438
|
},
|
|
2423
2439
|
"applicationLetter": {
|
|
2424
|
-
"$ref": "#/components/schemas/
|
|
2440
|
+
"$ref": "#/components/schemas/sanityCandidateApplicationLetter"
|
|
2425
2441
|
},
|
|
2426
2442
|
"applicationOther": {
|
|
2427
2443
|
"type": "string"
|
|
@@ -2439,7 +2455,7 @@
|
|
|
2439
2455
|
"type": "string"
|
|
2440
2456
|
},
|
|
2441
2457
|
"contractPdf": {
|
|
2442
|
-
"$ref": "#/components/schemas/
|
|
2458
|
+
"$ref": "#/components/schemas/sanityCandidateApplicationLetter"
|
|
2443
2459
|
},
|
|
2444
2460
|
"contractSignDate": {
|
|
2445
2461
|
"type": "string"
|
|
@@ -2451,7 +2467,7 @@
|
|
|
2451
2467
|
"type": "string"
|
|
2452
2468
|
},
|
|
2453
2469
|
"cv": {
|
|
2454
|
-
"$ref": "#/components/schemas/
|
|
2470
|
+
"$ref": "#/components/schemas/sanityCandidateApplicationLetter"
|
|
2455
2471
|
},
|
|
2456
2472
|
"education": {
|
|
2457
2473
|
"type": "string"
|
|
@@ -2469,7 +2485,7 @@
|
|
|
2469
2485
|
"type": "string"
|
|
2470
2486
|
},
|
|
2471
2487
|
"grades": {
|
|
2472
|
-
"$ref": "#/components/schemas/
|
|
2488
|
+
"$ref": "#/components/schemas/sanityCandidateApplicationLetter"
|
|
2473
2489
|
},
|
|
2474
2490
|
"jobPosition": {
|
|
2475
2491
|
"$ref": "#/components/schemas/sanityCandidateJobPosition"
|
|
@@ -2481,7 +2497,7 @@
|
|
|
2481
2497
|
}
|
|
2482
2498
|
},
|
|
2483
2499
|
"offerPdf": {
|
|
2484
|
-
"$ref": "#/components/schemas/
|
|
2500
|
+
"$ref": "#/components/schemas/sanityCandidateApplicationLetter"
|
|
2485
2501
|
},
|
|
2486
2502
|
"onboardingChecklist": {
|
|
2487
2503
|
"type": "array",
|
|
@@ -2533,7 +2549,7 @@
|
|
|
2533
2549
|
"type": "string"
|
|
2534
2550
|
},
|
|
2535
2551
|
"signedContract": {
|
|
2536
|
-
"$ref": "#/components/schemas/
|
|
2552
|
+
"$ref": "#/components/schemas/sanityCandidateApplicationLetter"
|
|
2537
2553
|
},
|
|
2538
2554
|
"snapchatUsername": {
|
|
2539
2555
|
"type": "string"
|
|
@@ -2569,6 +2585,24 @@
|
|
|
2569
2585
|
}
|
|
2570
2586
|
}
|
|
2571
2587
|
},
|
|
2588
|
+
"sanityCandidateApplicationLetter": {
|
|
2589
|
+
"type": "object",
|
|
2590
|
+
"properties": {
|
|
2591
|
+
"sanityType": {
|
|
2592
|
+
"enum": [
|
|
2593
|
+
"file"
|
|
2594
|
+
],
|
|
2595
|
+
"type": "string",
|
|
2596
|
+
"default": "file"
|
|
2597
|
+
},
|
|
2598
|
+
"asset": {
|
|
2599
|
+
"$ref": "#/components/schemas/sanityDocFileAsset"
|
|
2600
|
+
},
|
|
2601
|
+
"media": {
|
|
2602
|
+
"type": "object"
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
},
|
|
2572
2606
|
"sanityCandidateJobPosition": {
|
|
2573
2607
|
"type": "object",
|
|
2574
2608
|
"properties": {
|
|
@@ -2668,24 +2702,6 @@
|
|
|
2668
2702
|
}
|
|
2669
2703
|
}
|
|
2670
2704
|
},
|
|
2671
|
-
"sanityCandidateSignedContract": {
|
|
2672
|
-
"type": "object",
|
|
2673
|
-
"properties": {
|
|
2674
|
-
"sanityType": {
|
|
2675
|
-
"enum": [
|
|
2676
|
-
"file"
|
|
2677
|
-
],
|
|
2678
|
-
"type": "string",
|
|
2679
|
-
"default": "file"
|
|
2680
|
-
},
|
|
2681
|
-
"asset": {
|
|
2682
|
-
"$ref": "#/components/schemas/sanityDocFileAsset"
|
|
2683
|
-
},
|
|
2684
|
-
"media": {
|
|
2685
|
-
"type": "object"
|
|
2686
|
-
}
|
|
2687
|
-
}
|
|
2688
|
-
},
|
|
2689
2705
|
"sanityCreateSystem": {
|
|
2690
2706
|
"type": "object",
|
|
2691
2707
|
"properties": {
|
|
@@ -2829,7 +2845,7 @@
|
|
|
2829
2845
|
"type": "string"
|
|
2830
2846
|
},
|
|
2831
2847
|
"image": {
|
|
2832
|
-
"$ref": "#/components/schemas/
|
|
2848
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
|
|
2833
2849
|
},
|
|
2834
2850
|
"isBot": {
|
|
2835
2851
|
"type": "boolean",
|
|
@@ -2851,7 +2867,7 @@
|
|
|
2851
2867
|
"tags": {
|
|
2852
2868
|
"type": "array",
|
|
2853
2869
|
"items": {
|
|
2854
|
-
"$ref": "#/components/schemas/
|
|
2870
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
|
|
2855
2871
|
}
|
|
2856
2872
|
},
|
|
2857
2873
|
"telephone": {
|
|
@@ -3518,39 +3534,39 @@
|
|
|
3518
3534
|
}
|
|
3519
3535
|
}
|
|
3520
3536
|
},
|
|
3521
|
-
"
|
|
3537
|
+
"sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
|
|
3522
3538
|
"type": "object",
|
|
3523
3539
|
"properties": {
|
|
3524
3540
|
"sanityType": {
|
|
3525
3541
|
"enum": [
|
|
3526
|
-
"
|
|
3542
|
+
"image"
|
|
3527
3543
|
],
|
|
3528
3544
|
"type": "string",
|
|
3529
|
-
"default": "
|
|
3530
|
-
},
|
|
3531
|
-
"name": {
|
|
3532
|
-
"type": "string"
|
|
3533
|
-
},
|
|
3534
|
-
"sanityId": {
|
|
3535
|
-
"type": "string"
|
|
3545
|
+
"default": "image"
|
|
3536
3546
|
},
|
|
3537
|
-
"
|
|
3538
|
-
"$ref": "#/components/schemas/
|
|
3547
|
+
"asset": {
|
|
3548
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
3539
3549
|
}
|
|
3540
3550
|
}
|
|
3541
3551
|
},
|
|
3542
|
-
"
|
|
3552
|
+
"sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
|
|
3543
3553
|
"type": "object",
|
|
3544
3554
|
"properties": {
|
|
3545
3555
|
"sanityType": {
|
|
3546
3556
|
"enum": [
|
|
3547
|
-
"
|
|
3557
|
+
"tag"
|
|
3548
3558
|
],
|
|
3549
3559
|
"type": "string",
|
|
3550
|
-
"default": "
|
|
3560
|
+
"default": "tag"
|
|
3551
3561
|
},
|
|
3552
|
-
"
|
|
3553
|
-
"
|
|
3562
|
+
"name": {
|
|
3563
|
+
"type": "string"
|
|
3564
|
+
},
|
|
3565
|
+
"sanityId": {
|
|
3566
|
+
"type": "string"
|
|
3567
|
+
},
|
|
3568
|
+
"slug": {
|
|
3569
|
+
"$ref": "#/components/schemas/slug"
|
|
3554
3570
|
}
|
|
3555
3571
|
}
|
|
3556
3572
|
},
|
|
@@ -4339,7 +4339,7 @@
|
|
|
4339
4339
|
"type": "string"
|
|
4340
4340
|
},
|
|
4341
4341
|
"blurred_image": {
|
|
4342
|
-
"$ref": "#/components/schemas/
|
|
4342
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
|
|
4343
4343
|
},
|
|
4344
4344
|
"boardMember": {
|
|
4345
4345
|
"type": "boolean"
|
|
@@ -4379,7 +4379,7 @@
|
|
|
4379
4379
|
}
|
|
4380
4380
|
},
|
|
4381
4381
|
"image": {
|
|
4382
|
-
"$ref": "#/components/schemas/
|
|
4382
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
|
|
4383
4383
|
},
|
|
4384
4384
|
"innovativeSalary": {
|
|
4385
4385
|
"type": "boolean"
|
|
@@ -4403,7 +4403,7 @@
|
|
|
4403
4403
|
"media": {
|
|
4404
4404
|
"type": "array",
|
|
4405
4405
|
"items": {
|
|
4406
|
-
"$ref": "#/components/schemas/
|
|
4406
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner"
|
|
4407
4407
|
}
|
|
4408
4408
|
},
|
|
4409
4409
|
"name": {
|
|
@@ -4446,7 +4446,7 @@
|
|
|
4446
4446
|
"tags": {
|
|
4447
4447
|
"type": "array",
|
|
4448
4448
|
"items": {
|
|
4449
|
-
"$ref": "#/components/schemas/
|
|
4449
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
|
|
4450
4450
|
}
|
|
4451
4451
|
},
|
|
4452
4452
|
"technologies": {
|
|
@@ -4551,7 +4551,7 @@
|
|
|
4551
4551
|
"images": {
|
|
4552
4552
|
"type": "array",
|
|
4553
4553
|
"items": {
|
|
4554
|
-
"$ref": "#/components/schemas/
|
|
4554
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
|
|
4555
4555
|
}
|
|
4556
4556
|
},
|
|
4557
4557
|
"sanityId": {
|
|
@@ -4579,7 +4579,7 @@
|
|
|
4579
4579
|
}
|
|
4580
4580
|
},
|
|
4581
4581
|
"image": {
|
|
4582
|
-
"$ref": "#/components/schemas/
|
|
4582
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
|
|
4583
4583
|
},
|
|
4584
4584
|
"leaders": {
|
|
4585
4585
|
"type": "array",
|
|
@@ -4621,7 +4621,7 @@
|
|
|
4621
4621
|
"type": "string"
|
|
4622
4622
|
},
|
|
4623
4623
|
"image": {
|
|
4624
|
-
"$ref": "#/components/schemas/
|
|
4624
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
|
|
4625
4625
|
},
|
|
4626
4626
|
"isBot": {
|
|
4627
4627
|
"type": "boolean",
|
|
@@ -4643,7 +4643,7 @@
|
|
|
4643
4643
|
"tags": {
|
|
4644
4644
|
"type": "array",
|
|
4645
4645
|
"items": {
|
|
4646
|
-
"$ref": "#/components/schemas/
|
|
4646
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
|
|
4647
4647
|
}
|
|
4648
4648
|
},
|
|
4649
4649
|
"telephone": {
|
|
@@ -4727,31 +4727,36 @@
|
|
|
4727
4727
|
}
|
|
4728
4728
|
}
|
|
4729
4729
|
},
|
|
4730
|
-
"
|
|
4730
|
+
"sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
|
|
4731
4731
|
"type": "object",
|
|
4732
4732
|
"properties": {
|
|
4733
4733
|
"sanityType": {
|
|
4734
4734
|
"enum": [
|
|
4735
|
-
"
|
|
4735
|
+
"image"
|
|
4736
4736
|
],
|
|
4737
4737
|
"type": "string",
|
|
4738
|
-
"default": "
|
|
4739
|
-
},
|
|
4740
|
-
"parent": {
|
|
4741
|
-
"$ref": "#/components/schemas/sanityTechnologyWithRelationsProjectsInnerTechnologiesInnerParent"
|
|
4738
|
+
"default": "image"
|
|
4742
4739
|
},
|
|
4743
|
-
"
|
|
4744
|
-
"
|
|
4740
|
+
"asset": {
|
|
4741
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
4742
|
+
}
|
|
4743
|
+
}
|
|
4744
|
+
},
|
|
4745
|
+
"sanityTechnologyWithRelationsDescriptionInnerOneOf4MediaInner": {
|
|
4746
|
+
"type": "object",
|
|
4747
|
+
"properties": {
|
|
4748
|
+
"actualInstance": {
|
|
4749
|
+
"type": "object"
|
|
4745
4750
|
},
|
|
4746
|
-
"
|
|
4747
|
-
"
|
|
4751
|
+
"isNullable": {
|
|
4752
|
+
"type": "boolean"
|
|
4748
4753
|
},
|
|
4749
|
-
"
|
|
4754
|
+
"schemaType": {
|
|
4750
4755
|
"type": "string"
|
|
4751
4756
|
}
|
|
4752
4757
|
}
|
|
4753
4758
|
},
|
|
4754
|
-
"
|
|
4759
|
+
"sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
|
|
4755
4760
|
"type": "object",
|
|
4756
4761
|
"properties": {
|
|
4757
4762
|
"sanityType": {
|
|
@@ -4772,32 +4777,27 @@
|
|
|
4772
4777
|
}
|
|
4773
4778
|
}
|
|
4774
4779
|
},
|
|
4775
|
-
"
|
|
4776
|
-
"type": "object",
|
|
4777
|
-
"properties": {
|
|
4778
|
-
"actualInstance": {
|
|
4779
|
-
"type": "object"
|
|
4780
|
-
},
|
|
4781
|
-
"isNullable": {
|
|
4782
|
-
"type": "boolean"
|
|
4783
|
-
},
|
|
4784
|
-
"schemaType": {
|
|
4785
|
-
"type": "string"
|
|
4786
|
-
}
|
|
4787
|
-
}
|
|
4788
|
-
},
|
|
4789
|
-
"sanityTechnologyWithRelationsProjectsInnerTestimonialsInnerCustomerLogo": {
|
|
4780
|
+
"sanityTechnologyWithRelationsProjectsInnerTechnologiesInner": {
|
|
4790
4781
|
"type": "object",
|
|
4791
4782
|
"properties": {
|
|
4792
4783
|
"sanityType": {
|
|
4793
4784
|
"enum": [
|
|
4794
|
-
"
|
|
4785
|
+
"technology"
|
|
4795
4786
|
],
|
|
4796
4787
|
"type": "string",
|
|
4797
|
-
"default": "
|
|
4788
|
+
"default": "technology"
|
|
4798
4789
|
},
|
|
4799
|
-
"
|
|
4800
|
-
"$ref": "#/components/schemas/
|
|
4790
|
+
"parent": {
|
|
4791
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
|
|
4792
|
+
},
|
|
4793
|
+
"sanityId": {
|
|
4794
|
+
"type": "string"
|
|
4795
|
+
},
|
|
4796
|
+
"slug": {
|
|
4797
|
+
"$ref": "#/components/schemas/slug"
|
|
4798
|
+
},
|
|
4799
|
+
"title": {
|
|
4800
|
+
"type": "string"
|
|
4801
4801
|
}
|
|
4802
4802
|
}
|
|
4803
4803
|
},
|
package/specs/test/blog.json
CHANGED
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
"content": {
|
|
873
873
|
"type": "array",
|
|
874
874
|
"items": {
|
|
875
|
-
"$ref": "#/components/schemas/
|
|
875
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInner"
|
|
876
876
|
}
|
|
877
877
|
},
|
|
878
878
|
"customer": {
|
|
@@ -1005,7 +1005,7 @@
|
|
|
1005
1005
|
}
|
|
1006
1006
|
},
|
|
1007
1007
|
"parent": {
|
|
1008
|
-
"$ref": "#/components/schemas/
|
|
1008
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
|
|
1009
1009
|
},
|
|
1010
1010
|
"sanityCreatedAt": {
|
|
1011
1011
|
"type": "string"
|
|
@@ -1052,7 +1052,7 @@
|
|
|
1052
1052
|
"content": {
|
|
1053
1053
|
"type": "array",
|
|
1054
1054
|
"items": {
|
|
1055
|
-
"$ref": "#/components/schemas/
|
|
1055
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsDescriptionInner"
|
|
1056
1056
|
}
|
|
1057
1057
|
},
|
|
1058
1058
|
"customer": {
|
|
@@ -1360,7 +1360,7 @@
|
|
|
1360
1360
|
"type": "string"
|
|
1361
1361
|
},
|
|
1362
1362
|
"image": {
|
|
1363
|
-
"$ref": "#/components/schemas/
|
|
1363
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsArticlesInnerMediaOneOf"
|
|
1364
1364
|
},
|
|
1365
1365
|
"isBot": {
|
|
1366
1366
|
"type": "boolean",
|
|
@@ -1382,7 +1382,7 @@
|
|
|
1382
1382
|
"tags": {
|
|
1383
1383
|
"type": "array",
|
|
1384
1384
|
"items": {
|
|
1385
|
-
"$ref": "#/components/schemas/
|
|
1385
|
+
"$ref": "#/components/schemas/sanityTechnologyWithRelationsEmployeesInnerTagsInner"
|
|
1386
1386
|
}
|
|
1387
1387
|
},
|
|
1388
1388
|
"telephone": {
|
|
@@ -1490,28 +1490,22 @@
|
|
|
1490
1490
|
}
|
|
1491
1491
|
}
|
|
1492
1492
|
},
|
|
1493
|
-
"
|
|
1493
|
+
"sanityTechnologyWithRelationsArticlesInnerMediaOneOf": {
|
|
1494
1494
|
"type": "object",
|
|
1495
1495
|
"properties": {
|
|
1496
1496
|
"sanityType": {
|
|
1497
1497
|
"enum": [
|
|
1498
|
-
"
|
|
1498
|
+
"image"
|
|
1499
1499
|
],
|
|
1500
1500
|
"type": "string",
|
|
1501
|
-
"default": "
|
|
1502
|
-
},
|
|
1503
|
-
"name": {
|
|
1504
|
-
"type": "string"
|
|
1505
|
-
},
|
|
1506
|
-
"sanityId": {
|
|
1507
|
-
"type": "string"
|
|
1501
|
+
"default": "image"
|
|
1508
1502
|
},
|
|
1509
|
-
"
|
|
1510
|
-
"$ref": "#/components/schemas/
|
|
1503
|
+
"asset": {
|
|
1504
|
+
"$ref": "#/components/schemas/sanityTvCategoryDashboardsInnerBackgroundImageAsset"
|
|
1511
1505
|
}
|
|
1512
1506
|
}
|
|
1513
1507
|
},
|
|
1514
|
-
"
|
|
1508
|
+
"sanityTechnologyWithRelationsDescriptionInner": {
|
|
1515
1509
|
"type": "object",
|
|
1516
1510
|
"properties": {
|
|
1517
1511
|
"actualInstance": {
|
|
@@ -1525,18 +1519,24 @@
|
|
|
1525
1519
|
}
|
|
1526
1520
|
}
|
|
1527
1521
|
},
|
|
1528
|
-
"
|
|
1522
|
+
"sanityTechnologyWithRelationsEmployeesInnerTagsInner": {
|
|
1529
1523
|
"type": "object",
|
|
1530
1524
|
"properties": {
|
|
1531
1525
|
"sanityType": {
|
|
1532
1526
|
"enum": [
|
|
1533
|
-
"
|
|
1527
|
+
"tag"
|
|
1534
1528
|
],
|
|
1535
1529
|
"type": "string",
|
|
1536
|
-
"default": "
|
|
1530
|
+
"default": "tag"
|
|
1537
1531
|
},
|
|
1538
|
-
"
|
|
1539
|
-
"
|
|
1532
|
+
"name": {
|
|
1533
|
+
"type": "string"
|
|
1534
|
+
},
|
|
1535
|
+
"sanityId": {
|
|
1536
|
+
"type": "string"
|
|
1537
|
+
},
|
|
1538
|
+
"slug": {
|
|
1539
|
+
"$ref": "#/components/schemas/slug"
|
|
1540
1540
|
}
|
|
1541
1541
|
}
|
|
1542
1542
|
},
|