Skip to content

Commit

Permalink
Removing examples from swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal5 committed Aug 20, 2024
1 parent 44903bb commit 7a42c44
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions data/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,6 @@ paths:
type: string
lastName:
type: string
example:
players:
- firstName: "Caleb"
lastName: "Williams"
- firstName: "Olu"
lastName: "Fashanu"
- firstName: "Brock"
lastName: "Bowers"
- firstName: "Jer Zhan"
lastName: "Newton"
- firstName: "Drake"
lastName: "Maye"
- firstName: "Jayden"
lastName: "Daniels"
- firstName: "Joe"
lastName: "Alt"
- firstName: "Dallas"
lastName: "Turner"
- firstName: "Marvin"
lastName: "Harrison Jr"
- firstName: "Malik"
lastName: "Nabers"
/players/{player}/questions:
get:
summary: Get questions related to a selected player
Expand Down Expand Up @@ -78,12 +56,3 @@ paths:
type: string
answer:
type: string
example:
questions:
- question: "WHO SINGS CALEB WILLIAMS WARM UP SONG?"
options:
- "JOHN LEGEND"
- "POST MALONE"
- "RIHANNA"
- "BRUNO MARS"
answer: "JOHN LEGEND"

0 comments on commit 7a42c44

Please sign in to comment.