Skip to content

Commit

Permalink
replace anyOf -> allOf
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Oct 29, 2024
1 parent f952a68 commit 36e2f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ components:
author_channel_context:
$ref: "#/components/schemas/ChannelUserContext"
CastWithInteractionsAndConversations:
anyOf:
allOf:
- $ref: "#/components/schemas/CastWithInteractions"
- type: object
required:
Expand All @@ -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:
Expand Down

0 comments on commit 36e2f47

Please sign in to comment.