Skip to content

Commit

Permalink
Fix type in cyclical array example
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-foster committed Sep 29, 2023
1 parent 52b8e16 commit 1515494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fixture/array-type.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ components:
id:
type: integer
team:
type:
anyOf:
- type: "null"
- "$ref": "#/components/schemas/team"
- "null"
required:
- id
- team
Expand Down

0 comments on commit 1515494

Please sign in to comment.