1
0
mirror of https://github.com/rancher/os.git synced 2025-06-29 16:26:50 +00:00

Update schema

This commit is contained in:
Josh Curl 2016-11-16 21:02:33 -08:00
parent 4d89e3f5b7
commit 98f7f9e207
No known key found for this signature in database
GPG Key ID: 82B504B9BCCFA677
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ var schema = `{
"properties": {
"console": {"type": "string"},
"environment": {"type": "object"},
"cloud_init_services": {"type": "object"},
"services": {"type": "object"},
"bootstrap": {"type": "object"},
"autoformat": {"type": "object"},

View File

@ -24,6 +24,7 @@
"properties": {
"console": {"type": "string"},
"environment": {"type": "object"},
"cloud_init_services": {"type": "object"},
"services": {"type": "object"},
"bootstrap": {"type": "object"},
"autoformat": {"type": "object"},