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 c56b643 commit abe4889Copy full SHA for abe4889
3 files changed
config/site/examples/namespaced_queries/schema.rb
@@ -8,6 +8,7 @@
8
9
ElasticGraph.define_schema do |schema|
10
schema.json_schema_version 1
11
+ schema.enforce_json_schema_version false
12
end
13
14
# :snippet-start: namespace_type
config/site/examples/nested_namespaced_queries/schema.rb
# :snippet-start: nested_namespace_type
config/site/examples/schema_customization/schema.rb
# :snippet-start: on_each_generated_schema_element
# Within `ElasticGraph.define_schema { ... }` in your schema definition:
0 commit comments