Skip to content

Commit

Permalink
Add minItems to schema in example spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Mar 29, 2024
1 parent 515121d commit 4f22d95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specifications/petstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ components:
type: array
items:
"$ref": "#/components/schemas/User"
minItems: 1
description: List of user object
required: true
securitySchemes:
Expand Down

0 comments on commit 4f22d95

Please sign in to comment.