Skip to content

Commit 5dbcf57

Browse files
elasticsearch-specification update
Update code based on https://github.com/elastic/elasticsearch-specification/blob/main/output/schema/schema.json from Wed Mar 6 00:33:29 UTC 2024.
1 parent 66bf1e2 commit 5dbcf57

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

elasticsearch-ingest-node.schema.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,14 +1230,11 @@
12301230
},
12311231
"_meta": {
12321232
"$ref": "#/$defs/Metadata",
1233-
"description": "Arbitrary metadata about the ingest pipeline. This map is not automatically generated by Elasticsearch. Required."
1233+
"description": "Arbitrary metadata about the ingest pipeline. This map is not automatically generated by Elasticsearch."
12341234
}
12351235
},
12361236
"additionalProperties": false,
1237-
"type": "object",
1238-
"required": [
1239-
"_meta"
1240-
]
1237+
"type": "object"
12411238
},
12421239
"PipelineProcessor": {
12431240
"properties": {

processor.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)