UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

22 lines (21 loc) 320 B
{ "id": "lovely", "title": "Lovely Animals", "primaryKey": [ "name", "animal" ], "type": "object", "properties": { "name": { "type": "string" }, "animal": { "type": "string" }, "colour": { "type": "string" } }, "required": ["name", "animal", "colour"] }