Commit 96cf3b60 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Add sample for array of floats

parent 8400195a
......@@ -20,6 +20,12 @@
"description": "Example of Array of Interger",
"type": "array",
"items": {"type": "integer"}
},
"simple-array-of-number": {
"title": "Example of Simple array of Numbers",
"description": "Example of Array of Numbers",
"type": "array",
"items": {"type": "number"}
}
}
}
......
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