20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"features": {
|
|
"items": {
|
|
"$ref": "unleash_feature.json"
|
|
},
|
|
"minItems": 0,
|
|
"type": "array"
|
|
},
|
|
"version": {
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"version",
|
|
"features"
|
|
],
|
|
"type": "object"
|
|
}
|