Skip to content
Snippets Groups Projects
Commit a28a7e9f authored by Pelle Koster's avatar Pelle Koster
Browse files

remove unused field in json validation

parent 78f07abe
Branches
Tags
No related merge requests found
......@@ -39,12 +39,8 @@ INVENTORY_INTERFACES_SCHEMA = {
'properties': {
'router': {'type': 'string'},
'name': {'type': 'string'},
'snmp-index': {
'type': 'integer',
'minimum': 1
}
},
'required': ['router', 'name', 'snmp-index'],
'required': ['router', 'name',],
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment