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 60ea4b2 commit f952a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1853,7 +1853,7 @@ components:
channel: "#/components/schemas/Channel"
dehydrated_channel: "#/components/schemas/DehydratedChannel"
CastWithInteractions:
anyOf:
allOf:
- $ref: "#/components/schemas/Cast"
- type: object
required:
Expand Down

0 comments on commit f952a68

Please sign in to comment.