UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

21 lines (20 loc) 303 B
{ "id": "orders", "title": "Orders", "description": "Orders", "type": "object", "properties": { "product": { "type": "string" }, "quantity": { "type": "integer" }, "address": { "type": "string" }, "areaCode": { "type": "integer" } } }