diff --git a/json/tests/testData/jsonSchema/crossReferences/testFileForBaseProperties.json b/json/tests/testData/jsonSchema/crossReferences/testFileForBaseProperties.json index 2fb95e5ba266..dbeb3a46f6a3 100644 --- a/json/tests/testData/jsonSchema/crossReferences/testFileForBaseProperties.json +++ b/json/tests/testData/jsonSchema/crossReferences/testFileForBaseProperties.json @@ -1,3 +1,3 @@ { - "baseEnum": "one" + "baseEnum": "one" } diff --git a/json/tests/testData/jsonSchema/schemaFile/resolve/referencingSchema.json b/json/tests/testData/jsonSchema/schemaFile/resolve/referencingSchema.json index 8a890fcb1f3e..0f8a81cbc685 100644 --- a/json/tests/testData/jsonSchema/schemaFile/resolve/referencingSchema.json +++ b/json/tests/testData/jsonSchema/schemaFile/resolve/referencingSchema.json @@ -1,7 +1,7 @@ { "properties": { "smth": { - "$ref" : "https://myurl#/properties/baseEnum" + "$ref" : "https://myurl#/properties/baseEnum" } } } \ No newline at end of file