Skip to content

Commit 2d7a52b

Browse files
leggetterCopilot
andauthored
chore: JMESPATH example in docs/apis/openapi.yaml
Co-authored-by: Copilot <[email protected]>
1 parent 58a059e commit 2d7a52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/apis/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ components:
242242
key_template:
243243
type: string
244244
description: JMESPath expression for generating S3 object keys. Default is join('', [time.rfc3339_nano, '_', metadata."event-id", '.json']).
245-
example: "join('/', [time.year, time.month, time.day, metadata.\"event-id\", '.json'])"
245+
example: "join('/', [time.year, time.month, time.day, metadata.`\"event-id\"`, '.json'])"
246246
storage_class:
247247
type: string
248248
description: The storage class for the S3 objects (e.g., STANDARD, INTELLIGENT_TIERING, GLACIER, etc.). Defaults to "STANDARD".

0 commit comments

Comments
 (0)