Skip to content
Snippets Groups Projects
Commit ae556a50 authored by Robert Latta's avatar Robert Latta
Browse files

updated schema to allow pop information

parent 510c5bee
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,10 @@ JUNIPER_LINK_METADATA = {
"service_type": {"type": "string"},
"project": {"type": "string"},
"equipment": {"type": "string"},
"pop": {"type": "string"},
"pop_abbreviation": {"type": "string"},
"other_end_pop": {"type": "string"},
"other_end_pop_abbreviation": {"type": "string"},
"other_end_equipment": {"type": "string"},
"port": {"type": "string"},
"other_end_port": {"type": "string"},
......
......@@ -27,6 +27,10 @@ INFINERA_LINK_METADATA = {
},
"service_type": {"type": "string"},
"project": {"type": "string"},
"pop": {"type": "string"},
"pop_abbreviation": {"type": "string"},
"other_end_pop": {"type": "string"},
"other_end_pop_abbreviation": {"type": "string"},
"equipment": {"type": "string"},
"other_end_equipment": {"type": "string"},
"port": {"type": "string"},
......
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