@snokam/mcp-api 0.136.0 → 0.137.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/sanity.json +442 -418
- package/specs/test/sanity.json +442 -418
package/specs/test/sanity.json
CHANGED
|
@@ -31360,12 +31360,6 @@
|
|
|
31360
31360
|
},
|
|
31361
31361
|
"type": "object"
|
|
31362
31362
|
},
|
|
31363
|
-
"isExternal": {
|
|
31364
|
-
"type": "boolean"
|
|
31365
|
-
},
|
|
31366
|
-
"isBot": {
|
|
31367
|
-
"type": "boolean"
|
|
31368
|
-
},
|
|
31369
31363
|
"commissionTier": {
|
|
31370
31364
|
"properties": {
|
|
31371
31365
|
"commission": {
|
|
@@ -31406,9 +31400,6 @@
|
|
|
31406
31400
|
"type": "object",
|
|
31407
31401
|
"nullable": true
|
|
31408
31402
|
},
|
|
31409
|
-
"boardMember": {
|
|
31410
|
-
"type": "boolean"
|
|
31411
|
-
},
|
|
31412
31403
|
"coinbaseAccountEmail": {
|
|
31413
31404
|
"type": "string"
|
|
31414
31405
|
},
|
|
@@ -31419,54 +31410,6 @@
|
|
|
31419
31410
|
"innovativeSalary": {
|
|
31420
31411
|
"type": "boolean"
|
|
31421
31412
|
},
|
|
31422
|
-
"cliftonStrengths": {
|
|
31423
|
-
"items": {
|
|
31424
|
-
"properties": {
|
|
31425
|
-
"domain": {
|
|
31426
|
-
"type": "string",
|
|
31427
|
-
"enum": [
|
|
31428
|
-
"executing",
|
|
31429
|
-
"influencing",
|
|
31430
|
-
"relationship_building",
|
|
31431
|
-
"strategic_thinking"
|
|
31432
|
-
]
|
|
31433
|
-
},
|
|
31434
|
-
"strength": {
|
|
31435
|
-
"type": "string"
|
|
31436
|
-
},
|
|
31437
|
-
"sanityRev": {
|
|
31438
|
-
"type": "string"
|
|
31439
|
-
},
|
|
31440
|
-
"sanityUpdatedAt": {
|
|
31441
|
-
"type": "string"
|
|
31442
|
-
},
|
|
31443
|
-
"sanityCreatedAt": {
|
|
31444
|
-
"type": "string"
|
|
31445
|
-
},
|
|
31446
|
-
"sanityType": {
|
|
31447
|
-
"type": "string",
|
|
31448
|
-
"enum": [
|
|
31449
|
-
"cliftonStrength"
|
|
31450
|
-
],
|
|
31451
|
-
"nullable": false
|
|
31452
|
-
},
|
|
31453
|
-
"sanityId": {
|
|
31454
|
-
"type": "string"
|
|
31455
|
-
}
|
|
31456
|
-
},
|
|
31457
|
-
"required": [
|
|
31458
|
-
"strength",
|
|
31459
|
-
"sanityRev",
|
|
31460
|
-
"sanityUpdatedAt",
|
|
31461
|
-
"sanityCreatedAt",
|
|
31462
|
-
"sanityType",
|
|
31463
|
-
"sanityId"
|
|
31464
|
-
],
|
|
31465
|
-
"type": "object"
|
|
31466
|
-
},
|
|
31467
|
-
"type": "array",
|
|
31468
|
-
"nullable": true
|
|
31469
|
-
},
|
|
31470
31413
|
"media": {
|
|
31471
31414
|
"items": {
|
|
31472
31415
|
"oneOf": [
|
|
@@ -31578,6 +31521,154 @@
|
|
|
31578
31521
|
"type": "array",
|
|
31579
31522
|
"nullable": true
|
|
31580
31523
|
},
|
|
31524
|
+
"blurred_image": {
|
|
31525
|
+
"properties": {
|
|
31526
|
+
"asset": {
|
|
31527
|
+
"properties": {
|
|
31528
|
+
"mimeType": {
|
|
31529
|
+
"type": "string"
|
|
31530
|
+
},
|
|
31531
|
+
"originalFilename": {
|
|
31532
|
+
"type": "string",
|
|
31533
|
+
"nullable": true
|
|
31534
|
+
},
|
|
31535
|
+
"url": {
|
|
31536
|
+
"type": "string"
|
|
31537
|
+
},
|
|
31538
|
+
"sanityType": {
|
|
31539
|
+
"type": "string",
|
|
31540
|
+
"enum": [
|
|
31541
|
+
"sanity.imageAsset"
|
|
31542
|
+
],
|
|
31543
|
+
"nullable": false
|
|
31544
|
+
},
|
|
31545
|
+
"sanityId": {
|
|
31546
|
+
"type": "string"
|
|
31547
|
+
}
|
|
31548
|
+
},
|
|
31549
|
+
"required": [
|
|
31550
|
+
"mimeType",
|
|
31551
|
+
"originalFilename",
|
|
31552
|
+
"url",
|
|
31553
|
+
"sanityType",
|
|
31554
|
+
"sanityId"
|
|
31555
|
+
],
|
|
31556
|
+
"type": "object",
|
|
31557
|
+
"nullable": true
|
|
31558
|
+
},
|
|
31559
|
+
"sanityType": {
|
|
31560
|
+
"type": "string",
|
|
31561
|
+
"enum": [
|
|
31562
|
+
"image"
|
|
31563
|
+
],
|
|
31564
|
+
"nullable": false
|
|
31565
|
+
}
|
|
31566
|
+
},
|
|
31567
|
+
"required": [
|
|
31568
|
+
"asset",
|
|
31569
|
+
"sanityType"
|
|
31570
|
+
],
|
|
31571
|
+
"type": "object",
|
|
31572
|
+
"nullable": true
|
|
31573
|
+
},
|
|
31574
|
+
"image": {
|
|
31575
|
+
"properties": {
|
|
31576
|
+
"asset": {
|
|
31577
|
+
"properties": {
|
|
31578
|
+
"mimeType": {
|
|
31579
|
+
"type": "string"
|
|
31580
|
+
},
|
|
31581
|
+
"originalFilename": {
|
|
31582
|
+
"type": "string",
|
|
31583
|
+
"nullable": true
|
|
31584
|
+
},
|
|
31585
|
+
"url": {
|
|
31586
|
+
"type": "string"
|
|
31587
|
+
},
|
|
31588
|
+
"sanityType": {
|
|
31589
|
+
"type": "string",
|
|
31590
|
+
"enum": [
|
|
31591
|
+
"sanity.imageAsset"
|
|
31592
|
+
],
|
|
31593
|
+
"nullable": false
|
|
31594
|
+
},
|
|
31595
|
+
"sanityId": {
|
|
31596
|
+
"type": "string"
|
|
31597
|
+
}
|
|
31598
|
+
},
|
|
31599
|
+
"required": [
|
|
31600
|
+
"mimeType",
|
|
31601
|
+
"originalFilename",
|
|
31602
|
+
"url",
|
|
31603
|
+
"sanityType",
|
|
31604
|
+
"sanityId"
|
|
31605
|
+
],
|
|
31606
|
+
"type": "object",
|
|
31607
|
+
"nullable": true
|
|
31608
|
+
},
|
|
31609
|
+
"sanityType": {
|
|
31610
|
+
"type": "string",
|
|
31611
|
+
"enum": [
|
|
31612
|
+
"image"
|
|
31613
|
+
],
|
|
31614
|
+
"nullable": false
|
|
31615
|
+
}
|
|
31616
|
+
},
|
|
31617
|
+
"required": [
|
|
31618
|
+
"asset",
|
|
31619
|
+
"sanityType"
|
|
31620
|
+
],
|
|
31621
|
+
"type": "object",
|
|
31622
|
+
"nullable": true
|
|
31623
|
+
},
|
|
31624
|
+
"cliftonStrengths": {
|
|
31625
|
+
"items": {
|
|
31626
|
+
"properties": {
|
|
31627
|
+
"domain": {
|
|
31628
|
+
"type": "string",
|
|
31629
|
+
"enum": [
|
|
31630
|
+
"executing",
|
|
31631
|
+
"influencing",
|
|
31632
|
+
"relationship_building",
|
|
31633
|
+
"strategic_thinking"
|
|
31634
|
+
]
|
|
31635
|
+
},
|
|
31636
|
+
"strength": {
|
|
31637
|
+
"type": "string"
|
|
31638
|
+
},
|
|
31639
|
+
"sanityRev": {
|
|
31640
|
+
"type": "string"
|
|
31641
|
+
},
|
|
31642
|
+
"sanityUpdatedAt": {
|
|
31643
|
+
"type": "string"
|
|
31644
|
+
},
|
|
31645
|
+
"sanityCreatedAt": {
|
|
31646
|
+
"type": "string"
|
|
31647
|
+
},
|
|
31648
|
+
"sanityType": {
|
|
31649
|
+
"type": "string",
|
|
31650
|
+
"enum": [
|
|
31651
|
+
"cliftonStrength"
|
|
31652
|
+
],
|
|
31653
|
+
"nullable": false
|
|
31654
|
+
},
|
|
31655
|
+
"sanityId": {
|
|
31656
|
+
"type": "string"
|
|
31657
|
+
}
|
|
31658
|
+
},
|
|
31659
|
+
"required": [
|
|
31660
|
+
"strength",
|
|
31661
|
+
"sanityRev",
|
|
31662
|
+
"sanityUpdatedAt",
|
|
31663
|
+
"sanityCreatedAt",
|
|
31664
|
+
"sanityType",
|
|
31665
|
+
"sanityId"
|
|
31666
|
+
],
|
|
31667
|
+
"type": "object"
|
|
31668
|
+
},
|
|
31669
|
+
"type": "array",
|
|
31670
|
+
"nullable": true
|
|
31671
|
+
},
|
|
31581
31672
|
"equipment": {
|
|
31582
31673
|
"items": {
|
|
31583
31674
|
"properties": {
|
|
@@ -32041,179 +32132,7 @@
|
|
|
32041
32132
|
"type": "array",
|
|
32042
32133
|
"nullable": true
|
|
32043
32134
|
},
|
|
32044
|
-
"
|
|
32045
|
-
"type": "string"
|
|
32046
|
-
},
|
|
32047
|
-
"linkedin": {
|
|
32048
|
-
"type": "string"
|
|
32049
|
-
},
|
|
32050
|
-
"about": {
|
|
32051
|
-
"type": "string"
|
|
32052
|
-
},
|
|
32053
|
-
"education": {
|
|
32054
|
-
"type": "string"
|
|
32055
|
-
},
|
|
32056
|
-
"position": {
|
|
32057
|
-
"type": "string"
|
|
32058
|
-
},
|
|
32059
|
-
"maritalStatus": {
|
|
32060
|
-
"type": "string",
|
|
32061
|
-
"enum": [
|
|
32062
|
-
"cohabitant",
|
|
32063
|
-
"married",
|
|
32064
|
-
"single"
|
|
32065
|
-
]
|
|
32066
|
-
},
|
|
32067
|
-
"nrOfChildren": {
|
|
32068
|
-
"type": "number",
|
|
32069
|
-
"format": "double"
|
|
32070
|
-
},
|
|
32071
|
-
"nextOfKin": {
|
|
32072
|
-
"items": {
|
|
32073
|
-
"properties": {
|
|
32074
|
-
"sanityKey": {
|
|
32075
|
-
"type": "string"
|
|
32076
|
-
},
|
|
32077
|
-
"sanityType": {
|
|
32078
|
-
"type": "string",
|
|
32079
|
-
"enum": [
|
|
32080
|
-
"nextofkin"
|
|
32081
|
-
],
|
|
32082
|
-
"nullable": false
|
|
32083
|
-
},
|
|
32084
|
-
"telephone": {
|
|
32085
|
-
"type": "string"
|
|
32086
|
-
},
|
|
32087
|
-
"name": {
|
|
32088
|
-
"type": "string"
|
|
32089
|
-
}
|
|
32090
|
-
},
|
|
32091
|
-
"required": [
|
|
32092
|
-
"sanityKey",
|
|
32093
|
-
"sanityType"
|
|
32094
|
-
],
|
|
32095
|
-
"type": "object"
|
|
32096
|
-
},
|
|
32097
|
-
"type": "array",
|
|
32098
|
-
"nullable": true
|
|
32099
|
-
},
|
|
32100
|
-
"allergies": {
|
|
32101
|
-
"items": {
|
|
32102
|
-
"type": "string"
|
|
32103
|
-
},
|
|
32104
|
-
"type": "array"
|
|
32105
|
-
},
|
|
32106
|
-
"graduationYear": {
|
|
32107
|
-
"type": "number",
|
|
32108
|
-
"format": "double"
|
|
32109
|
-
},
|
|
32110
|
-
"email": {
|
|
32111
|
-
"type": "string"
|
|
32112
|
-
},
|
|
32113
|
-
"telephone": {
|
|
32114
|
-
"type": "string"
|
|
32115
|
-
},
|
|
32116
|
-
"blurred_image": {
|
|
32117
|
-
"properties": {
|
|
32118
|
-
"asset": {
|
|
32119
|
-
"properties": {
|
|
32120
|
-
"mimeType": {
|
|
32121
|
-
"type": "string"
|
|
32122
|
-
},
|
|
32123
|
-
"originalFilename": {
|
|
32124
|
-
"type": "string",
|
|
32125
|
-
"nullable": true
|
|
32126
|
-
},
|
|
32127
|
-
"url": {
|
|
32128
|
-
"type": "string"
|
|
32129
|
-
},
|
|
32130
|
-
"sanityType": {
|
|
32131
|
-
"type": "string",
|
|
32132
|
-
"enum": [
|
|
32133
|
-
"sanity.imageAsset"
|
|
32134
|
-
],
|
|
32135
|
-
"nullable": false
|
|
32136
|
-
},
|
|
32137
|
-
"sanityId": {
|
|
32138
|
-
"type": "string"
|
|
32139
|
-
}
|
|
32140
|
-
},
|
|
32141
|
-
"required": [
|
|
32142
|
-
"mimeType",
|
|
32143
|
-
"originalFilename",
|
|
32144
|
-
"url",
|
|
32145
|
-
"sanityType",
|
|
32146
|
-
"sanityId"
|
|
32147
|
-
],
|
|
32148
|
-
"type": "object",
|
|
32149
|
-
"nullable": true
|
|
32150
|
-
},
|
|
32151
|
-
"sanityType": {
|
|
32152
|
-
"type": "string",
|
|
32153
|
-
"enum": [
|
|
32154
|
-
"image"
|
|
32155
|
-
],
|
|
32156
|
-
"nullable": false
|
|
32157
|
-
}
|
|
32158
|
-
},
|
|
32159
|
-
"required": [
|
|
32160
|
-
"asset",
|
|
32161
|
-
"sanityType"
|
|
32162
|
-
],
|
|
32163
|
-
"type": "object",
|
|
32164
|
-
"nullable": true
|
|
32165
|
-
},
|
|
32166
|
-
"image": {
|
|
32167
|
-
"properties": {
|
|
32168
|
-
"asset": {
|
|
32169
|
-
"properties": {
|
|
32170
|
-
"mimeType": {
|
|
32171
|
-
"type": "string"
|
|
32172
|
-
},
|
|
32173
|
-
"originalFilename": {
|
|
32174
|
-
"type": "string",
|
|
32175
|
-
"nullable": true
|
|
32176
|
-
},
|
|
32177
|
-
"url": {
|
|
32178
|
-
"type": "string"
|
|
32179
|
-
},
|
|
32180
|
-
"sanityType": {
|
|
32181
|
-
"type": "string",
|
|
32182
|
-
"enum": [
|
|
32183
|
-
"sanity.imageAsset"
|
|
32184
|
-
],
|
|
32185
|
-
"nullable": false
|
|
32186
|
-
},
|
|
32187
|
-
"sanityId": {
|
|
32188
|
-
"type": "string"
|
|
32189
|
-
}
|
|
32190
|
-
},
|
|
32191
|
-
"required": [
|
|
32192
|
-
"mimeType",
|
|
32193
|
-
"originalFilename",
|
|
32194
|
-
"url",
|
|
32195
|
-
"sanityType",
|
|
32196
|
-
"sanityId"
|
|
32197
|
-
],
|
|
32198
|
-
"type": "object",
|
|
32199
|
-
"nullable": true
|
|
32200
|
-
},
|
|
32201
|
-
"sanityType": {
|
|
32202
|
-
"type": "string",
|
|
32203
|
-
"enum": [
|
|
32204
|
-
"image"
|
|
32205
|
-
],
|
|
32206
|
-
"nullable": false
|
|
32207
|
-
}
|
|
32208
|
-
},
|
|
32209
|
-
"required": [
|
|
32210
|
-
"asset",
|
|
32211
|
-
"sanityType"
|
|
32212
|
-
],
|
|
32213
|
-
"type": "object",
|
|
32214
|
-
"nullable": true
|
|
32215
|
-
},
|
|
32216
|
-
"technologies": {
|
|
32135
|
+
"technologies": {
|
|
32217
32136
|
"items": {
|
|
32218
32137
|
"properties": {
|
|
32219
32138
|
"parent": {
|
|
@@ -32303,6 +32222,78 @@
|
|
|
32303
32222
|
"type": "array",
|
|
32304
32223
|
"nullable": true
|
|
32305
32224
|
},
|
|
32225
|
+
"about": {
|
|
32226
|
+
"type": "string"
|
|
32227
|
+
},
|
|
32228
|
+
"education": {
|
|
32229
|
+
"type": "string"
|
|
32230
|
+
},
|
|
32231
|
+
"position": {
|
|
32232
|
+
"type": "string"
|
|
32233
|
+
},
|
|
32234
|
+
"maritalStatus": {
|
|
32235
|
+
"type": "string",
|
|
32236
|
+
"enum": [
|
|
32237
|
+
"cohabitant",
|
|
32238
|
+
"married",
|
|
32239
|
+
"single"
|
|
32240
|
+
]
|
|
32241
|
+
},
|
|
32242
|
+
"nrOfChildren": {
|
|
32243
|
+
"type": "number",
|
|
32244
|
+
"format": "double"
|
|
32245
|
+
},
|
|
32246
|
+
"nextOfKin": {
|
|
32247
|
+
"items": {
|
|
32248
|
+
"properties": {
|
|
32249
|
+
"sanityKey": {
|
|
32250
|
+
"type": "string"
|
|
32251
|
+
},
|
|
32252
|
+
"sanityType": {
|
|
32253
|
+
"type": "string",
|
|
32254
|
+
"enum": [
|
|
32255
|
+
"nextofkin"
|
|
32256
|
+
],
|
|
32257
|
+
"nullable": false
|
|
32258
|
+
},
|
|
32259
|
+
"telephone": {
|
|
32260
|
+
"type": "string"
|
|
32261
|
+
},
|
|
32262
|
+
"name": {
|
|
32263
|
+
"type": "string"
|
|
32264
|
+
}
|
|
32265
|
+
},
|
|
32266
|
+
"required": [
|
|
32267
|
+
"sanityKey",
|
|
32268
|
+
"sanityType"
|
|
32269
|
+
],
|
|
32270
|
+
"type": "object"
|
|
32271
|
+
},
|
|
32272
|
+
"type": "array",
|
|
32273
|
+
"nullable": true
|
|
32274
|
+
},
|
|
32275
|
+
"allergies": {
|
|
32276
|
+
"items": {
|
|
32277
|
+
"type": "string"
|
|
32278
|
+
},
|
|
32279
|
+
"type": "array"
|
|
32280
|
+
},
|
|
32281
|
+
"graduationYear": {
|
|
32282
|
+
"type": "number",
|
|
32283
|
+
"format": "double"
|
|
32284
|
+
},
|
|
32285
|
+
"github": {
|
|
32286
|
+
"type": "string"
|
|
32287
|
+
},
|
|
32288
|
+
"linkedin": {
|
|
32289
|
+
"type": "string"
|
|
32290
|
+
},
|
|
32291
|
+
"email": {
|
|
32292
|
+
"type": "string"
|
|
32293
|
+
},
|
|
32294
|
+
"telephone": {
|
|
32295
|
+
"type": "string"
|
|
32296
|
+
},
|
|
32306
32297
|
"start_date": {
|
|
32307
32298
|
"type": "string"
|
|
32308
32299
|
},
|
|
@@ -32455,6 +32446,15 @@
|
|
|
32455
32446
|
"name": {
|
|
32456
32447
|
"type": "string"
|
|
32457
32448
|
},
|
|
32449
|
+
"isExternal": {
|
|
32450
|
+
"type": "boolean"
|
|
32451
|
+
},
|
|
32452
|
+
"isBot": {
|
|
32453
|
+
"type": "boolean"
|
|
32454
|
+
},
|
|
32455
|
+
"boardMember": {
|
|
32456
|
+
"type": "boolean"
|
|
32457
|
+
},
|
|
32458
32458
|
"personalProjectRequirements": {
|
|
32459
32459
|
"type": "string"
|
|
32460
32460
|
},
|
|
@@ -32489,24 +32489,24 @@
|
|
|
32489
32489
|
},
|
|
32490
32490
|
"required": [
|
|
32491
32491
|
"commissionTier",
|
|
32492
|
-
"boardMember",
|
|
32493
|
-
"cliftonStrengths",
|
|
32494
32492
|
"media",
|
|
32493
|
+
"blurred_image",
|
|
32494
|
+
"image",
|
|
32495
|
+
"cliftonStrengths",
|
|
32495
32496
|
"equipment",
|
|
32496
32497
|
"groups",
|
|
32498
|
+
"technologies",
|
|
32499
|
+
"tags",
|
|
32497
32500
|
"nextOfKin",
|
|
32498
32501
|
"email",
|
|
32499
32502
|
"telephone",
|
|
32500
|
-
"blurred_image",
|
|
32501
|
-
"image",
|
|
32502
|
-
"technologies",
|
|
32503
|
-
"tags",
|
|
32504
32503
|
"start_date",
|
|
32505
32504
|
"birth_date",
|
|
32506
32505
|
"manager",
|
|
32507
32506
|
"gender",
|
|
32508
32507
|
"slug",
|
|
32509
32508
|
"name",
|
|
32509
|
+
"boardMember",
|
|
32510
32510
|
"active",
|
|
32511
32511
|
"sanityRev",
|
|
32512
32512
|
"sanityUpdatedAt",
|
|
@@ -32598,18 +32598,9 @@
|
|
|
32598
32598
|
},
|
|
32599
32599
|
"type": "object"
|
|
32600
32600
|
},
|
|
32601
|
-
"isExternal": {
|
|
32602
|
-
"type": "boolean"
|
|
32603
|
-
},
|
|
32604
|
-
"isBot": {
|
|
32605
|
-
"type": "boolean"
|
|
32606
|
-
},
|
|
32607
32601
|
"commissionTier": {
|
|
32608
32602
|
"$ref": "#/components/schemas/CommissionTierReference"
|
|
32609
32603
|
},
|
|
32610
|
-
"boardMember": {
|
|
32611
|
-
"type": "boolean"
|
|
32612
|
-
},
|
|
32613
32604
|
"coinbaseAccountEmail": {
|
|
32614
32605
|
"type": "string"
|
|
32615
32606
|
},
|
|
@@ -32620,6 +32611,31 @@
|
|
|
32620
32611
|
"innovativeSalary": {
|
|
32621
32612
|
"type": "boolean"
|
|
32622
32613
|
},
|
|
32614
|
+
"blurred_image": {
|
|
32615
|
+
"properties": {
|
|
32616
|
+
"sanityType": {
|
|
32617
|
+
"type": "string",
|
|
32618
|
+
"enum": [
|
|
32619
|
+
"image"
|
|
32620
|
+
],
|
|
32621
|
+
"nullable": false
|
|
32622
|
+
},
|
|
32623
|
+
"crop": {
|
|
32624
|
+
"$ref": "#/components/schemas/SanityImageCrop"
|
|
32625
|
+
},
|
|
32626
|
+
"hotspot": {
|
|
32627
|
+
"$ref": "#/components/schemas/SanityImageHotspot"
|
|
32628
|
+
},
|
|
32629
|
+
"media": {},
|
|
32630
|
+
"asset": {
|
|
32631
|
+
"$ref": "#/components/schemas/SanityImageAssetReference"
|
|
32632
|
+
}
|
|
32633
|
+
},
|
|
32634
|
+
"required": [
|
|
32635
|
+
"sanityType"
|
|
32636
|
+
],
|
|
32637
|
+
"type": "object"
|
|
32638
|
+
},
|
|
32623
32639
|
"cliftonStrengths": {
|
|
32624
32640
|
"items": {
|
|
32625
32641
|
"allOf": [
|
|
@@ -32662,96 +32678,6 @@
|
|
|
32662
32678
|
},
|
|
32663
32679
|
"type": "array"
|
|
32664
32680
|
},
|
|
32665
|
-
"github": {
|
|
32666
|
-
"type": "string"
|
|
32667
|
-
},
|
|
32668
|
-
"linkedin": {
|
|
32669
|
-
"type": "string"
|
|
32670
|
-
},
|
|
32671
|
-
"about": {
|
|
32672
|
-
"type": "string"
|
|
32673
|
-
},
|
|
32674
|
-
"education": {
|
|
32675
|
-
"type": "string"
|
|
32676
|
-
},
|
|
32677
|
-
"position": {
|
|
32678
|
-
"type": "string"
|
|
32679
|
-
},
|
|
32680
|
-
"maritalStatus": {
|
|
32681
|
-
"type": "string",
|
|
32682
|
-
"enum": [
|
|
32683
|
-
"single",
|
|
32684
|
-
"married",
|
|
32685
|
-
"cohabitant"
|
|
32686
|
-
]
|
|
32687
|
-
},
|
|
32688
|
-
"nrOfChildren": {
|
|
32689
|
-
"type": "number",
|
|
32690
|
-
"format": "double"
|
|
32691
|
-
},
|
|
32692
|
-
"nextOfKin": {
|
|
32693
|
-
"items": {
|
|
32694
|
-
"properties": {
|
|
32695
|
-
"sanityKey": {
|
|
32696
|
-
"type": "string"
|
|
32697
|
-
},
|
|
32698
|
-
"sanityType": {
|
|
32699
|
-
"type": "string",
|
|
32700
|
-
"enum": [
|
|
32701
|
-
"nextofkin"
|
|
32702
|
-
],
|
|
32703
|
-
"nullable": false
|
|
32704
|
-
},
|
|
32705
|
-
"telephone": {
|
|
32706
|
-
"type": "string"
|
|
32707
|
-
},
|
|
32708
|
-
"name": {
|
|
32709
|
-
"type": "string"
|
|
32710
|
-
}
|
|
32711
|
-
},
|
|
32712
|
-
"required": [
|
|
32713
|
-
"sanityKey",
|
|
32714
|
-
"sanityType"
|
|
32715
|
-
],
|
|
32716
|
-
"type": "object"
|
|
32717
|
-
},
|
|
32718
|
-
"type": "array"
|
|
32719
|
-
},
|
|
32720
|
-
"allergies": {
|
|
32721
|
-
"items": {
|
|
32722
|
-
"type": "string"
|
|
32723
|
-
},
|
|
32724
|
-
"type": "array"
|
|
32725
|
-
},
|
|
32726
|
-
"graduationYear": {
|
|
32727
|
-
"type": "number",
|
|
32728
|
-
"format": "double"
|
|
32729
|
-
},
|
|
32730
|
-
"blurred_image": {
|
|
32731
|
-
"properties": {
|
|
32732
|
-
"sanityType": {
|
|
32733
|
-
"type": "string",
|
|
32734
|
-
"enum": [
|
|
32735
|
-
"image"
|
|
32736
|
-
],
|
|
32737
|
-
"nullable": false
|
|
32738
|
-
},
|
|
32739
|
-
"crop": {
|
|
32740
|
-
"$ref": "#/components/schemas/SanityImageCrop"
|
|
32741
|
-
},
|
|
32742
|
-
"hotspot": {
|
|
32743
|
-
"$ref": "#/components/schemas/SanityImageHotspot"
|
|
32744
|
-
},
|
|
32745
|
-
"media": {},
|
|
32746
|
-
"asset": {
|
|
32747
|
-
"$ref": "#/components/schemas/SanityImageAssetReference"
|
|
32748
|
-
}
|
|
32749
|
-
},
|
|
32750
|
-
"required": [
|
|
32751
|
-
"sanityType"
|
|
32752
|
-
],
|
|
32753
|
-
"type": "object"
|
|
32754
|
-
},
|
|
32755
32681
|
"technologies": {
|
|
32756
32682
|
"items": {
|
|
32757
32683
|
"allOf": [
|
|
@@ -32794,6 +32720,71 @@
|
|
|
32794
32720
|
},
|
|
32795
32721
|
"type": "array"
|
|
32796
32722
|
},
|
|
32723
|
+
"about": {
|
|
32724
|
+
"type": "string"
|
|
32725
|
+
},
|
|
32726
|
+
"education": {
|
|
32727
|
+
"type": "string"
|
|
32728
|
+
},
|
|
32729
|
+
"position": {
|
|
32730
|
+
"type": "string"
|
|
32731
|
+
},
|
|
32732
|
+
"maritalStatus": {
|
|
32733
|
+
"type": "string",
|
|
32734
|
+
"enum": [
|
|
32735
|
+
"single",
|
|
32736
|
+
"married",
|
|
32737
|
+
"cohabitant"
|
|
32738
|
+
]
|
|
32739
|
+
},
|
|
32740
|
+
"nrOfChildren": {
|
|
32741
|
+
"type": "number",
|
|
32742
|
+
"format": "double"
|
|
32743
|
+
},
|
|
32744
|
+
"nextOfKin": {
|
|
32745
|
+
"items": {
|
|
32746
|
+
"properties": {
|
|
32747
|
+
"sanityKey": {
|
|
32748
|
+
"type": "string"
|
|
32749
|
+
},
|
|
32750
|
+
"sanityType": {
|
|
32751
|
+
"type": "string",
|
|
32752
|
+
"enum": [
|
|
32753
|
+
"nextofkin"
|
|
32754
|
+
],
|
|
32755
|
+
"nullable": false
|
|
32756
|
+
},
|
|
32757
|
+
"telephone": {
|
|
32758
|
+
"type": "string"
|
|
32759
|
+
},
|
|
32760
|
+
"name": {
|
|
32761
|
+
"type": "string"
|
|
32762
|
+
}
|
|
32763
|
+
},
|
|
32764
|
+
"required": [
|
|
32765
|
+
"sanityKey",
|
|
32766
|
+
"sanityType"
|
|
32767
|
+
],
|
|
32768
|
+
"type": "object"
|
|
32769
|
+
},
|
|
32770
|
+
"type": "array"
|
|
32771
|
+
},
|
|
32772
|
+
"allergies": {
|
|
32773
|
+
"items": {
|
|
32774
|
+
"type": "string"
|
|
32775
|
+
},
|
|
32776
|
+
"type": "array"
|
|
32777
|
+
},
|
|
32778
|
+
"graduationYear": {
|
|
32779
|
+
"type": "number",
|
|
32780
|
+
"format": "double"
|
|
32781
|
+
},
|
|
32782
|
+
"github": {
|
|
32783
|
+
"type": "string"
|
|
32784
|
+
},
|
|
32785
|
+
"linkedin": {
|
|
32786
|
+
"type": "string"
|
|
32787
|
+
},
|
|
32797
32788
|
"start_date": {
|
|
32798
32789
|
"type": "string"
|
|
32799
32790
|
},
|
|
@@ -32814,6 +32805,15 @@
|
|
|
32814
32805
|
"These are not the genders you are looking for"
|
|
32815
32806
|
]
|
|
32816
32807
|
},
|
|
32808
|
+
"isExternal": {
|
|
32809
|
+
"type": "boolean"
|
|
32810
|
+
},
|
|
32811
|
+
"isBot": {
|
|
32812
|
+
"type": "boolean"
|
|
32813
|
+
},
|
|
32814
|
+
"boardMember": {
|
|
32815
|
+
"type": "boolean"
|
|
32816
|
+
},
|
|
32817
32817
|
"personalProjectRequirements": {
|
|
32818
32818
|
"type": "string"
|
|
32819
32819
|
},
|
|
@@ -32953,10 +32953,10 @@
|
|
|
32953
32953
|
}
|
|
32954
32954
|
},
|
|
32955
32955
|
"required": [
|
|
32956
|
-
"boardMember",
|
|
32957
32956
|
"start_date",
|
|
32958
32957
|
"birth_date",
|
|
32959
32958
|
"gender",
|
|
32959
|
+
"boardMember",
|
|
32960
32960
|
"active",
|
|
32961
32961
|
"telephone",
|
|
32962
32962
|
"email",
|
|
@@ -33123,6 +33123,18 @@
|
|
|
33123
33123
|
"type": "string",
|
|
33124
33124
|
"nullable": true
|
|
33125
33125
|
},
|
|
33126
|
+
"boardMember": {
|
|
33127
|
+
"type": "boolean",
|
|
33128
|
+
"nullable": true
|
|
33129
|
+
},
|
|
33130
|
+
"isBot": {
|
|
33131
|
+
"type": "boolean",
|
|
33132
|
+
"nullable": true
|
|
33133
|
+
},
|
|
33134
|
+
"isExternal": {
|
|
33135
|
+
"type": "boolean",
|
|
33136
|
+
"nullable": true
|
|
33137
|
+
},
|
|
33126
33138
|
"gender": {
|
|
33127
33139
|
"type": "string",
|
|
33128
33140
|
"enum": [
|
|
@@ -33153,74 +33165,12 @@
|
|
|
33153
33165
|
"type": "string",
|
|
33154
33166
|
"nullable": true
|
|
33155
33167
|
},
|
|
33156
|
-
"
|
|
33157
|
-
"
|
|
33158
|
-
"allOf": [
|
|
33159
|
-
{
|
|
33160
|
-
"properties": {
|
|
33161
|
-
"sanityKey": {
|
|
33162
|
-
"type": "string"
|
|
33163
|
-
}
|
|
33164
|
-
},
|
|
33165
|
-
"required": [
|
|
33166
|
-
"sanityKey"
|
|
33167
|
-
],
|
|
33168
|
-
"type": "object"
|
|
33169
|
-
},
|
|
33170
|
-
{
|
|
33171
|
-
"$ref": "#/components/schemas/TagReference"
|
|
33172
|
-
}
|
|
33173
|
-
]
|
|
33174
|
-
},
|
|
33175
|
-
"type": "array",
|
|
33176
|
-
"nullable": true
|
|
33177
|
-
},
|
|
33178
|
-
"technologies": {
|
|
33179
|
-
"items": {
|
|
33180
|
-
"allOf": [
|
|
33181
|
-
{
|
|
33182
|
-
"properties": {
|
|
33183
|
-
"sanityKey": {
|
|
33184
|
-
"type": "string"
|
|
33185
|
-
}
|
|
33186
|
-
},
|
|
33187
|
-
"required": [
|
|
33188
|
-
"sanityKey"
|
|
33189
|
-
],
|
|
33190
|
-
"type": "object"
|
|
33191
|
-
},
|
|
33192
|
-
{
|
|
33193
|
-
"$ref": "#/components/schemas/TechnologyReference"
|
|
33194
|
-
}
|
|
33195
|
-
]
|
|
33196
|
-
},
|
|
33197
|
-
"type": "array",
|
|
33168
|
+
"linkedin": {
|
|
33169
|
+
"type": "string",
|
|
33198
33170
|
"nullable": true
|
|
33199
33171
|
},
|
|
33200
|
-
"
|
|
33201
|
-
"
|
|
33202
|
-
"sanityType": {
|
|
33203
|
-
"type": "string",
|
|
33204
|
-
"enum": [
|
|
33205
|
-
"image"
|
|
33206
|
-
],
|
|
33207
|
-
"nullable": false
|
|
33208
|
-
},
|
|
33209
|
-
"crop": {
|
|
33210
|
-
"$ref": "#/components/schemas/SanityImageCrop"
|
|
33211
|
-
},
|
|
33212
|
-
"hotspot": {
|
|
33213
|
-
"$ref": "#/components/schemas/SanityImageHotspot"
|
|
33214
|
-
},
|
|
33215
|
-
"media": {},
|
|
33216
|
-
"asset": {
|
|
33217
|
-
"$ref": "#/components/schemas/SanityImageAssetReference"
|
|
33218
|
-
}
|
|
33219
|
-
},
|
|
33220
|
-
"required": [
|
|
33221
|
-
"sanityType"
|
|
33222
|
-
],
|
|
33223
|
-
"type": "object",
|
|
33172
|
+
"github": {
|
|
33173
|
+
"type": "string",
|
|
33224
33174
|
"nullable": true
|
|
33225
33175
|
},
|
|
33226
33176
|
"graduationYear": {
|
|
@@ -33291,12 +33241,48 @@
|
|
|
33291
33241
|
"type": "string",
|
|
33292
33242
|
"nullable": true
|
|
33293
33243
|
},
|
|
33294
|
-
"
|
|
33295
|
-
"
|
|
33244
|
+
"tags": {
|
|
33245
|
+
"items": {
|
|
33246
|
+
"allOf": [
|
|
33247
|
+
{
|
|
33248
|
+
"properties": {
|
|
33249
|
+
"sanityKey": {
|
|
33250
|
+
"type": "string"
|
|
33251
|
+
}
|
|
33252
|
+
},
|
|
33253
|
+
"required": [
|
|
33254
|
+
"sanityKey"
|
|
33255
|
+
],
|
|
33256
|
+
"type": "object"
|
|
33257
|
+
},
|
|
33258
|
+
{
|
|
33259
|
+
"$ref": "#/components/schemas/TagReference"
|
|
33260
|
+
}
|
|
33261
|
+
]
|
|
33262
|
+
},
|
|
33263
|
+
"type": "array",
|
|
33296
33264
|
"nullable": true
|
|
33297
33265
|
},
|
|
33298
|
-
"
|
|
33299
|
-
"
|
|
33266
|
+
"technologies": {
|
|
33267
|
+
"items": {
|
|
33268
|
+
"allOf": [
|
|
33269
|
+
{
|
|
33270
|
+
"properties": {
|
|
33271
|
+
"sanityKey": {
|
|
33272
|
+
"type": "string"
|
|
33273
|
+
}
|
|
33274
|
+
},
|
|
33275
|
+
"required": [
|
|
33276
|
+
"sanityKey"
|
|
33277
|
+
],
|
|
33278
|
+
"type": "object"
|
|
33279
|
+
},
|
|
33280
|
+
{
|
|
33281
|
+
"$ref": "#/components/schemas/TechnologyReference"
|
|
33282
|
+
}
|
|
33283
|
+
]
|
|
33284
|
+
},
|
|
33285
|
+
"type": "array",
|
|
33300
33286
|
"nullable": true
|
|
33301
33287
|
},
|
|
33302
33288
|
"groups": {
|
|
@@ -33343,6 +33329,32 @@
|
|
|
33343
33329
|
"type": "array",
|
|
33344
33330
|
"nullable": true
|
|
33345
33331
|
},
|
|
33332
|
+
"blurred_image": {
|
|
33333
|
+
"properties": {
|
|
33334
|
+
"sanityType": {
|
|
33335
|
+
"type": "string",
|
|
33336
|
+
"enum": [
|
|
33337
|
+
"image"
|
|
33338
|
+
],
|
|
33339
|
+
"nullable": false
|
|
33340
|
+
},
|
|
33341
|
+
"crop": {
|
|
33342
|
+
"$ref": "#/components/schemas/SanityImageCrop"
|
|
33343
|
+
},
|
|
33344
|
+
"hotspot": {
|
|
33345
|
+
"$ref": "#/components/schemas/SanityImageHotspot"
|
|
33346
|
+
},
|
|
33347
|
+
"media": {},
|
|
33348
|
+
"asset": {
|
|
33349
|
+
"$ref": "#/components/schemas/SanityImageAssetReference"
|
|
33350
|
+
}
|
|
33351
|
+
},
|
|
33352
|
+
"required": [
|
|
33353
|
+
"sanityType"
|
|
33354
|
+
],
|
|
33355
|
+
"type": "object",
|
|
33356
|
+
"nullable": true
|
|
33357
|
+
},
|
|
33346
33358
|
"innovativeSalary": {
|
|
33347
33359
|
"type": "boolean",
|
|
33348
33360
|
"nullable": true
|
|
@@ -33356,10 +33368,6 @@
|
|
|
33356
33368
|
"type": "string",
|
|
33357
33369
|
"nullable": true
|
|
33358
33370
|
},
|
|
33359
|
-
"boardMember": {
|
|
33360
|
-
"type": "boolean",
|
|
33361
|
-
"nullable": true
|
|
33362
|
-
},
|
|
33363
33371
|
"commissionTier": {
|
|
33364
33372
|
"allOf": [
|
|
33365
33373
|
{
|
|
@@ -33368,14 +33376,6 @@
|
|
|
33368
33376
|
],
|
|
33369
33377
|
"nullable": true
|
|
33370
33378
|
},
|
|
33371
|
-
"isBot": {
|
|
33372
|
-
"type": "boolean",
|
|
33373
|
-
"nullable": true
|
|
33374
|
-
},
|
|
33375
|
-
"isExternal": {
|
|
33376
|
-
"type": "boolean",
|
|
33377
|
-
"nullable": true
|
|
33378
|
-
},
|
|
33379
33379
|
"settings": {
|
|
33380
33380
|
"properties": {
|
|
33381
33381
|
"colorScheme": {
|
|
@@ -40387,6 +40387,12 @@
|
|
|
40387
40387
|
],
|
|
40388
40388
|
"nullable": false
|
|
40389
40389
|
},
|
|
40390
|
+
"hideWhenLocked": {
|
|
40391
|
+
"type": "boolean"
|
|
40392
|
+
},
|
|
40393
|
+
"module": {
|
|
40394
|
+
"type": "string"
|
|
40395
|
+
},
|
|
40390
40396
|
"image": {
|
|
40391
40397
|
"properties": {
|
|
40392
40398
|
"asset": {
|
|
@@ -40549,6 +40555,12 @@
|
|
|
40549
40555
|
],
|
|
40550
40556
|
"nullable": false
|
|
40551
40557
|
},
|
|
40558
|
+
"hideWhenLocked": {
|
|
40559
|
+
"type": "boolean"
|
|
40560
|
+
},
|
|
40561
|
+
"module": {
|
|
40562
|
+
"type": "string"
|
|
40563
|
+
},
|
|
40552
40564
|
"image": {
|
|
40553
40565
|
"properties": {
|
|
40554
40566
|
"sanityType": {
|
|
@@ -43347,6 +43359,12 @@
|
|
|
43347
43359
|
],
|
|
43348
43360
|
"nullable": false
|
|
43349
43361
|
},
|
|
43362
|
+
"hideWhenLocked": {
|
|
43363
|
+
"type": "boolean"
|
|
43364
|
+
},
|
|
43365
|
+
"module": {
|
|
43366
|
+
"type": "string"
|
|
43367
|
+
},
|
|
43350
43368
|
"image": {
|
|
43351
43369
|
"properties": {
|
|
43352
43370
|
"sanityType": {
|
|
@@ -48827,6 +48845,12 @@
|
|
|
48827
48845
|
],
|
|
48828
48846
|
"nullable": false
|
|
48829
48847
|
},
|
|
48848
|
+
"hideWhenLocked": {
|
|
48849
|
+
"type": "boolean"
|
|
48850
|
+
},
|
|
48851
|
+
"module": {
|
|
48852
|
+
"type": "string"
|
|
48853
|
+
},
|
|
48830
48854
|
"image": {
|
|
48831
48855
|
"properties": {
|
|
48832
48856
|
"sanityType": {
|