schema/schema.json: Make 'hostname' optional

The JSON Schema requirement dates back to cdcabdeb (schema: JSON
Schema and validator for `config.json`, 2016-01-19, #313), but the
property has been explicitly optional in the Markdown spec since
7ac41c69 (config.md: reformat into a standard style, 2015-06-30).

Signed-off-by: W. Trevor King <wking@tremily.us>
This commit is contained in:
W. Trevor King 2016-06-06 00:01:00 -07:00
parent b953df4281
commit b10f8bcc49
1 changed files with 0 additions and 1 deletions

View File

@ -177,7 +177,6 @@
"platform",
"process",
"root",
"hostname",
"mounts",
"hooks"
]