diff --git a/src/NJsonSchema/JsonPathUtilities.cs b/src/NJsonSchema/JsonPathUtilities.cs index a3b236b9e..6d1bf0dd4 100644 --- a/src/NJsonSchema/JsonPathUtilities.cs +++ b/src/NJsonSchema/JsonPathUtilities.cs @@ -66,7 +66,7 @@ public static class JsonPathUtilities var errorItems = mappings.Where(p => p.Value == null).Select(x => x.Key.GetType().FullName); throw new InvalidOperationException("Could not find the JSON path of a referenced schema: " + string.Join(",", errorItems) + - ",Manually referenced schemas must be added to the " + + ". Manually referenced schemas must be added to the " + "'Definitions' of a parent schema."); }