We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1539375 + 25bc6a3 commit 1093818Copy full SHA for 1093818
include/jsoncons_ext/jsonschema/common/compilation_context.hpp
@@ -113,7 +113,7 @@ namespace jsonschema {
113
std::mt19937 gen{ dev() };
114
std::uniform_int_distribution<std::mt19937::result_type> dist(1, 10000);
115
116
- std::string str = "https:://jsoncons.com/" + std::to_string(dist(gen));
+ std::string str = "https://jsoncons.com/" + std::to_string(dist(gen));
117
jsoncons::uri uri{str};
118
return uri;
119
}
0 commit comments