13 lines
216 B
JSON
13 lines
216 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"online",
|
||
|
"available"
|
||
|
],
|
||
|
"properties": {
|
||
|
"online": { "type": "boolean" },
|
||
|
"available": { "type": "boolean" },
|
||
|
"settings_path": { "type": "string" }
|
||
|
}
|
||
|
}
|