Skip to content

Commit

Permalink
Update src/NJsonSchema/JsonPathUtilities.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Rico Suter <mail@rsuter.com>
  • Loading branch information
hyzx86 and RicoSuter committed Jul 17, 2024
1 parent 3eee23f commit 665b9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NJsonSchema/JsonPathUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}

Expand Down

0 comments on commit 665b9aa

Please sign in to comment.