commit daa92cb6ed6fb8243184785ce9f878c7b4d285bb
parent ec786bf15c3ef0831b381d49a3022555dd2d8b19
Author: Aurimas Vinckevicius <aurimas.dev@gmail.com>
Date: Mon, 23 Mar 2015 23:53:29 -0500
Add auto-generated sample data
allTypesAndFields: Direct serialization of all valid fields for all valid item types
citeProcJSExport: All item types and fields as sent to citeproc-js
itemJSON: Zotero.Item::toJSON serialization of all item types and fields
translatorExport: items as presented to export translators after 4.0.27
translatorExportLegacy: items as presented to export translators before 4.0.27
(does not cover relations, collections, tags, attachments)
Diffstat:
5 files changed, 8790 insertions(+), 0 deletions(-)
diff --git a/test/tests/data/allTypesAndFields.js b/test/tests/data/allTypesAndFields.js
@@ -0,0 +1,1366 @@
+{
+ "artwork": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "artworkSize": "Artwork size",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "artist",
+ "firstName": "artistFirst",
+ "lastName": "artistLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "artwork",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "audioRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "performer",
+ "firstName": "performerFirst",
+ "lastName": "performerLast"
+ },
+ {
+ "creatorType": "composer",
+ "firstName": "composerFirst",
+ "lastName": "composerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "wordsBy",
+ "firstName": "wordsByFirst",
+ "lastName": "wordsByLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "audioRecording",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "numberOfVolumes": 7,
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "bill": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "code": "Code",
+ "creators": [
+ {
+ "creatorType": "sponsor",
+ "firstName": "sponsorFirst",
+ "lastName": "sponsorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "cosponsor",
+ "firstName": "cosponsorFirst",
+ "lastName": "cosponsorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "bill",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "number": 3,
+ "pages": "1-10",
+ "rights": "Rights",
+ "section": "Section",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "blogPost": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "commenter",
+ "firstName": "commenterFirst",
+ "lastName": "commenterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "blogPost",
+ "language": "en-US",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "book": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "edition": 8,
+ "extra": "Extra",
+ "itemType": "book",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numPages": 4,
+ "numberOfVolumes": 7,
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": 9,
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "bookSection": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "bookAuthor",
+ "firstName": "bookAuthorFirst",
+ "lastName": "bookAuthorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "edition": 8,
+ "extra": "Extra",
+ "itemType": "bookSection",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": 7,
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": 9,
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "case": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "court": "Court",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "counsel",
+ "firstName": "counselFirst",
+ "lastName": "counselLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "case",
+ "language": "en-US",
+ "number": 3,
+ "pages": "1-10",
+ "reporter": "Reporter",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "computerProgram": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "programmer",
+ "firstName": "programmerFirst",
+ "lastName": "programmerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "computerProgram",
+ "libraryCatalog": "Library catalog",
+ "place": "Place",
+ "programmingLanguage": "Programming language",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "system": "System",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": "Version"
+ },
+ "conferencePaper": {
+ "DOI": "10.1234/example.doi",
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "conferenceName": "Conference name",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "conferencePaper",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "dictionaryEntry": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "edition": 8,
+ "extra": "Extra",
+ "itemType": "dictionaryEntry",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": 7,
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": 9,
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "document": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "document",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "email": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "email",
+ "language": "en-US",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "encyclopediaArticle": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "edition": 8,
+ "extra": "Extra",
+ "itemType": "encyclopediaArticle",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": 7,
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": 9,
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "film": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "film",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "forumPost": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "forumPost",
+ "language": "en-US",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "hearing": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "committee": "Committee",
+ "creators": [
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "hearing",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "number": 3,
+ "numberOfVolumes": 7,
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "instantMessage": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "instantMessage",
+ "language": "en-US",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "interview": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "interviewee",
+ "firstName": "intervieweeFirst",
+ "lastName": "intervieweeLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "interviewer",
+ "firstName": "interviewerFirst",
+ "lastName": "interviewerLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "interview",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "journalArticle": {
+ "DOI": "10.1234/example.doi",
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "issue": 5,
+ "itemType": "journalArticle",
+ "journalAbbreviation": "Journal abbreviation",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesText": "Series text",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "letter": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "letter",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "magazineArticle": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "issue": 5,
+ "itemType": "magazineArticle",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "manuscript": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "manuscript",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numPages": 4,
+ "place": "Place",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "map": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "cartographer",
+ "firstName": "cartographerFirst",
+ "lastName": "cartographerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "edition": 8,
+ "extra": "Extra",
+ "itemType": "map",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "scale": "Scale",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "newspaperArticle": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "edition": 8,
+ "extra": "Extra",
+ "itemType": "newspaperArticle",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "section": "Section",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "patent": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "applicationNumber": "Application number",
+ "assignee": "Assignee",
+ "country": "Country",
+ "creators": [
+ {
+ "creatorType": "inventor",
+ "firstName": "inventorFirst",
+ "lastName": "inventorLast"
+ },
+ {
+ "creatorType": "attorneyAgent",
+ "firstName": "attorneyAgentFirst",
+ "lastName": "attorneyAgentLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "filingDate": "2000-01-02",
+ "issuingAuthority": "Issuing authority",
+ "itemType": "patent",
+ "language": "en-US",
+ "legalStatus": "Legal status",
+ "number": 3,
+ "pages": "1-10",
+ "place": "Place",
+ "priorityNumbers": "Priority numbers",
+ "references": "References",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "podcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "creators": [
+ {
+ "creatorType": "podcaster",
+ "firstName": "podcasterFirst",
+ "lastName": "podcasterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ }
+ ],
+ "extra": "Extra",
+ "itemType": "podcast",
+ "language": "en-US",
+ "medium": "Medium",
+ "number": 3,
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "presentation": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "creators": [
+ {
+ "creatorType": "presenter",
+ "firstName": "presenterFirst",
+ "lastName": "presenterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "presentation",
+ "language": "en-US",
+ "meetingName": "Meeting name",
+ "place": "Place",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "radioBroadcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "radioBroadcast",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "number": 3,
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "report": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "report",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "number": 3,
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "statute": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "code": "Code",
+ "codeNumber": "Code number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "statute",
+ "language": "en-US",
+ "number": 3,
+ "pages": "1-10",
+ "rights": "Rights",
+ "section": "Section",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "thesis": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "thesis",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numPages": 4,
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "tvBroadcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "tvBroadcast",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "number": 3,
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "videoRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "videoRecording",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "numberOfVolumes": 7,
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": 6
+ },
+ "webpage": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "itemType": "webpage",
+ "language": "en-US",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ }
+}
+\ No newline at end of file
diff --git a/test/tests/data/citeProcJSExport.js b/test/tests/data/citeProcJSExport.js
@@ -0,0 +1,1668 @@
+{
+ "artwork": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "artistLast",
+ "given": "artistFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "dimensions": "Artwork size",
+ "id": 37,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "medium": "Medium",
+ "note": "Extra",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "graphic"
+ },
+ "audioRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "performerLast",
+ "given": "performerFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-title": "Series title",
+ "composer": [
+ {
+ "family": "composerLast",
+ "given": "composerFirst"
+ }
+ ],
+ "dimensions": "1:22:33",
+ "event-place": "Place",
+ "id": 38,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "medium": "Medium",
+ "note": "Extra",
+ "number-of-volumes": "7",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "song",
+ "volume": "6"
+ },
+ "bill": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "sponsorLast",
+ "given": "sponsorFirst"
+ }
+ ],
+ "authority": "Legislative body",
+ "chapter-number": "Session",
+ "container-title": "Code",
+ "id": 39,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number": "3",
+ "page": "1-10",
+ "references": "History",
+ "section": "Section",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "bill",
+ "volume": "6"
+ },
+ "blogPost": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "container-title": "Publication title",
+ "genre": "Type",
+ "id": 40,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "post-weblog"
+ },
+ "book": {
+ "ISBN": "978-1-234-56789-7",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-editor": [
+ {
+ "family": "seriesEditorLast",
+ "given": "seriesEditorFirst"
+ }
+ ],
+ "collection-number": "9",
+ "collection-title": "Series",
+ "edition": "8",
+ "editor": [
+ {
+ "family": "editorLast",
+ "given": "editorFirst"
+ }
+ ],
+ "event-place": "Place",
+ "id": 41,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number-of-pages": "4",
+ "number-of-volumes": "7",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "book",
+ "volume": "6"
+ },
+ "bookSection": {
+ "ISBN": "978-1-234-56789-7",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-editor": [
+ {
+ "family": "seriesEditorLast",
+ "given": "seriesEditorFirst"
+ }
+ ],
+ "collection-number": "9",
+ "collection-title": "Series",
+ "container-author": [
+ {
+ "family": "bookAuthorLast",
+ "given": "bookAuthorFirst"
+ }
+ ],
+ "container-title": "Publication title",
+ "edition": "8",
+ "editor": [
+ {
+ "family": "editorLast",
+ "given": "editorFirst"
+ }
+ ],
+ "event-place": "Place",
+ "id": 42,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number-of-volumes": "7",
+ "page": "1-10",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "chapter",
+ "volume": "6"
+ },
+ "case": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "authority": "Court",
+ "container-title": "Reporter",
+ "id": 43,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number": "3",
+ "page": "1-10",
+ "references": "History",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "legal_case",
+ "volume": "6"
+ },
+ "computerProgram": {
+ "ISBN": "978-1-234-56789-7",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "programmerLast",
+ "given": "programmerFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-title": "Series title",
+ "event-place": "Place",
+ "genre": "Programming language",
+ "id": 44,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "medium": "System",
+ "note": "Extra",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "book",
+ "version": "Version"
+ },
+ "conferencePaper": {
+ "DOI": "10.1234/example.doi",
+ "ISBN": "978-1-234-56789-7",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-editor": [
+ {
+ "family": "seriesEditorLast",
+ "given": "seriesEditorFirst"
+ }
+ ],
+ "collection-title": "Series",
+ "container-title": "Publication title",
+ "editor": [
+ {
+ "family": "editorLast",
+ "given": "editorFirst"
+ }
+ ],
+ "event": "Conference name",
+ "event-place": "Place",
+ "id": 45,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "page": "1-10",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "paper-conference",
+ "volume": "6"
+ },
+ "dictionaryEntry": {
+ "ISBN": "978-1-234-56789-7",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-editor": [
+ {
+ "family": "seriesEditorLast",
+ "given": "seriesEditorFirst"
+ }
+ ],
+ "collection-number": "9",
+ "collection-title": "Series",
+ "container-title": "Publication title",
+ "edition": "8",
+ "editor": [
+ {
+ "family": "editorLast",
+ "given": "editorFirst"
+ }
+ ],
+ "event-place": "Place",
+ "id": 46,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number-of-volumes": "7",
+ "page": "1-10",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "entry-dictionary",
+ "volume": "6"
+ },
+ "document": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "editor": [
+ {
+ "family": "editorLast",
+ "given": "editorFirst"
+ }
+ ],
+ "id": 47,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "publisher": "Publisher",
+ "reviewed-author": [
+ {
+ "family": "reviewedAuthorLast",
+ "given": "reviewedAuthorFirst"
+ }
+ ],
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "article"
+ },
+ "email": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "id": 48,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "recipient": [
+ {
+ "family": "recipientLast",
+ "given": "recipientFirst"
+ }
+ ],
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "personal_communication"
+ },
+ "encyclopediaArticle": {
+ "ISBN": "978-1-234-56789-7",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-editor": [
+ {
+ "family": "seriesEditorLast",
+ "given": "seriesEditorFirst"
+ }
+ ],
+ "collection-number": "9",
+ "collection-title": "Series",
+ "container-title": "Publication title",
+ "edition": "8",
+ "editor": [
+ {
+ "family": "editorLast",
+ "given": "editorFirst"
+ }
+ ],
+ "event-place": "Place",
+ "id": 49,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number-of-volumes": "7",
+ "page": "1-10",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "entry-encyclopedia",
+ "volume": "6"
+ },
+ "film": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "directorLast",
+ "given": "directorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "dimensions": "1:22:33",
+ "genre": "Type",
+ "id": 50,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "medium": "Medium",
+ "note": "Extra",
+ "publisher": "Publisher",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "motion_picture"
+ },
+ "forumPost": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "container-title": "Publication title",
+ "genre": "Type",
+ "id": 51,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "post"
+ },
+ "hearing": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "contributorLast",
+ "given": "contributorFirst"
+ }
+ ],
+ "authority": "Legislative body",
+ "chapter-number": "Session",
+ "event-place": "Place",
+ "id": 52,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number": "3",
+ "number-of-volumes": "7",
+ "page": "1-10",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "references": "History",
+ "section": "Committee",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "bill"
+ },
+ "instantMessage": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "id": 53,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "recipient": [
+ {
+ "family": "recipientLast",
+ "given": "recipientFirst"
+ }
+ ],
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "personal_communication"
+ },
+ "interview": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "intervieweeLast",
+ "given": "intervieweeFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "id": 54,
+ "interviewer": [
+ {
+ "family": "interviewerLast",
+ "given": "interviewerFirst"
+ }
+ ],
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "medium": "Medium",
+ "note": "Extra",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "interview"
+ },
+ "journalArticle": {
+ "DOI": "10.1234/example.doi",
+ "ISSN": "1234-5679",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-title": "Series title",
+ "container-title": "Publication title",
+ "editor": [
+ {
+ "family": "editorLast",
+ "given": "editorFirst"
+ }
+ ],
+ "id": 55,
+ "issue": "5",
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "journalAbbreviation": "Journal abbreviation",
+ "language": "en-US",
+ "note": "Extra",
+ "page": "1-10",
+ "reviewed-author": [
+ {
+ "family": "reviewedAuthorLast",
+ "given": "reviewedAuthorFirst"
+ }
+ ],
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "article-journal",
+ "volume": "6"
+ },
+ "letter": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "genre": "Type",
+ "id": 56,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "recipient": [
+ {
+ "family": "recipientLast",
+ "given": "recipientFirst"
+ }
+ ],
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "personal_communication"
+ },
+ "magazineArticle": {
+ "ISSN": "1234-5679",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "container-title": "Publication title",
+ "id": 57,
+ "issue": "5",
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "page": "1-10",
+ "reviewed-author": [
+ {
+ "family": "reviewedAuthorLast",
+ "given": "reviewedAuthorFirst"
+ }
+ ],
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "article-magazine",
+ "volume": "6"
+ },
+ "manuscript": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "event-place": "Place",
+ "genre": "Type",
+ "id": 58,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number-of-pages": "4",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "manuscript"
+ },
+ "map": {
+ "ISBN": "978-1-234-56789-7",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "cartographerLast",
+ "given": "cartographerFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-editor": [
+ {
+ "family": "seriesEditorLast",
+ "given": "seriesEditorFirst"
+ }
+ ],
+ "collection-title": "Series title",
+ "edition": "8",
+ "event-place": "Place",
+ "genre": "Type",
+ "id": 59,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "scale": "Scale",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "map"
+ },
+ "newspaperArticle": {
+ "ISSN": "1234-5679",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "container-title": "Publication title",
+ "edition": "8",
+ "event-place": "Place",
+ "id": 60,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "page": "1-10",
+ "publisher-place": "Place",
+ "reviewed-author": [
+ {
+ "family": "reviewedAuthorLast",
+ "given": "reviewedAuthorFirst"
+ }
+ ],
+ "section": "Section",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "article-newspaper"
+ },
+ "patent": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "inventorLast",
+ "given": "inventorFirst"
+ }
+ ],
+ "authority": "Issuing authority",
+ "call-number": "Application number",
+ "event-place": "Place",
+ "id": 61,
+ "issue": "Priority numbers",
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number": "3",
+ "page": "1-10",
+ "publisher-place": "Place",
+ "references": "References",
+ "shortTitle": "Short title",
+ "status": "Legal status",
+ "submitted": {
+ "date-parts": [
+ [
+ "2000",
+ 1,
+ 2
+ ]
+ ],
+ "season": "2000-01-02"
+ },
+ "title": "Title",
+ "type": "patent"
+ },
+ "podcast": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "podcasterLast",
+ "given": "podcasterFirst"
+ }
+ ],
+ "collection-title": "Series title",
+ "dimensions": "1:22:33",
+ "id": 62,
+ "language": "en-US",
+ "medium": "Medium",
+ "note": "Extra",
+ "number": "3",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "song"
+ },
+ "presentation": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "presenterLast",
+ "given": "presenterFirst"
+ }
+ ],
+ "event": "Meeting name",
+ "event-place": "Place",
+ "genre": "Type",
+ "id": 63,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "speech"
+ },
+ "radioBroadcast": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "directorLast",
+ "given": "directorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "container-title": "Publication title",
+ "dimensions": "1:22:33",
+ "event-place": "Place",
+ "id": 64,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "medium": "Medium",
+ "note": "Extra",
+ "number": "3",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "broadcast"
+ },
+ "report": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-editor": [
+ {
+ "family": "seriesEditorLast",
+ "given": "seriesEditorFirst"
+ }
+ ],
+ "collection-title": "Series title",
+ "event-place": "Place",
+ "genre": "Type",
+ "id": 65,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number": "3",
+ "page": "1-10",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "report"
+ },
+ "statute": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "chapter-number": "Session",
+ "container-title": "Code",
+ "id": 66,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number": "3",
+ "page": "1-10",
+ "references": "History",
+ "section": "Section",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "legislation",
+ "volume": "Code number"
+ },
+ "thesis": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "event-place": "Place",
+ "genre": "Type",
+ "id": 67,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "number-of-pages": "4",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "thesis"
+ },
+ "tvBroadcast": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "directorLast",
+ "given": "directorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "container-title": "Publication title",
+ "dimensions": "1:22:33",
+ "event-place": "Place",
+ "id": 68,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "medium": "Medium",
+ "note": "Extra",
+ "number": "3",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "broadcast"
+ },
+ "videoRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "archive": "Archive",
+ "archive_location": "Archive location",
+ "author": [
+ {
+ "family": "directorLast",
+ "given": "directorFirst"
+ }
+ ],
+ "call-number": "Call number",
+ "collection-title": "Series title",
+ "dimensions": "1:22:33",
+ "event-place": "Place",
+ "id": 69,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "medium": "Medium",
+ "note": "Extra",
+ "number-of-volumes": "7",
+ "publisher": "Publisher",
+ "publisher-place": "Place",
+ "shortTitle": "Short title",
+ "source": "Library catalog",
+ "title": "Title",
+ "type": "motion_picture",
+ "volume": "6"
+ },
+ "webpage": {
+ "URL": "http://www.example.com",
+ "abstract": "Abstract note",
+ "accessed": {
+ "date-parts": [
+ [
+ "1997",
+ 6,
+ 13
+ ]
+ ]
+ },
+ "author": [
+ {
+ "family": "authorLast",
+ "given": "authorFirst"
+ }
+ ],
+ "container-title": "Publication title",
+ "genre": "Type",
+ "id": 70,
+ "issued": {
+ "date-parts": [
+ [
+ "1999",
+ 12,
+ 31
+ ]
+ ]
+ },
+ "language": "en-US",
+ "note": "Extra",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "translator": [
+ {
+ "family": "translatorLast",
+ "given": "translatorFirst"
+ }
+ ],
+ "type": "webpage"
+ }
+}
+\ No newline at end of file
diff --git a/test/tests/data/itemJSON.js b/test/tests/data/itemJSON.js
@@ -0,0 +1,1604 @@
+{
+ "artwork": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "artworkMedium": "Medium",
+ "artworkSize": "Artwork size",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "artist",
+ "firstName": "artistFirst",
+ "lastName": "artistLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "artwork",
+ "key": "C2U6JHJ5",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "audioRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "audioRecordingFormat": "Medium",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "performer",
+ "firstName": "performerFirst",
+ "lastName": "performerLast"
+ },
+ {
+ "creatorType": "composer",
+ "firstName": "composerFirst",
+ "lastName": "composerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "wordsBy",
+ "firstName": "wordsByFirst",
+ "lastName": "wordsByLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "audioRecording",
+ "key": "PN2JHBRN",
+ "label": "Publisher",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "bill": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "billNumber": "3",
+ "code": "Code",
+ "codePages": "1-10",
+ "codeVolume": "6",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "sponsor",
+ "firstName": "sponsorFirst",
+ "lastName": "sponsorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "cosponsor",
+ "firstName": "cosponsorFirst",
+ "lastName": "cosponsorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "bill",
+ "key": "6V75C9MH",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "relations": {},
+ "rights": "Rights",
+ "section": "Section",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "blogPost": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "blogTitle": "Publication title",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "commenter",
+ "firstName": "commenterFirst",
+ "lastName": "commenterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "blogPost",
+ "key": "BN2VE2RW",
+ "language": "en-US",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "websiteType": "Type"
+ },
+ "book": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "book",
+ "key": "A4HMTK44",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numPages": "4",
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "bookSection": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "bookTitle": "Publication title",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "bookAuthor",
+ "firstName": "bookAuthorFirst",
+ "lastName": "bookAuthorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "bookSection",
+ "key": "DSEABJVM",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "case": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "caseName": "Title",
+ "collections": [],
+ "court": "Court",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "counsel",
+ "firstName": "counselFirst",
+ "lastName": "counselLast"
+ }
+ ],
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateDecided": "1999-12-31",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "docketNumber": "3",
+ "extra": "Extra",
+ "firstPage": "1-10",
+ "history": "History",
+ "itemType": "case",
+ "key": "9A2VVWGX",
+ "language": "en-US",
+ "relations": {},
+ "reporter": "Reporter",
+ "reporterVolume": "6",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "computerProgram": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "company": "Publisher",
+ "creators": [
+ {
+ "creatorType": "programmer",
+ "firstName": "programmerFirst",
+ "lastName": "programmerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "computerProgram",
+ "key": "8GM9MDIU",
+ "libraryCatalog": "Library catalog",
+ "place": "Place",
+ "programmingLanguage": "Programming language",
+ "relations": {},
+ "rights": "Rights",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "system": "System",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "versionNumber": "Version"
+ },
+ "conferencePaper": {
+ "DOI": "10.1234/example.doi",
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "conferenceName": "Conference name",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "conferencePaper",
+ "key": "CEPUN4W5",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "place": "Place",
+ "proceedingsTitle": "Publication title",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "dictionaryEntry": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "dictionaryTitle": "Publication title",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "dictionaryEntry",
+ "key": "E2P29JGR",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "document": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "document",
+ "key": "NGFWI347",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "email": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "email",
+ "key": "BMVVSV67",
+ "language": "en-US",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "subject": "Title",
+ "tags": [],
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "encyclopediaArticle": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "edition": "8",
+ "encyclopediaTitle": "Publication title",
+ "extra": "Extra",
+ "itemType": "encyclopediaArticle",
+ "key": "J35AAWKK",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "film": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "distributor": "Publisher",
+ "extra": "Extra",
+ "genre": "Type",
+ "itemType": "film",
+ "key": "AETM84WQ",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "videoRecordingFormat": "Medium"
+ },
+ "forumPost": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "forumTitle": "Publication title",
+ "itemType": "forumPost",
+ "key": "53KM42VR",
+ "language": "en-US",
+ "postType": "Type",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "hearing": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "collections": [],
+ "committee": "Committee",
+ "creators": [
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "documentNumber": "3",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "hearing",
+ "key": "G2NRUQUQ",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "instantMessage": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "instantMessage",
+ "key": "373CN2R3",
+ "language": "en-US",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "interview": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "interviewee",
+ "firstName": "intervieweeFirst",
+ "lastName": "intervieweeLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "interviewer",
+ "firstName": "interviewerFirst",
+ "lastName": "interviewerLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "interviewMedium": "Medium",
+ "itemType": "interview",
+ "key": "Q99SF7NK",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "journalArticle": {
+ "DOI": "10.1234/example.doi",
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "issue": "5",
+ "itemType": "journalArticle",
+ "journalAbbreviation": "Journal abbreviation",
+ "key": "UXSSZ972",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesText": "Series text",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "letter": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "letter",
+ "key": "XC832NQ9",
+ "language": "en-US",
+ "letterType": "Type",
+ "libraryCatalog": "Library catalog",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "magazineArticle": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "issue": "5",
+ "itemType": "magazineArticle",
+ "key": "7GR89G56",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "manuscript": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "manuscript",
+ "key": "RWBCKHFZ",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "manuscriptType": "Type",
+ "numPages": "4",
+ "place": "Place",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "map": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "cartographer",
+ "firstName": "cartographerFirst",
+ "lastName": "cartographerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "map",
+ "key": "I63JAE4X",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "mapType": "Type",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "scale": "Scale",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "newspaperArticle": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "newspaperArticle",
+ "key": "DEDZ6I2G",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "section": "Section",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "patent": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "applicationNumber": "Application number",
+ "assignee": "Assignee",
+ "collections": [],
+ "country": "Country",
+ "creators": [
+ {
+ "creatorType": "inventor",
+ "firstName": "inventorFirst",
+ "lastName": "inventorLast"
+ },
+ {
+ "creatorType": "attorneyAgent",
+ "firstName": "attorneyAgentFirst",
+ "lastName": "attorneyAgentLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "filingDate": "2000-01-02 2000-01-02",
+ "issueDate": "1999-12-31",
+ "issuingAuthority": "Issuing authority",
+ "itemType": "patent",
+ "key": "MTZVXTRG",
+ "language": "en-US",
+ "legalStatus": "Legal status",
+ "pages": "1-10",
+ "patentNumber": "3",
+ "place": "Place",
+ "priorityNumbers": "Priority numbers",
+ "references": "References",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "podcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "audioFileType": "Medium",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "podcaster",
+ "firstName": "podcasterFirst",
+ "lastName": "podcasterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ }
+ ],
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "episodeNumber": "3",
+ "extra": "Extra",
+ "itemType": "podcast",
+ "key": "6N3TDNFS",
+ "language": "en-US",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "presentation": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "presenter",
+ "firstName": "presenterFirst",
+ "lastName": "presenterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "presentation",
+ "key": "2JTV9A3T",
+ "language": "en-US",
+ "meetingName": "Meeting name",
+ "place": "Place",
+ "presentationType": "Type",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "radioBroadcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "audioRecordingFormat": "Medium",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "episodeNumber": "3",
+ "extra": "Extra",
+ "itemType": "radioBroadcast",
+ "key": "KH7HSUMX",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "network": "Publisher",
+ "place": "Place",
+ "programTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "report": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "institution": "Publisher",
+ "itemType": "report",
+ "key": "V3MJGNVJ",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "place": "Place",
+ "relations": {},
+ "reportNumber": "3",
+ "reportType": "Type",
+ "rights": "Rights",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "statute": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "code": "Code",
+ "codeNumber": "Code number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateEnacted": "1999-12-31",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "statute",
+ "key": "89B8MRBX",
+ "language": "en-US",
+ "nameOfAct": "Title",
+ "pages": "1-10",
+ "publicLawNumber": "3",
+ "relations": {},
+ "rights": "Rights",
+ "section": "Section",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "tags": [],
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "thesis": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "thesis",
+ "key": "NCHRWGKP",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numPages": "4",
+ "place": "Place",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "thesisType": "Type",
+ "title": "Title",
+ "university": "Publisher",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "tvBroadcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "episodeNumber": "3",
+ "extra": "Extra",
+ "itemType": "tvBroadcast",
+ "key": "RJE8KPDJ",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "network": "Publisher",
+ "place": "Place",
+ "programTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "videoRecordingFormat": "Medium"
+ },
+ "videoRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "videoRecording",
+ "key": "QP98PAM5",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "studio": "Publisher",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "videoRecordingFormat": "Medium",
+ "volume": "6"
+ },
+ "webpage": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T09:00:22Z",
+ "dateModified": "2015-04-12T09:00:22Z",
+ "extra": "Extra",
+ "itemType": "webpage",
+ "key": "MDFARNFI",
+ "language": "en-US",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": 1,
+ "websiteTitle": "Publication title",
+ "websiteType": "Type"
+ }
+}
+\ No newline at end of file
diff --git a/test/tests/data/translatorExport.js b/test/tests/data/translatorExport.js
@@ -0,0 +1,1672 @@
+{
+ "artwork": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "artworkMedium": "Medium",
+ "artworkSize": "Artwork size",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "artist",
+ "firstName": "artistFirst",
+ "lastName": "artistLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "artwork",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/VXDHRHNP",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "audioRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "audioRecordingFormat": "Medium",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "performer",
+ "firstName": "performerFirst",
+ "lastName": "performerLast"
+ },
+ {
+ "creatorType": "composer",
+ "firstName": "composerFirst",
+ "lastName": "composerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "wordsBy",
+ "firstName": "wordsByFirst",
+ "lastName": "wordsByLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "audioRecording",
+ "label": "Publisher",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/H9KMDMKK",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "bill": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "billNumber": "3",
+ "code": "Code",
+ "codePages": "1-10",
+ "codeVolume": "6",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "sponsor",
+ "firstName": "sponsorFirst",
+ "lastName": "sponsorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "cosponsor",
+ "firstName": "cosponsorFirst",
+ "lastName": "cosponsorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "bill",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "section": "Section",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/7UF9TWRI",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "blogPost": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "blogTitle": "Publication title",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "commenter",
+ "firstName": "commenterFirst",
+ "lastName": "commenterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "blogPost",
+ "language": "en-US",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/ABZPI5RA",
+ "url": "http://www.example.com",
+ "version": 1,
+ "websiteType": "Type"
+ },
+ "book": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "book",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "numPages": "4",
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/GW3SAWW6",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "bookSection": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "bookTitle": "Publication title",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "bookAuthor",
+ "firstName": "bookAuthorFirst",
+ "lastName": "bookAuthorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "bookSection",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/RIPPV55H",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "case": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "caseName": "Title",
+ "collections": [],
+ "court": "Court",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "counsel",
+ "firstName": "counselFirst",
+ "lastName": "counselLast"
+ }
+ ],
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateDecided": "1999-12-31",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "docketNumber": "3",
+ "extra": "Extra",
+ "firstPage": "1-10",
+ "history": "History",
+ "itemType": "case",
+ "language": "en-US",
+ "notes": [],
+ "relations": {},
+ "reporter": "Reporter",
+ "reporterVolume": "6",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/QHZWSBCZ",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "computerProgram": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "company": "Publisher",
+ "creators": [
+ {
+ "creatorType": "programmer",
+ "firstName": "programmerFirst",
+ "lastName": "programmerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "computerProgram",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "place": "Place",
+ "programmingLanguage": "Programming language",
+ "relations": {},
+ "rights": "Rights",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "system": "System",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/KKPZKHNF",
+ "url": "http://www.example.com",
+ "version": 1,
+ "versionNumber": "Version"
+ },
+ "conferencePaper": {
+ "DOI": "10.1234/example.doi",
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "conferenceName": "Conference name",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "conferencePaper",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "pages": "1-10",
+ "place": "Place",
+ "proceedingsTitle": "Publication title",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/6N2HGGGC",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "dictionaryEntry": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "dictionaryTitle": "Publication title",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "dictionaryEntry",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/JPNX3J45",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "document": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "document",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/JC3ZJTHP",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "email": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "email",
+ "language": "en-US",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "subject": "Title",
+ "tags": [],
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/W2WFJDDP",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "encyclopediaArticle": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "edition": "8",
+ "encyclopediaTitle": "Publication title",
+ "extra": "Extra",
+ "itemType": "encyclopediaArticle",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/IQ4VQRZK",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "film": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "distributor": "Publisher",
+ "extra": "Extra",
+ "genre": "Type",
+ "itemType": "film",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/ASGNK9V4",
+ "url": "http://www.example.com",
+ "version": 1,
+ "videoRecordingFormat": "Medium"
+ },
+ "forumPost": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "forumTitle": "Publication title",
+ "itemType": "forumPost",
+ "language": "en-US",
+ "notes": [],
+ "postType": "Type",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/VUMWB9BZ",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "hearing": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "collections": [],
+ "committee": "Committee",
+ "creators": [
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "documentNumber": "3",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "hearing",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "notes": [],
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/3XQMN9Q5",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "instantMessage": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "instantMessage",
+ "language": "en-US",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/XEATTJU2",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "interview": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "interviewee",
+ "firstName": "intervieweeFirst",
+ "lastName": "intervieweeLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "interviewer",
+ "firstName": "interviewerFirst",
+ "lastName": "interviewerLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "interviewMedium": "Medium",
+ "itemType": "interview",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/7WKVQVAR",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "journalArticle": {
+ "DOI": "10.1234/example.doi",
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "issue": "5",
+ "itemType": "journalArticle",
+ "journalAbbreviation": "Journal abbreviation",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "series": "Series",
+ "seriesText": "Series text",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/SWW5XKNW",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "letter": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "letter",
+ "language": "en-US",
+ "letterType": "Type",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/X3A224PG",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "magazineArticle": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "issue": "5",
+ "itemType": "magazineArticle",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/CP6IHEZW",
+ "url": "http://www.example.com",
+ "version": 1,
+ "volume": "6"
+ },
+ "manuscript": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "manuscript",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "manuscriptType": "Type",
+ "notes": [],
+ "numPages": "4",
+ "place": "Place",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/V7VMFMWK",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "map": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "cartographer",
+ "firstName": "cartographerFirst",
+ "lastName": "cartographerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "map",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "mapType": "Type",
+ "notes": [],
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "scale": "Scale",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/EE37TTFA",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "newspaperArticle": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "edition": "8",
+ "extra": "Extra",
+ "itemType": "newspaperArticle",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "section": "Section",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/AF7D3DBU",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "patent": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "applicationNumber": "Application number",
+ "assignee": "Assignee",
+ "attachments": [],
+ "collections": [],
+ "country": "Country",
+ "creators": [
+ {
+ "creatorType": "inventor",
+ "firstName": "inventorFirst",
+ "lastName": "inventorLast"
+ },
+ {
+ "creatorType": "attorneyAgent",
+ "firstName": "attorneyAgentFirst",
+ "lastName": "attorneyAgentLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "filingDate": "2000-01-02 2000-01-02",
+ "issueDate": "1999-12-31",
+ "issuingAuthority": "Issuing authority",
+ "itemType": "patent",
+ "language": "en-US",
+ "legalStatus": "Legal status",
+ "notes": [],
+ "pages": "1-10",
+ "patentNumber": "3",
+ "place": "Place",
+ "priorityNumbers": "Priority numbers",
+ "references": "References",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/PJTMWECG",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "podcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "audioFileType": "Medium",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "podcaster",
+ "firstName": "podcasterFirst",
+ "lastName": "podcasterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ }
+ ],
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "episodeNumber": "3",
+ "extra": "Extra",
+ "itemType": "podcast",
+ "language": "en-US",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/QE7NSW5T",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "presentation": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "presenter",
+ "firstName": "presenterFirst",
+ "lastName": "presenterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "presentation",
+ "language": "en-US",
+ "meetingName": "Meeting name",
+ "notes": [],
+ "place": "Place",
+ "presentationType": "Type",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/VCJG5RX7",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "radioBroadcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "audioRecordingFormat": "Medium",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "episodeNumber": "3",
+ "extra": "Extra",
+ "itemType": "radioBroadcast",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "network": "Publisher",
+ "notes": [],
+ "place": "Place",
+ "programTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/H9KMVJH9",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "report": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "institution": "Publisher",
+ "itemType": "report",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "pages": "1-10",
+ "place": "Place",
+ "relations": {},
+ "reportNumber": "3",
+ "reportType": "Type",
+ "rights": "Rights",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/Z2IZ9JEP",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "statute": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "code": "Code",
+ "codeNumber": "Code number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateEnacted": "1999-12-31",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "history": "History",
+ "itemType": "statute",
+ "language": "en-US",
+ "nameOfAct": "Title",
+ "notes": [],
+ "pages": "1-10",
+ "publicLawNumber": "3",
+ "relations": {},
+ "rights": "Rights",
+ "section": "Section",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "tags": [],
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/SJE3PIJT",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "thesis": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "thesis",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "numPages": "4",
+ "place": "Place",
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "thesisType": "Type",
+ "title": "Title",
+ "university": "Publisher",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/68UVS8EK",
+ "url": "http://www.example.com",
+ "version": 1
+ },
+ "tvBroadcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "episodeNumber": "3",
+ "extra": "Extra",
+ "itemType": "tvBroadcast",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "network": "Publisher",
+ "notes": [],
+ "place": "Place",
+ "programTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/7WGRBEFW",
+ "url": "http://www.example.com",
+ "version": 1,
+ "videoRecordingFormat": "Medium"
+ },
+ "videoRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "videoRecording",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "notes": [],
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "studio": "Publisher",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/55G9KHBH",
+ "url": "http://www.example.com",
+ "version": 1,
+ "videoRecordingFormat": "Medium",
+ "volume": "6"
+ },
+ "webpage": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13T23:59:58Z",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-12T05:45:15Z",
+ "dateModified": "2015-04-12T05:45:15Z",
+ "extra": "Extra",
+ "itemType": "webpage",
+ "language": "en-US",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uri": "http://zotero.org/users/local/riiZoBgm/items/M7X5Q2MA",
+ "url": "http://www.example.com",
+ "version": 1,
+ "websiteTitle": "Publication title",
+ "websiteType": "Type"
+ }
+}
+\ No newline at end of file
diff --git a/test/tests/data/translatorExportLegacy.js b/test/tests/data/translatorExportLegacy.js
@@ -0,0 +1,2475 @@
+{
+ "artwork": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "artworkMedium": "Medium",
+ "artworkSize": "Artwork size",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "artist",
+ "firstName": "artistFirst",
+ "lastName": "artistLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 71,
+ "itemType": "artwork",
+ "key": "URG4NG9K",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "medium": "Medium",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "artworkSize": "Artwork size",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/URG4NG9K",
+ "url": "http://www.example.com"
+ },
+ "audioRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "audioRecordingFormat": "Medium",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "performer",
+ "firstName": "performerFirst",
+ "lastName": "performerLast"
+ },
+ {
+ "creatorType": "composer",
+ "firstName": "composerFirst",
+ "lastName": "composerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "wordsBy",
+ "firstName": "wordsByFirst",
+ "lastName": "wordsByLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 72,
+ "itemType": "audioRecording",
+ "key": "K3JPBCZP",
+ "label": "Publisher",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "medium": "Medium",
+ "notes": [],
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seeAlso": [],
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/K3JPBCZP",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "bill": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "billNumber": "3",
+ "code": "Code",
+ "codePages": "1-10",
+ "codeVolume": "6",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "sponsor",
+ "firstName": "sponsorFirst",
+ "lastName": "sponsorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "cosponsor",
+ "firstName": "cosponsorFirst",
+ "lastName": "cosponsorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "history": "History",
+ "itemID": 73,
+ "itemType": "bill",
+ "key": "XHEAETDQ",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "libraryID": null,
+ "notes": [],
+ "number": "3",
+ "pages": "1-10",
+ "relations": {},
+ "rights": "Rights",
+ "section": "Section",
+ "seeAlso": [],
+ "session": "Session",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "code": "Code",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "history": "History",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "number": "3",
+ "pages": "1-10",
+ "rights": "Rights",
+ "section": "Section",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/XHEAETDQ",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "blogPost": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "blogTitle": "Publication title",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "commenter",
+ "firstName": "commenterFirst",
+ "lastName": "commenterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 74,
+ "itemType": "blogPost",
+ "key": "P5CEI9PJ",
+ "language": "en-US",
+ "libraryID": null,
+ "notes": [],
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/P5CEI9PJ",
+ "url": "http://www.example.com",
+ "websiteType": "Type"
+ },
+ "book": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "edition": "8",
+ "extra": "Extra",
+ "itemID": 75,
+ "itemType": "book",
+ "key": "SQW3USEX",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "numPages": "4",
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "edition": "8",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numPages": "4",
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/SQW3USEX",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "bookSection": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "bookTitle": "Publication title",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "bookAuthor",
+ "firstName": "bookAuthorFirst",
+ "lastName": "bookAuthorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "edition": "8",
+ "extra": "Extra",
+ "itemID": 76,
+ "itemType": "bookSection",
+ "key": "I3R2EZA4",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "edition": "8",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/I3R2EZA4",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "case": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "caseName": "Title",
+ "collections": [],
+ "court": "Court",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "counsel",
+ "firstName": "counselFirst",
+ "lastName": "counselLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateDecided": "1999-12-31",
+ "dateModified": "2015-04-26 06:40:48",
+ "docketNumber": "3",
+ "extra": "Extra",
+ "firstPage": "1-10",
+ "history": "History",
+ "itemID": 77,
+ "itemType": "case",
+ "key": "27FBK7IW",
+ "language": "en-US",
+ "libraryID": null,
+ "notes": [],
+ "number": "3",
+ "pages": "1-10",
+ "relations": {},
+ "reporter": "Reporter",
+ "reporterVolume": "6",
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "court": "Court",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "history": "History",
+ "language": "en-US",
+ "number": "3",
+ "pages": "1-10",
+ "reporter": "Reporter",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/27FBK7IW",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "computerProgram": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "company": "Publisher",
+ "creators": [
+ {
+ "creatorType": "programmer",
+ "firstName": "programmerFirst",
+ "lastName": "programmerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 78,
+ "itemType": "computerProgram",
+ "key": "ZVFQ59AJ",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "place": "Place",
+ "programmingLanguage": "Programming language",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "system": "System",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "libraryCatalog": "Library catalog",
+ "place": "Place",
+ "programmingLanguage": "Programming language",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "system": "System",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "version": "Version"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/ZVFQ59AJ",
+ "url": "http://www.example.com",
+ "version": "Version"
+ },
+ "conferencePaper": {
+ "DOI": "10.1234/example.doi",
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "conferenceName": "Conference name",
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 79,
+ "itemType": "conferencePaper",
+ "key": "4X4JGKAA",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "pages": "1-10",
+ "place": "Place",
+ "proceedingsTitle": "Publication title",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "series": "Series",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "DOI": "10.1234/example.doi",
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "conferenceName": "Conference name",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/4X4JGKAA",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "dictionaryEntry": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "dictionaryTitle": "Publication title",
+ "edition": "8",
+ "extra": "Extra",
+ "itemID": 80,
+ "itemType": "dictionaryEntry",
+ "key": "8MFTU597",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "edition": "8",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/8MFTU597",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "document": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 81,
+ "itemType": "document",
+ "key": "TRVQD4MU",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/TRVQD4MU",
+ "url": "http://www.example.com"
+ },
+ "email": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 82,
+ "itemType": "email",
+ "key": "B972FZG7",
+ "language": "en-US",
+ "libraryID": null,
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "subject": "Title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/B972FZG7",
+ "url": "http://www.example.com"
+ },
+ "encyclopediaArticle": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "edition": "8",
+ "encyclopediaTitle": "Publication title",
+ "extra": "Extra",
+ "itemID": 83,
+ "itemType": "encyclopediaArticle",
+ "key": "QS8M3X6Q",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "edition": "8",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesNumber": "9",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/QS8M3X6Q",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "film": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "distributor": "Publisher",
+ "extra": "Extra",
+ "genre": "Type",
+ "itemID": 84,
+ "itemType": "film",
+ "key": "CJAAM7US",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "medium": "Medium",
+ "notes": [],
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/CJAAM7US",
+ "url": "http://www.example.com",
+ "videoRecordingFormat": "Medium"
+ },
+ "forumPost": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "forumTitle": "Publication title",
+ "itemID": 85,
+ "itemType": "forumPost",
+ "key": "4HQTXH7A",
+ "language": "en-US",
+ "libraryID": null,
+ "notes": [],
+ "postType": "Type",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/4HQTXH7A",
+ "url": "http://www.example.com"
+ },
+ "hearing": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "collections": [],
+ "committee": "Committee",
+ "creators": [
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "documentNumber": "3",
+ "extra": "Extra",
+ "history": "History",
+ "itemID": 86,
+ "itemType": "hearing",
+ "key": "ZFDSUNIK",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "libraryID": null,
+ "notes": [],
+ "number": "3",
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "session": "Session",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "committee": "Committee",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "history": "History",
+ "language": "en-US",
+ "legislativeBody": "Legislative body",
+ "number": "3",
+ "numberOfVolumes": "7",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/ZFDSUNIK",
+ "url": "http://www.example.com"
+ },
+ "instantMessage": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 87,
+ "itemType": "instantMessage",
+ "key": "XJ3877Z8",
+ "language": "en-US",
+ "libraryID": null,
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/XJ3877Z8",
+ "url": "http://www.example.com"
+ },
+ "interview": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "interviewee",
+ "firstName": "intervieweeFirst",
+ "lastName": "intervieweeLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "interviewer",
+ "firstName": "interviewerFirst",
+ "lastName": "interviewerLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "interviewMedium": "Medium",
+ "itemID": 88,
+ "itemType": "interview",
+ "key": "KW98WHF4",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "medium": "Medium",
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/KW98WHF4",
+ "url": "http://www.example.com"
+ },
+ "journalArticle": {
+ "DOI": "10.1234/example.doi",
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "editor",
+ "firstName": "editorFirst",
+ "lastName": "editorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "issue": "5",
+ "itemID": 89,
+ "itemType": "journalArticle",
+ "journalAbbreviation": "Journal abbreviation",
+ "key": "B4GITB3Z",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "series": "Series",
+ "seriesText": "Series text",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "DOI": "10.1234/example.doi",
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "issue": "5",
+ "journalAbbreviation": "Journal abbreviation",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "series": "Series",
+ "seriesText": "Series text",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/B4GITB3Z",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "letter": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "recipient",
+ "firstName": "recipientFirst",
+ "lastName": "recipientLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 90,
+ "itemType": "letter",
+ "key": "262GGUWT",
+ "language": "en-US",
+ "letterType": "Type",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/262GGUWT",
+ "url": "http://www.example.com"
+ },
+ "magazineArticle": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "issue": "5",
+ "itemID": 91,
+ "itemType": "magazineArticle",
+ "key": "S8SKUS3I",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "issue": "5",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/S8SKUS3I",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "manuscript": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 92,
+ "itemType": "manuscript",
+ "key": "BZPATRCB",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "manuscriptType": "Type",
+ "notes": [],
+ "numPages": "4",
+ "place": "Place",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numPages": "4",
+ "place": "Place",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/BZPATRCB",
+ "url": "http://www.example.com"
+ },
+ "map": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "cartographer",
+ "firstName": "cartographerFirst",
+ "lastName": "cartographerLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "edition": "8",
+ "extra": "Extra",
+ "itemID": 93,
+ "itemType": "map",
+ "key": "WGRTVIWS",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "mapType": "Type",
+ "notes": [],
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "scale": "Scale",
+ "seeAlso": [],
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "edition": "8",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "scale": "Scale",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/WGRTVIWS",
+ "url": "http://www.example.com"
+ },
+ "newspaperArticle": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "reviewedAuthor",
+ "firstName": "reviewedAuthorFirst",
+ "lastName": "reviewedAuthorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "edition": "8",
+ "extra": "Extra",
+ "itemID": 94,
+ "itemType": "newspaperArticle",
+ "key": "4PHE8AXE",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "section": "Section",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "ISSN": "1234-5679",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "edition": "8",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "pages": "1-10",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "section": "Section",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/4PHE8AXE",
+ "url": "http://www.example.com"
+ },
+ "patent": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "applicationNumber": "Application number",
+ "assignee": "Assignee",
+ "attachments": [],
+ "collections": [],
+ "country": "Country",
+ "creators": [
+ {
+ "creatorType": "inventor",
+ "firstName": "inventorFirst",
+ "lastName": "inventorLast"
+ },
+ {
+ "creatorType": "attorneyAgent",
+ "firstName": "attorneyAgentFirst",
+ "lastName": "attorneyAgentLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "filingDate": "2000-01-02 2000-01-02",
+ "issueDate": "1999-12-31",
+ "issuingAuthority": "Issuing authority",
+ "itemID": 95,
+ "itemType": "patent",
+ "key": "URAE2N3M",
+ "language": "en-US",
+ "legalStatus": "Legal status",
+ "libraryID": null,
+ "notes": [],
+ "number": "3",
+ "pages": "1-10",
+ "patentNumber": "3",
+ "place": "Place",
+ "priorityNumbers": "Priority numbers",
+ "references": "References",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "applicationNumber": "Application number",
+ "assignee": "Assignee",
+ "country": "Country",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "filingDate": "2000-01-02 2000-01-02",
+ "issuingAuthority": "Issuing authority",
+ "language": "en-US",
+ "legalStatus": "Legal status",
+ "number": "3",
+ "pages": "1-10",
+ "place": "Place",
+ "priorityNumbers": "Priority numbers",
+ "references": "References",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/URAE2N3M",
+ "url": "http://www.example.com"
+ },
+ "podcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "audioFileType": "Medium",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "podcaster",
+ "firstName": "podcasterFirst",
+ "lastName": "podcasterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ }
+ ],
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "episodeNumber": "3",
+ "extra": "Extra",
+ "itemID": 96,
+ "itemType": "podcast",
+ "key": "CDUFPIKZ",
+ "language": "en-US",
+ "libraryID": null,
+ "medium": "Medium",
+ "notes": [],
+ "number": "3",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seeAlso": [],
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "extra": "Extra",
+ "language": "en-US",
+ "medium": "Medium",
+ "number": "3",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/CDUFPIKZ",
+ "url": "http://www.example.com"
+ },
+ "presentation": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "presenter",
+ "firstName": "presenterFirst",
+ "lastName": "presenterLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 97,
+ "itemType": "presentation",
+ "key": "HQ38BFRE",
+ "language": "en-US",
+ "libraryID": null,
+ "meetingName": "Meeting name",
+ "notes": [],
+ "place": "Place",
+ "presentationType": "Type",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "meetingName": "Meeting name",
+ "place": "Place",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/HQ38BFRE",
+ "url": "http://www.example.com"
+ },
+ "radioBroadcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "audioRecordingFormat": "Medium",
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "episodeNumber": "3",
+ "extra": "Extra",
+ "itemID": 98,
+ "itemType": "radioBroadcast",
+ "key": "IANDVIRR",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "medium": "Medium",
+ "network": "Publisher",
+ "notes": [],
+ "number": "3",
+ "place": "Place",
+ "programTitle": "Publication title",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "number": "3",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/IANDVIRR",
+ "url": "http://www.example.com"
+ },
+ "report": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "seriesEditor",
+ "firstName": "seriesEditorFirst",
+ "lastName": "seriesEditorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "institution": "Publisher",
+ "itemID": 99,
+ "itemType": "report",
+ "key": "2MBIEXX8",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "number": "3",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "reportNumber": "3",
+ "reportType": "Type",
+ "rights": "Rights",
+ "seeAlso": [],
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "number": "3",
+ "pages": "1-10",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/2MBIEXX8",
+ "url": "http://www.example.com"
+ },
+ "statute": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "code": "Code",
+ "codeNumber": "Code number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateEnacted": "1999-12-31",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "history": "History",
+ "itemID": 100,
+ "itemType": "statute",
+ "key": "ZZWC5DCZ",
+ "language": "en-US",
+ "libraryID": null,
+ "nameOfAct": "Title",
+ "notes": [],
+ "number": "3",
+ "pages": "1-10",
+ "publicLawNumber": "3",
+ "relations": {},
+ "rights": "Rights",
+ "section": "Section",
+ "seeAlso": [],
+ "session": "Session",
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "code": "Code",
+ "codeNumber": "Code number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "history": "History",
+ "language": "en-US",
+ "number": "3",
+ "pages": "1-10",
+ "rights": "Rights",
+ "section": "Section",
+ "session": "Session",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/ZZWC5DCZ",
+ "url": "http://www.example.com"
+ },
+ "thesis": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 101,
+ "itemType": "thesis",
+ "key": "IZIFIQ9N",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "notes": [],
+ "numPages": "4",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "thesisType": "Type",
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "numPages": "4",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "university": "Publisher",
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/IZIFIQ9N",
+ "url": "http://www.example.com"
+ },
+ "tvBroadcast": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "guest",
+ "firstName": "guestFirst",
+ "lastName": "guestLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "episodeNumber": "3",
+ "extra": "Extra",
+ "itemID": 102,
+ "itemType": "tvBroadcast",
+ "key": "K88A7XD3",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "medium": "Medium",
+ "network": "Publisher",
+ "notes": [],
+ "number": "3",
+ "place": "Place",
+ "programTitle": "Publication title",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "number": "3",
+ "place": "Place",
+ "publicationTitle": "Publication title",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/K88A7XD3",
+ "url": "http://www.example.com",
+ "videoRecordingFormat": "Medium"
+ },
+ "videoRecording": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "attachments": [],
+ "callNumber": "Call number",
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "director",
+ "firstName": "directorFirst",
+ "lastName": "directorLast"
+ },
+ {
+ "creatorType": "castMember",
+ "firstName": "castMemberFirst",
+ "lastName": "castMemberLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "producer",
+ "firstName": "producerFirst",
+ "lastName": "producerLast"
+ },
+ {
+ "creatorType": "scriptwriter",
+ "firstName": "scriptwriterFirst",
+ "lastName": "scriptwriterLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 103,
+ "itemType": "videoRecording",
+ "key": "6VRTBPRB",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "libraryID": null,
+ "medium": "Medium",
+ "notes": [],
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "publisher": "Publisher",
+ "relations": {},
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seeAlso": [],
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "studio": "Publisher",
+ "tags": [],
+ "title": "Title",
+ "uniqueFields": {
+ "ISBN": "978-1-234-56789-7",
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "archive": "Archive",
+ "archiveLocation": "Archive location",
+ "callNumber": "Call number",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "libraryCatalog": "Library catalog",
+ "medium": "Medium",
+ "numberOfVolumes": "7",
+ "place": "Place",
+ "publisher": "Publisher",
+ "rights": "Rights",
+ "runningTime": "1:22:33",
+ "seriesTitle": "Series title",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "url": "http://www.example.com",
+ "volume": "6"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/6VRTBPRB",
+ "url": "http://www.example.com",
+ "videoRecordingFormat": "Medium",
+ "volume": "6"
+ },
+ "webpage": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "attachments": [],
+ "collections": [],
+ "creators": [
+ {
+ "creatorType": "author",
+ "firstName": "authorFirst",
+ "lastName": "authorLast"
+ },
+ {
+ "creatorType": "contributor",
+ "firstName": "contributorFirst",
+ "lastName": "contributorLast"
+ },
+ {
+ "creatorType": "translator",
+ "firstName": "translatorFirst",
+ "lastName": "translatorLast"
+ }
+ ],
+ "date": "1999-12-31",
+ "dateAdded": "2015-04-26 06:40:48",
+ "dateModified": "2015-04-26 06:40:48",
+ "extra": "Extra",
+ "itemID": 104,
+ "itemType": "webpage",
+ "key": "CTAR75NZ",
+ "language": "en-US",
+ "libraryID": null,
+ "notes": [],
+ "publicationTitle": "Publication title",
+ "relations": {},
+ "rights": "Rights",
+ "seeAlso": [],
+ "shortTitle": "Short title",
+ "tags": [],
+ "title": "Title",
+ "type": "Type",
+ "uniqueFields": {
+ "abstractNote": "Abstract note",
+ "accessDate": "1997-06-13 23:59:58",
+ "date": "1999-12-31",
+ "extra": "Extra",
+ "language": "en-US",
+ "publicationTitle": "Publication title",
+ "rights": "Rights",
+ "shortTitle": "Short title",
+ "title": "Title",
+ "type": "Type",
+ "url": "http://www.example.com"
+ },
+ "uri": "http://zotero.org/users/local/GtG6GoZj/items/CTAR75NZ",
+ "url": "http://www.example.com",
+ "websiteTitle": "Publication title",
+ "websiteType": "Type"
+ }
+}
+\ No newline at end of file