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.
1 parent a83d8ff commit 94df2c3Copy full SHA for 94df2c3
src/core/jsonschema/official_resolver.in.cc
@@ -1,7 +1,8 @@
1
-#include <optional> // std::optional
2
#include <sourcemeta/core/json.h>
3
#include <sourcemeta/core/json_value.h>
4
#include <sourcemeta/core/jsonschema.h>
+
5
+#include <optional> // std::optional
6
#include <string_view> // std::string_view
7
8
auto sourcemeta::core::schema_official_resolver(std::string_view identifier)
0 commit comments