@centia-io/mcp-server 1.0.7 → 1.0.8
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/centia-api.json +11 -0
- package/package.json +1 -1
package/centia-api.json
CHANGED
|
@@ -3203,6 +3203,17 @@
|
|
|
3203
3203
|
"sort_id": {
|
|
3204
3204
|
"description": "Sorting weight within the field list.",
|
|
3205
3205
|
"type": "integer"
|
|
3206
|
+
},
|
|
3207
|
+
"properties": {
|
|
3208
|
+
"description": "Free-form key/value or array metadata.",
|
|
3209
|
+
"oneOf": [
|
|
3210
|
+
{
|
|
3211
|
+
"type": "object"
|
|
3212
|
+
},
|
|
3213
|
+
{
|
|
3214
|
+
"type": "array"
|
|
3215
|
+
}
|
|
3216
|
+
]
|
|
3206
3217
|
}
|
|
3207
3218
|
},
|
|
3208
3219
|
"type": "object"
|