2021-06-06 10:07:19 +00:00
|
|
|
{
|
|
|
|
|
"type": "object",
|
|
|
|
|
"additionalProperties": false,
|
|
|
|
|
"properties": {
|
|
|
|
|
"description": {
|
|
|
|
|
"title": "Description",
|
|
|
|
|
"description": "",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"identifier": {
|
|
|
|
|
"title": "Identifier",
|
2021-06-06 13:00:25 +02:00
|
|
|
"description": "The name of this feature in the form `namespace_name:feature_name'. `feature_name` must match the filename.",
|
2021-06-06 10:07:19 +00:00
|
|
|
"type": "string",
|
|
|
|
|
"$ref": "../../../../general/feature/identifier.json"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|