| Index: tools/json_schema_compiler/test/simple_api.json
|
| diff --git a/tools/json_schema_compiler/test/simple_api.json b/tools/json_schema_compiler/test/simple_api.json
|
| index 9ab54037be875055f36beb591f9a533f3a3467fb..78311874b88121bd053db7f07a30ad38e0a7fec1 100644
|
| --- a/tools/json_schema_compiler/test/simple_api.json
|
| +++ b/tools/json_schema_compiler/test/simple_api.json
|
| @@ -24,6 +24,11 @@
|
| "description": "Some integer."
|
| }
|
| }
|
| + },
|
| + {
|
| + "id": "TestEnum",
|
| + "type": "string",
|
| + "enum": ["one", "two", "three"]
|
| }
|
| ],
|
| "functions": [
|
|
|