diff --git a/schema.json b/schema.json index dc9db05..e275a11 100644 --- a/schema.json +++ b/schema.json @@ -2212,6 +2212,94 @@ } ] }, + { + "itemType": "preprint", + "fields": [ + { + "field": "title" + }, + { + "field": "abstractNote" + }, + { + "field": "genre", + "baseField": "type" + }, + { + "field": "repository", + "baseField": "publisher" + }, + { + "field": "archiveID" + }, + { + "field": "place" + }, + { + "field": "date" + }, + { + "field": "series" + }, + { + "field": "seriesNumber" + }, + { + "field": "DOI" + }, + { + "field": "citationKey" + }, + { + "field": "url" + }, + { + "field": "accessDate" + }, + { + "field": "archive" + }, + { + "field": "archiveLocation" + }, + { + "field": "shortTitle" + }, + { + "field": "language" + }, + { + "field": "libraryCatalog" + }, + { + "field": "callNumber" + }, + { + "field": "rights" + }, + { + "field": "extra" + } + ], + "creatorTypes": [ + { + "creatorType": "author", + "primary": true + }, + { + "creatorType": "contributor" + }, + { + "creatorType": "editor" + }, + { + "creatorType": "translator" + }, + { + "creatorType": "reviewedAuthor" + } + ] + }, { "itemType": "presentation", "fields": [ @@ -2951,9 +3039,7 @@ "csl": { "types": { "article": [ - "document", - "attachment", - "note" + "preprint" ], "article-journal": [ "journalArticle" @@ -2980,6 +3066,11 @@ "chapter": [ "bookSection" ], + "document": [ + "document", + "attachment", + "note" + ], "entry-dictionary": [ "dictionaryEntry" ], @@ -3127,7 +3218,8 @@ "extra" ], "number": [ - "number" + "number", + "archive_id" ], "number-of-pages": [ "numPages"