Commit 00afe1ad authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 25197e9a
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
"type": "object", "type": "object",
"properties": { "properties": {
"mapping": { "mapping": {
"const": "hw", "const": "hw",
"template": "hw", "enum": ["hw"],
"options": { "hidden": true } "options": { "hidden": true }
} }
} }
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
"type": "object", "type": "object",
"properties": { "properties": {
"mapping": { "mapping": {
"const": "bf1", "const": "bf1",
"template": "bf1", "enum": ["bf1"],
"options": { "hidden": true } "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