diff options
Diffstat (limited to 'python/tests/files/small.json')
-rw-r--r-- | python/tests/files/small.json | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/python/tests/files/small.json b/python/tests/files/small.json index 7c75187..eb93d9e 100644 --- a/python/tests/files/small.json +++ b/python/tests/files/small.json @@ -1,7 +1,21 @@ { "title": "Dummy Example File", "authors": [ - {"name": "Brewster Kahle", "given_name": "Brewster", "surname": "Kahle"}, + { + "name": "Brewster Kahle", + "given_name": "Brewster", + "surname": "Kahle", + "affiliation": { + "department": "Faculty ofAgricultrial Engineering", + "laboratory": "Plant Physiology Laboratory", + "institution": "Technion-Israel Institute of Technology", + "address": { + "postCode": "32000", + "settlement": "Haifa", + "country": "Israel" + } + } + }, {"name": "J Doe", "given_name": "J", "surname": "Doe"} ], "journal": { |