Skip to content

Commit

Permalink
Set description at embed level
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Oct 23, 2024
1 parent c5df063 commit 70965bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1224,11 +1224,11 @@ components:
type:
$ref: "#/components/schemas/CastNotificationType"
embeds:
description: |
It is an array of Embed object (Check #/components/schemas/Cast). Embed object is intentionally omitted to break the circular reference.
type: array
items:
items:
type: object
description: |
It is an Embed object (Check #/components/schemas/Cast). Embed object is intentionally omitted to break the circular reference.
Cast:
type: object
required:
Expand Down

0 comments on commit 70965bf

Please sign in to comment.