Commit f7eb220e authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: (Sample) allow additionalProperties

   Allow the default sample use Additional Properties for now, a more restricted version of it can be included on another file.
parent d81fed78
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"type": "object", "type": "object",
"description": "Extend simple parameter extension with extra only supported on json-in-xml", "description": "Extend simple parameter extension with extra only supported on json-in-xml",
"additionalProperties": false,
"required": ["simple-object-is-required"], "required": ["simple-object-is-required"],
"allOf": [ "allOf": [
{ {
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
"$schema": "http://json-schema.org/draft-07/schema#", "$schema": "http://json-schema.org/draft-07/schema#",
"type": "object", "type": "object",
"description": "Sample paremeters for a Simple Demo", "description": "Sample paremeters for a Simple Demo",
"additionalProperties": false,
"required": [ "required": [
"simple-string-required", "simple-string-required",
"simple-string-with-enum-required" "simple-string-with-enum-required"
......
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