aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/throttle_schema.json
blob: 7763a344384071f6e7c43d9afc6f9be70fa19d47 (plain)
1
2
3
4
5
6
7
8
9
{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "Vendor Event Listener API - eventThrottlingState",
    "type": "object",
    "properties": {
        "eventThrottlingState": {"$ref": "#/definitions/eventThrottlingState"}
    },
    "required": ["eventThrottlingState"]
}