| Index: tools/json_schema_compiler/test/crossref.json
|
| diff --git a/tools/json_schema_compiler/test/crossref.json b/tools/json_schema_compiler/test/crossref.json
|
| index a1e994b625b78ade8f18213c1d59e5c2c4d186d2..ca67a46a309f134115117de05d4ac8afa3be4fea 100644
|
| --- a/tools/json_schema_compiler/test/crossref.json
|
| +++ b/tools/json_schema_compiler/test/crossref.json
|
| @@ -9,7 +9,17 @@
|
| "type": "object",
|
| "properties": {
|
| "testType": {
|
| - "$ref": "simple_api.TestType",
|
| + "$ref": "simple_api.TestType"
|
| + },
|
| + "testEnumRequired": {
|
| + "$ref": "simple_api.TestEnum"
|
| + },
|
| + "testEnumOptional": {
|
| + "$ref": "simple_api.TestEnum",
|
| + "optional": true
|
| + },
|
| + "testEnumOptionalExtra": {
|
| + "$ref": "simple_api.TestEnum",
|
| "optional": true
|
| }
|
| }
|
|
|