Reverted form description name to "schema". Backwards compatible

This commit is contained in:
Joel Collins 2019-09-14 16:20:46 +01:00
parent f25f615a3e
commit 11e64cf952
5 changed files with 6 additions and 198 deletions

View file

@ -7,7 +7,7 @@
"isTask": false,
"selfUpdate": true,
"route": "/hello",
"form": [
"schema": [
{
"fieldType": "textInput",
"placeholder": "Enter a string",
@ -21,7 +21,7 @@
"isTask": true,
"route": "/timelapse",
"submitLabel": "Start timelapse",
"form": [
"schema": [
{
"fieldType": "numberInput",
"name": "n_images",