UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

14 lines 309 B
{ "label": "Meal threshold", "description": "The number of meals that will cause a cat some mild discomfort", "schema": { "properties": { "environmentVariableName": "MEAL_THRESHOLD", "value": { "type": "number", "default": 3 } }, "required": ["value"] } }