Adds optional attribute to value property

- Value is no longer required
This commit is contained in:
jhampton 2018-12-06 13:42:34 -05:00
parent f76587c048
commit 242bead1fb
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
],
"properties": {
"key": { "type": "string" },
"value": { "type": "string" },
"value": { "type": "string", "optional": true },
"public": { "type": "boolean" }
},
"additionalProperties": false