diff options
Diffstat (limited to 'doc/config-schema.json.in')
-rw-r--r-- | doc/config-schema.json.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/config-schema.json.in b/doc/config-schema.json.in index bde3d91..4bbc4cb 100644 --- a/doc/config-schema.json.in +++ b/doc/config-schema.json.in @@ -59,6 +59,10 @@ "type": "array", "items": { "$ref": "#/$defs/port" } }, + "application": { + "description": "Program managing this subsystem", + "type": "string" + }, "required": [ "nqn" ] } }, |