Skip to content

Commit be47f01

Browse files
pkubickiclaude
andauthored
fix(data-events): metadata accepts non-string values in Unstable base spec (#592)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7f05258 commit be47f01

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

descriptions/0/api.intercom.io.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30736,8 +30736,7 @@ components:
3073630736
metadata:
3073730737
type: object
3073830738
description: Optional metadata about the event.
30739-
additionalProperties:
30740-
type: string
30739+
additionalProperties: true
3074130740
example:
3074230741
invite_code: ADDAFRIEND
3074330742
anyOf:
@@ -33036,8 +33035,7 @@ components:
3303633035
metadata:
3303733036
type: object
3303833037
description: Optional metadata about the event.
33039-
additionalProperties:
33040-
type: string
33038+
additionalProperties: true
3304133039
example:
3304233040
invite_code: ADDAFRIEND
3304333041
required:

0 commit comments

Comments
 (0)