From 52f3c162ac2132b5d297a7cadf6d706bc36c7483 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Wed, 12 Jul 2017 11:23:14 +0200 Subject: [PATCH] Add locality as filed --- draft/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/README.md b/draft/README.md index 464d5ad..4b6f6b9 100644 --- a/draft/README.md +++ b/draft/README.md @@ -88,6 +88,9 @@ keys described here are not exclusive. // OPTIONAL. Street of the place. "street": "Rue de Metz", + // OPTIONAL. Locality of the place. + "locality": "Les Clarons", + // OPTIONAL. Postcode of the place. "postcode": "59280",