@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
16 lines (15 loc) • 456 B
JSON
{
"type": "object",
"properties": {
"modelId": {
"type": "string",
"description": "This is the id of a model within the current namespace which will be used to upsert the document."
},
"setMissingPropertiesToNull": {
"type": "boolean",
"description": "Controls whether to null out fields not provided in the input document. Defaults to false."
}
},
"required": ["modelId"],
"additionalProperties": false
}