@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
17 lines (15 loc) • 387 B
JSON
{
"type": "object",
"properties": {
"modelId": {
"type": "string",
"description": "This is the id of a model within the current namespace from which a single document will be fetched."
},
"filter": {
"type": "object",
"description": "Use to find the correct doc to return."
}
},
"required": ["modelId"],
"additionalProperties": false
}