Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/search-api' into search-implemen…
Browse files Browse the repository at this point in the history
…tation
  • Loading branch information
jans510 committed Dec 10, 2024
2 parents 8874066 + 783b6aa commit 5e6dce6
Showing 1 changed file with 2 additions and 28 deletions.
30 changes: 2 additions & 28 deletions api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ paths:
schema:
type: array
items:
$ref: "#/components/schemas/dancer"
$ref: "#/components/schemas/public_profile"
post:
summary: Used to retrieve a list of dancers
tags:
Expand Down Expand Up @@ -752,31 +752,6 @@ components:
- LEAD
- BOTH
- NA
dancer:
type: object
properties:
size:
type: integer
aboutMe:
type: string
gender:
$ref: "#/components/schemas/gender"
dancerName:
type: string
age:
type: integer
city:
type: string
country:
type: string
enum:
- GER
profileImageHash:
type: string
ableTo:
type: array
items:
$ref: "#/components/schemas/dance_profile"
change_profile:
type: object
properties:
Expand Down Expand Up @@ -820,9 +795,8 @@ components:
$ref: "#/components/schemas/gender"
dancerName:
type: string
birthDate:
age:
type: string
format: date
ableTo:
type: array
items:
Expand Down

0 comments on commit 5e6dce6

Please sign in to comment.