UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

19 lines (18 loc) 343 B
{ "id": "star", "title": "Star", "description": "A list of stars", "primaryKey": ["name"], "type": "object", "properties": { "name": { "type": "string", "description": "Unique star name" }, "type": { "type": "string", "description": "The type of star" } }, "required": ["name", "type"] }