Skip to content

Commit 574a48d

Browse files
committed
[schema] Added "title" and "type" to "bridge_members"
Needed for automatic UI generation
1 parent f4148e4 commit 574a48d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netjsonconfig/schema.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@
257257
"uniqueItems": True,
258258
"propertyOrder": 8,
259259
"items": {
260+
"title": "bridged interface",
261+
"type": "string",
260262
"$ref": "#/definitions/interface_settings/properties/name"
261263
}
262264
}

0 commit comments

Comments
 (0)