Skip to content

Instantly share code, notes, and snippets.

@netmanchris
Last active May 16, 2017 19:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save netmanchris/9a1723de9c1822d4a9b48f6444d3dda2 to your computer and use it in GitHub Desktop.
Save netmanchris/9a1723de9c1822d4a9b48f6444d3dda2 to your computer and use it in GitHub Desktop.
validate good VLAN object using JSONSchema
from jsonschema import validate
validate(vlan_good, schema)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment