diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index 3289d84..fb8a349 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -1886,7 +1886,7 @@ components: author_channel_context: $ref: "#/components/schemas/ChannelUserContext" CastWithInteractionsAndConversations: - anyOf: + allOf: - $ref: "#/components/schemas/CastWithInteractions" - type: object required: @@ -1899,7 +1899,7 @@ components: description: "note: This is recursive. It contains the direct replies to the cast and their direct replies up to n reply_depth." CastWithInteractionsAndConversationsRef: description: Reference to CastWithInteractionsAndConversations to avoid circular reference - anyOf: + allOf: - $ref: "#/components/schemas/CastWithInteractions" - type: object required: