@snokam/mcp-api 0.62.0 → 0.62.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/test/blog.json +1594 -0
- package/specs/test/broker.json +109 -0
- package/specs/test/sanity.json +55671 -0
- package/specs/test/webshop.json +37 -0
package/specs/test/webshop.json
CHANGED
|
@@ -377,6 +377,26 @@
|
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
379
|
},
|
|
380
|
+
"descriptionChild": {
|
|
381
|
+
"type": "object",
|
|
382
|
+
"properties": {
|
|
383
|
+
"marks": {
|
|
384
|
+
"type": "array",
|
|
385
|
+
"items": {
|
|
386
|
+
"type": "string"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
389
|
+
"text": {
|
|
390
|
+
"type": "string"
|
|
391
|
+
},
|
|
392
|
+
"sanityType": {
|
|
393
|
+
"type": "string"
|
|
394
|
+
},
|
|
395
|
+
"sanityKey": {
|
|
396
|
+
"type": "string"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
},
|
|
380
400
|
"employee": {
|
|
381
401
|
"type": "object",
|
|
382
402
|
"properties": {
|
|
@@ -472,6 +492,23 @@
|
|
|
472
492
|
}
|
|
473
493
|
}
|
|
474
494
|
},
|
|
495
|
+
"imageAsset": {
|
|
496
|
+
"type": "object",
|
|
497
|
+
"properties": {
|
|
498
|
+
"sanityType": {
|
|
499
|
+
"type": "string"
|
|
500
|
+
},
|
|
501
|
+
"mimeType": {
|
|
502
|
+
"type": "string"
|
|
503
|
+
},
|
|
504
|
+
"originalFilename": {
|
|
505
|
+
"type": "string"
|
|
506
|
+
},
|
|
507
|
+
"url": {
|
|
508
|
+
"type": "string"
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
},
|
|
475
512
|
"innerOrder": {
|
|
476
513
|
"required": [
|
|
477
514
|
"equipmentId"
|