| 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 02e5c94ab706e358ee4fd053faf7e5d53681e5d8..9d3f90578447dc56612784074af937a4b17aa879 100644
|
| --- a/tools/json_schema_compiler/test/crossref.json
|
| +++ b/tools/json_schema_compiler/test/crossref.json
|
| @@ -8,7 +8,7 @@
|
| "type": "object",
|
| "properties": {
|
| "testType": {
|
| - "$ref": "TestType",
|
| + "$ref": "simple_api.TestType",
|
| "optional": true
|
| }
|
| }
|
| @@ -22,7 +22,7 @@
|
| "parameters": [
|
| {
|
| "name": "testType",
|
| - "$ref": "TestType",
|
| + "$ref": "simple_api.TestType",
|
| "optional": true
|
| },
|
| {
|
| @@ -43,7 +43,7 @@
|
| "parameters": [
|
| {
|
| "name": "result",
|
| - "$ref": "TestType",
|
| + "$ref": "simple_api.TestType",
|
| "description": "A TestType."
|
| }
|
| ]
|
| @@ -59,7 +59,7 @@
|
| "name": "paramObject",
|
| "type": "object",
|
| "properties": {
|
| - "testType": {"$ref": "TestType", "optional": true},
|
| + "testType": {"$ref": "simple_api.TestType", "optional": true},
|
| "boolean": {"type": "boolean"}
|
| }
|
| },
|
|
|