| Index: tools/json_schema_compiler/test/objects.json
|
| diff --git a/tools/json_schema_compiler/test/objects.json b/tools/json_schema_compiler/test/objects.json
|
| index 8fb20b408343726956dad03917c47b6b610ac730..4bf55c6ab8367bfbd43d3daf7b005d5d167693a6 100644
|
| --- a/tools/json_schema_compiler/test/objects.json
|
| +++ b/tools/json_schema_compiler/test/objects.json
|
| @@ -54,6 +54,25 @@
|
| }
|
| ]
|
| }
|
| + ],
|
| + "events": [
|
| + {
|
| + "name": "onObjectFired",
|
| + "type": "function",
|
| + "description": "Fired when an object is ready.",
|
| + "parameters": [
|
| + {
|
| + "name": "someObject",
|
| + "type": "object",
|
| + "properties": {
|
| + "state": {
|
| + "type": "string",
|
| + "enum": ["foo", "bar", "baz"]
|
| + }
|
| + }
|
| + }
|
| + ]
|
| + }
|
| ]
|
| }
|
| ]
|
|
|