File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ auto sourcemeta::core::schema_official_resolver(std::string_view identifier)
10
10
R"EOF( @METASCHEMA_JSONSCHEMA_2020_12@)EOF" );
11
11
} else if (identifier ==
12
12
" https://json-schema.org/draft/2020-12/hyper-schema" ||
13
+ // Just for compatibility given that this is such a common issue
13
14
identifier ==
14
15
" https://json-schema.org/draft/2020-12/hyper-schema#" ) {
15
16
return sourcemeta::core::parse_json (
@@ -64,6 +65,7 @@ auto sourcemeta::core::schema_official_resolver(std::string_view identifier)
64
65
R"EOF( @METASCHEMA_JSONSCHEMA_2019_09@)EOF" );
65
66
} else if (identifier ==
66
67
" https://json-schema.org/draft/2019-09/hyper-schema" ||
68
+ // Just for compatibility given that this is such a common issue
67
69
identifier ==
68
70
" https://json-schema.org/draft/2019-09/hyper-schema#" ) {
69
71
return sourcemeta::core::parse_json (
You can’t perform that action at this time.
0 commit comments