Commit 6076acbb authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Add bad example for template/options on json schema

parent 2caa6eca
......@@ -18,6 +18,14 @@
"description": "Correct Boolean definition",
"type": "boolean",
"default": true
},
"simple-string-with-template": {
"title": "Simple String with template and options",
"description": "Example of Simple String with template and options, both MUST NOT WORK",
"type": "string",
"default": "Simple string",
"template": "COUSXCOUS",
"options": { "hidden": true }
}
}
}
......
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