aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/collector/docs/att_interface_definition/throttle_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/VES5.0/collector/docs/att_interface_definition/throttle_schema.json')
-rw-r--r--vnfs/VES5.0/collector/docs/att_interface_definition/throttle_schema.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/vnfs/VES5.0/collector/docs/att_interface_definition/throttle_schema.json b/vnfs/VES5.0/collector/docs/att_interface_definition/throttle_schema.json
new file mode 100644
index 00000000..7763a344
--- /dev/null
+++ b/vnfs/VES5.0/collector/docs/att_interface_definition/throttle_schema.json
@@ -0,0 +1,9 @@
+{
+ "$schema": "http://json-schema.org/draft-04/schema#",
+ "title": "Vendor Event Listener API - eventThrottlingState",
+ "type": "object",
+ "properties": {
+ "eventThrottlingState": {"$ref": "#/definitions/eventThrottlingState"}
+ },
+ "required": ["eventThrottlingState"]
+}