UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

17 lines (15 loc) 375 B
{ "type": "object", "properties": { "modelId": { "type": "string", "description": "This is the id of a model from which a single document will be fetched." }, "filter": { "type": "object", "description": "Conditions which the document must meet to be returned." } }, "required": ["modelId"], "additionalProperties": false }