Skip to content

Commit

Permalink
Corrected GeoDistanceSort schema
Browse files Browse the repository at this point in the history
Signed-off-by: Theo Truong <[email protected]>
  • Loading branch information
nhtruong committed Jan 22, 2025
1 parent 38951da commit 77d97ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spec/schemas/_common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,10 @@ components:
$ref: '#/components/schemas/SortOrder'
unit:
$ref: '#/components/schemas/DistanceUnit'
additionalProperties:
type: array
items:
$ref: '#/components/schemas/GeoLocation'
SortMode:
type: string
enum:
Expand Down

0 comments on commit 77d97ee

Please sign in to comment.