Skip to content

Commit

Permalink
Add example for multiple types
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcL01 committed Nov 7, 2024
1 parent 64dd946 commit 1a68f26
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions demo/examples/petstore-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,14 @@ paths:
properties:
name:
description: Updated name of the pet
type: string
type:
- string
- "null"
status:
description: Updated status of the pet
type: string
type:
- string
- "null"
delete:
tags:
- pet
Expand Down

0 comments on commit 1a68f26

Please sign in to comment.