Commit 242bead1 authored by jhampton's avatar jhampton

Adds optional attribute to value property

- Value is no longer required
parent f76587c0
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
], ],
"properties": { "properties": {
"key": { "type": "string" }, "key": { "type": "string" },
"value": { "type": "string" }, "value": { "type": "string", "optional": true },
"public": { "type": "boolean" } "public": { "type": "boolean" }
}, },
"additionalProperties": false "additionalProperties": false
......
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