diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-02-18 22:37:10 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-02-18 22:37:10 -0800 |
commit | 418fcb1b24edd149be69ecf1081a4d7f44a3cd43 (patch) | |
tree | 80fbc8115860f6e1d0f764426ea715d7b532d410 | |
parent | d03eb65e77f7671e996d6d84c88496581357c744 (diff) | |
download | sandcrawler-418fcb1b24edd149be69ecf1081a4d7f44a3cd43.tar.gz sandcrawler-418fcb1b24edd149be69ecf1081a4d7f44a3cd43.zip |
move edit_extra path to top-level
-rw-r--r-- | proposals/2019_ingest.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/proposals/2019_ingest.md b/proposals/2019_ingest.md index 7c73ee3..196dbea 100644 --- a/proposals/2019_ingest.md +++ b/proposals/2019_ingest.md @@ -99,14 +99,13 @@ HTML? Or both? Let's just recrawl. - `release_stage`: optional. indicates the release stage of fulltext expected to be found at this URL - `rel`: optional. indicates the link type - `oa_status`: optional. unpaywall schema + - `edit_extra`: additional metadata to be included in any eventual fatcat commits. - `fatcat` - `release_ident`: optional. if provided, indicates that ingest is expected to be fulltext copy of this release (though may be a sibling release under same work if `release_stage` doesn't match) - `work_ident`: optional, unused. might eventually be used if, eg, `release_stage` of ingested file doesn't match that of the `release_ident` - - `edit_extra`: additional metadata to be included in any eventual fatcat - commits. - `ext_ids`: matching fatcat schema. used for later lookups. sometimes `link_source` and id are sufficient. - `doi` |