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