Commit a6f2fe34 authored by Rafael Monnerat's avatar Rafael Monnerat

Update software/simpledemo/instance-input-schema.json

parent 4a42147f
......@@ -38,13 +38,19 @@
"title": "Example of Simple Numeric as integer",
"description": "Example of Simple Numeric as Interger",
"type": "number",
"default": 1
"default": 1.0
},
"simple-numeric-float": {
"title": "Example of Simple Numeric as float",
"description": "Example of Simple Numeric as float",
"type": "number",
"default": 1.5
},
"simple-array": {
"title": "Example of Simple Array",
"description": "Example of Simple Array",
"type": "array",
"default": []
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment