mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-08-11 05:00:21 +02:00
zip code fix (#112)
This commit is contained in:
@@ -17,9 +17,9 @@ export const NominatimResultSchema = Type.Object({
|
||||
licence: Type.String(),
|
||||
lon: Type.String(),
|
||||
name: Type.String(),
|
||||
osm_id: Type.Number(),
|
||||
osm_type: Type.String(),
|
||||
place_id: Type.Number(),
|
||||
osm_id: Type.Optional(Type.Number()),
|
||||
osm_type: Type.Optional(Type.String()),
|
||||
place_id: Type.Optional(Type.Number()),
|
||||
place_rank: Type.Number(),
|
||||
type: Type.String(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user