UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

13 lines 246 B
{ "label": "Planet size unit", "description": "What unit should planet sizes be measured in?", "schema": { "properties": { "value": { "type": "string", "default": "km" } }, "required": ["value"] } }