diff --git a/authors-tools/examples.http b/authors-tools/examples.http index 9612189..c3bf97b 100644 --- a/authors-tools/examples.http +++ b/authors-tools/examples.http @@ -41,10 +41,34 @@ Content-Type: application/json [ - {"id": "1", "value": "Abeeway, F-06903 Sophia Antipolis, France"}, - {"id": "2", "value": "AiryLab SARL, 34 Rue Jean Baptiste Malon, F-04800 Greoux Les Bains, France"}, - {"id": "3", "value": "4G TECHNOL, F-06370 Mouans Sartoux, France"}, - {"id": "4", "value": "Univ Cote dAzur, INRIA, Ansys, Nice, France"} + { + "id": 1, + "value": { + "organisme": "abeeway", + "statut": "private" + } + }, + { + "id": 2, + "value": { + "organisme": "airylab sarl", + "statut": "private" + } + }, + { + "id": 3, + "value": { + "organisme": "n/a", + "statut": "n/a" + } + }, + { + "id": 4, + "value": { + "organisme": "univ cote dazur", + "statut": "public" + } + } ] ### \ No newline at end of file