| Index: tools/json_schema_compiler/test/enums.json
|
| diff --git a/tools/json_schema_compiler/test/enums.json b/tools/json_schema_compiler/test/enums.json
|
| index 51e1fd41108493e80d19187c0d562a9b5dfc1109..f7748f2ae28c7c118345c12ba0e59e9f0c4016d3 100644
|
| --- a/tools/json_schema_compiler/test/enums.json
|
| +++ b/tools/json_schema_compiler/test/enums.json
|
| @@ -84,6 +84,20 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "events": [
|
| + {
|
| + "name": "onEnumFired",
|
| + "type": "function",
|
| + "description": "Fired when an enum is ready.",
|
| + "parameters": [
|
| + {
|
| + "name": "someEnum",
|
| + "type": "string",
|
| + "enum": ["foo", "bar", "baz"]
|
| + }
|
| + ]
|
| + }
|
| ]
|
| }
|
| ]
|
|
|