Skip to content

Commit

Permalink
Remove incorrect and redundant numberarchive_id mapping
Browse files Browse the repository at this point in the history
The Zotero field is `archiveID`, not `archive_id`, but this also isn't
necessary after making `archiveID` a base-mapped field in 4277955.

See zotero/zotero-bits#88 and zotero/zotero#2481
  • Loading branch information
dstillman committed May 24, 2022
1 parent 4277955 commit b81cba2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions schema.json
Expand Up @@ -2734,8 +2734,7 @@
"extra"
],
"number": [
"number",
"archive_id"
"number"
],
"number-of-pages": [
"numPages"
Expand Down

0 comments on commit b81cba2

Please sign in to comment.