mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-24 08:36:11 +00:00
17 lines
224 B
JSON
17 lines
224 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"properties": {
|
||
|
"os": {
|
||
|
"type": "string",
|
||
|
"anyOf": [
|
||
|
{ "type": "string" },
|
||
|
{"enum": [
|
||
|
"''",
|
||
|
"'Linux'",
|
||
|
"'Debian'"
|
||
|
]}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|