Change location of VES5.0 code
[demo.git] / vnfs / VES5.0 / evel / evel-test-collector / docs / att_interface_definition / throttle_schema.json
1 {
2     "$schema": "http://json-schema.org/draft-04/schema#",
3     "title": "Vendor Event Listener API - eventThrottlingState",
4     "type": "object",
5     "properties": {
6         "eventThrottlingState": {"$ref": "#/definitions/eventThrottlingState"}
7     },
8     "required": ["eventThrottlingState"]
9 }