Skip to content

Commit

Permalink
[schema] Added "title" and "type" to "bridge_members"
Browse files Browse the repository at this point in the history
Needed for automatic UI generation
  • Loading branch information
nemesifier committed Mar 14, 2016
1 parent f4148e4 commit 574a48d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions netjsonconfig/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@
"uniqueItems": True,
"propertyOrder": 8,
"items": {
"title": "bridged interface",
"type": "string",
"$ref": "#/definitions/interface_settings/properties/name"
}
}
Expand Down

0 comments on commit 574a48d

Please sign in to comment.