You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: elasticgraph-json_ingestion/lib/elastic_graph/json_ingestion/schema_definition/schema_artifact_manager_extension.rb
+4-10Lines changed: 4 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18,17 +18,12 @@ module SchemaDefinition
18
18
#
19
19
# @private
20
20
moduleSchemaArtifactManagerExtension
21
-
# Configuration key consumed from {ElasticGraph::SchemaDefinition::SchemaArtifactManager}'s
22
-
# `extension_artifact_options:` hash. When set to `false`, JSON schema artifact dumps don't
23
-
# require an accompanying `json_schema_version` bump.
0 commit comments