From fb7236d3c53e45a0172dc271463f2e41039d6747 Mon Sep 17 00:00:00 2001 From: Laurent Peuch <cortex@worlddomination.be> Date: Sat, 22 Jun 2013 15:56:01 +0200 Subject: [PATCH] [mod] update standard --- format.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/format.json b/format.json index 10c33e7..e0b516d 100644 --- a/format.json +++ b/format.json @@ -19,13 +19,18 @@ "type": "", // optional }], "phones": [{ + "id": "", // needed for address "phone": "", "address": "for example \"the phone number of his office in the EP\"", // optional, type foreignkey "type": "fax, official, personnal etc ...", // optional }], "address": [{ - "country": "", + "id": "", // needed for phone + "country": { + "name": "", + "code": "", + }, "city": "", "street": "", "number": "", -- GitLab