Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreyaschorge committed Dec 9, 2024
1 parent 0bdc6b1 commit e8d1526
Showing 1 changed file with 27 additions and 26 deletions.
53 changes: 27 additions & 26 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3203,32 +3203,33 @@ components:
type: string
metadata:
type: object
bio:
type: string
pfp_url:
type: string
url:
type: string
username:
type: string
display_name:
type: string
location:
type: object
required:
- latitude
- longitude
properties:
latitude:
type: number
format: double
minimum: -90
maximum: 90
longitude:
type: number
format: double
minimum: -180
maximum: 180
properties:
bio:
type: string
pfp_url:
type: string
url:
type: string
username:
type: string
display_name:
type: string
location:
type: object
required:
- latitude
- longitude
properties:
latitude:
type: number
format: double
minimum: -90
maximum: 90
longitude:
type: number
format: double
minimum: -180
maximum: 180
RegisterUserResponse:
type: object
required:
Expand Down

0 comments on commit e8d1526

Please sign in to comment.