27 lines
555 B
JSON
27 lines
555 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "vendoo.operations",
|
|
"name": "Operations Center",
|
|
"version": "1.0.0",
|
|
"type": "feature",
|
|
"status": "legacy-bridge",
|
|
"description": "Vertrag für den bestehenden Vendoo-Bereich Operations Center; schrittweise Migration ohne Funktionsbruch.",
|
|
"requires": [
|
|
"vendoo.security"
|
|
],
|
|
"permissions": [
|
|
"operations.manage"
|
|
],
|
|
"provides": [
|
|
"operations.backup",
|
|
"operations.update"
|
|
],
|
|
"consumes": [
|
|
"security.audit"
|
|
],
|
|
"owns": [
|
|
"operations.backups",
|
|
"operations.updates"
|
|
]
|
|
}
|