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

update poller response schema spec

parent f93f0fc1
No related branches found
No related tags found
No related merge requests found
......@@ -595,10 +595,12 @@ Any non-empty responses are JSON formatted messages.
"circuit": {
"type": "object",
"properties": {
"name": {"type": "string"},
"status": {"type": "string"},
"type": {"type": "string"},
"id": {"type": "integer"}
},
"required": ["type", "id"],
"required": ["name", "status", "type", "id"],
"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