blob: 992d79a7b8d5025da0b4af1b656da453c33fa09a [file] [log] [blame]
[
{
"namespace": "tester",
"description": "A test api with a couple of events which support or do not support rules.",
"types": [
],
"functions": [
],
"events": [
{
"name": "rules",
"options": {
"supportsRules": true,
"conditions": [],
"actions": []
}
},
{
"name": "noRules",
"type": "function",
"description": "Listeners can be registered with this event.",
"parameters": []
}
]
}
]