Skip to content

Commit

Permalink
feat(types): Add administrative and county types
Browse files Browse the repository at this point in the history
  • Loading branch information
raphi committed Feb 21, 2024
1 parent dbb9bf0 commit 2e3c1c5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
name: API Support
email: [email protected]
url: https://api.placekit.co
version: 1.2.1
version: 1.3.0
servers:
- url: https://api.placekit.co
security:
Expand Down Expand Up @@ -836,10 +836,12 @@ components:
description: Type of the record.
example: street
enum:
- administrative
- airport
- bus
- city
- country
- county
- street
- tourism
- townhall
Expand Down Expand Up @@ -951,6 +953,8 @@ components:
types:
type: string
enum:
- administrative
- -administrative
- airport
- -airport
- bus
Expand All @@ -959,6 +963,8 @@ components:
- -city
- country
- -country
- county
- -county
- street
- -street
- tourism
Expand Down

0 comments on commit 2e3c1c5

Please sign in to comment.