- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / common / extensions / docs / server2 / test_data / test_json / add_rules_test.json
1 [
2   {
3     "namespace": "tester",
4     "description": "A test api with a couple of events which support or do not support rules.",
5     "types": [
6     ],
7     "functions": [
8     ],
9     "events": [
10       {
11         "name": "rules",
12         "options": {
13           "supportsRules": true,
14           "conditions": [],
15           "actions": []
16         }
17       },
18       {
19         "name": "noRules",
20         "type": "function",
21         "description": "Listeners can be registered with this event.",
22         "parameters": []
23       }
24     ]
25   }
26 ]