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

Added id to Coriant schema properties

parent 7531dabf
Branches
Tags
No related merge requests found
...@@ -121,6 +121,7 @@ CORIANT_PATH_METADATA = { ...@@ -121,6 +121,7 @@ CORIANT_PATH_METADATA = {
"type": "object", "type": "object",
"properties": { "properties": {
'id': {"type": "integer"},
'category': {"type": "string"}, 'category': {"type": "string"},
'circuit_type': {"type": "string"}, 'circuit_type': {"type": "string"},
'service_type': {"type": "string"}, 'service_type': {"type": "string"},
...@@ -131,6 +132,7 @@ CORIANT_PATH_METADATA = { ...@@ -131,6 +132,7 @@ CORIANT_PATH_METADATA = {
'b': {"$ref": "#/definitions/endpoint"} 'b': {"$ref": "#/definitions/endpoint"}
}, },
"required": [ "required": [
"id",
"category", "category",
"circuit_type", "circuit_type",
"service_type", "service_type",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment