summaryrefslogtreecommitdiffstats
path: root/tools/json_schema_compiler/test/crossref.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/json_schema_compiler/test/crossref.json')
-rw-r--r--tools/json_schema_compiler/test/crossref.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/json_schema_compiler/test/crossref.json b/tools/json_schema_compiler/test/crossref.json
index 02e5c94..9d3f905 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"}
}
},