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

update schema

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