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 a0e91bb commit 43aee24Copy full SHA for 43aee24
docs/overlays/elasticsearch-shared-overlays.yaml
@@ -1152,3 +1152,11 @@ actions:
1152
- target: "$.components['schemas']['cat._types.CatTransformColumn'].enum"
1153
description: Remove enum array from cat transforms
1154
remove: true
1155
+# Simplify duration type
1156
+ - target: "$.components['schemas']['_types.Duration'].oneOf"
1157
+ description: Remove existing oneOf definition for Duration
1158
+ remove: true
1159
+ - target: "$.components['schemas']['_types.Duration']"
1160
+ description: Re-add a simple string type for Duration
1161
+ update:
1162
+ type: string
0 commit comments