hyperion.ng/libsrc/hyperion/hyperion.schema.json
redPanther 0825937a3e move 'name' to new config section general. (#345)
* move name to general
add a version for config file

* start impl. config migrator

* fix typo amd set access level

* fix schemaa name

* fix schema

* add structure for config migrator
2016-12-23 19:37:35 +01:00

15 lines
185 B
JSON

{
"type" : "object",
"required" : true,
"properties" :
{
"general" :
{
"type" : "object",
"required" : true,
"required" : true
}
},
"additionalProperties" : true
}