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 7e8e382 commit 395146fCopy full SHA for 395146f
docs/overlays/elasticsearch-shared-overlays.yaml
@@ -1100,3 +1100,11 @@ actions:
1100
- target: "$.components['schemas']['cat._types.CatTransformColumn'].enum"
1101
description: Remove enum array from cat transforms
1102
remove: true
1103
+# Simplify duration type
1104
+ - target: "$.components['schemas']['_types.Duration'].oneOf"
1105
+ description: Remove existing oneOf definition for Duration
1106
+ remove: true
1107
+ - target: "$.components['schemas']['_types.Duration']"
1108
+ description: Re-add a simple string type for Duration
1109
+ update:
1110
+ type: string
0 commit comments