diff --git a/README.md b/README.md index a6d88446ca785f5af0fd868780093a6e7753e0bd..24411b4897a1f3f9bc64308609db48f25d38df42 100644 --- a/README.md +++ b/README.md @@ -771,11 +771,25 @@ Any non-empty responses are JSON formatted messages. "type": "array", "items": {"$ref": "#/definitions/circuit"} }, + "bundle": { + "type": "array", + "items": {"type": "string"} + }, + "bundle-parents": { + "type": "array", + "items": {"type": "string"} + }, "description": {"type": "string"}, "name": {"type": "string"}, "snmp-index": {"type": "integer"} }, - "required": ["circuits", "description", "name", "snmp-index"], + "required": [ + "circuits", + "bundle", + "bundle-parents", + "description", + "name", + "snmp-index"], "additionalProperties": False } }