diff --git a/docs/overlays/elasticsearch-shared-overlays.yaml b/docs/overlays/elasticsearch-shared-overlays.yaml index de68d1e032..5d799e2f23 100644 --- a/docs/overlays/elasticsearch-shared-overlays.yaml +++ b/docs/overlays/elasticsearch-shared-overlays.yaml @@ -1071,15 +1071,6 @@ actions: # update: # aggregations: # x-model: true - - target: "$.components['schemas']['_types.ScriptSource'].oneOf" - description: Remove oneOf temporarily from ScriptSource - remove: true - - target: "$.components['schemas']['_types.ScriptSource']" - description: Re-add simplified oneOf temporarily in ScriptSource - update: - oneOf: - - type: string - - type: object # Examples ## xCodeSamples - target: "$.paths['/{index}/_doc/{id}']['head']"