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
from jsonschema import validate | |
validate(vlan_good, schema) |