Skip to content
Snippets Groups Projects
Commit dc2ac07f authored by Erik Reid's avatar Erik Reid
Browse files

update schema

parent 20f425e2
Branches master
No related tags found
No related merge requests found
...@@ -20,7 +20,8 @@ INTERFACE_LIST_SCHEMA = { ...@@ -20,7 +20,8 @@ INTERFACE_LIST_SCHEMA = {
'properties': { 'properties': {
'description': {'type': 'string'}, 'description': {'type': 'string'},
'router': {'type': 'string'}, 'router': {'type': 'string'},
'interface': {'type': 'string'} 'interface': {'type': 'string'},
'user': {'type': 'string'}
}, },
'required': ['router', 'interface', 'description'], 'required': ['router', 'interface', 'description'],
'additionalProperties': False 'additionalProperties': False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment