diff --git a/DEPENDENCIES b/DEPENDENCIES index 3ba7ace..f473100 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -4,4 +4,4 @@ jsontoolkit https://github.com/sourcemeta/jsontoolkit 7a398224cc2e76ea9ae8541a87 hydra https://github.com/sourcemeta/hydra a4a74f3cabd32f2f829f449d67339dac33f9910e alterschema https://github.com/sourcemeta/alterschema 92e370ce9c1f0582014b54d43e388ee012dfe13d jsonbinpack https://github.com/sourcemeta/jsonbinpack d777179441d3c703e1fda1187742541aa26836b5 -blaze https://github.com/sourcemeta/blaze 4db8309470369332d3d0658ade9402a37abe418e +blaze https://github.com/sourcemeta/blaze 6b279890fe3f003e87eec55f7ced40e91c713050 diff --git a/vendor/blaze/src/compiler/default_compiler_draft6.h b/vendor/blaze/src/compiler/default_compiler_draft6.h index 684f373..44c63f5 100644 --- a/vendor/blaze/src/compiler/default_compiler_draft6.h +++ b/vendor/blaze/src/compiler/default_compiler_draft6.h @@ -340,7 +340,7 @@ auto compiler_draft6_validation_propertynames( const DynamicContext &dynamic_context) -> Template { if (schema_context.schema.defines("type") && schema_context.schema.at("type").is_string() && - schema_context.schema.at("type").to_string() != "string") { + schema_context.schema.at("type").to_string() != "object") { return {}; }