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

weakend trap metadata schema in test

parent 4703249d
No related branches found
No related tags found
No related merge requests found
......@@ -89,12 +89,12 @@ JUNIPER_LINK_METADATA = {
# TODO: modify service-info so that "" entries are just omitted
# (... rather than requiring 'oneOf')
# TODO: put 'other_end_*' params in a sub dictionary
"required": [
"id", "name", "status",
"circuit_type", "service_type",
"project", "port", "manufacturer",
"equipment", "logical_unit", "card_id", "interface_name"
],
# "required": [
# "id", "name", "status",
# "circuit_type", "service_type",
# "project", "port", "manufacturer",
# "equipment", "logical_unit", "card_id", "interface_name"
# ],
"additionalProperties": False
}
},
......@@ -111,7 +111,7 @@ JUNIPER_LINK_METADATA = {
"items": {"$ref": "#/definitions/service-info"}
}
},
"required": ["interface"],
# "required": ["interface"],
"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