Skip to content

Commit

Permalink
Merge pull request #14 from seasidesparrow/main
Browse files Browse the repository at this point in the history
Fixes Issue #13
  • Loading branch information
aaccomazzi authored Aug 15, 2022
2 parents c60e9c9 + 8dd9db2 commit 94e2042
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions adsingestschema/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,25 @@
"description": "This will only be required if we set doctype at parsing",
"enum": [
"article",
"thesis",
"software",
"eprint",
"phdthesis",
"mastersthesis",
"book",
"inbook",
"proceedings",
"inproceedings",
"software",
"talk",
"abstract",
"proposal",
"pressrelease",
"circular",
"newsletter",
"catalog",
"misc",
"techreport",
"nonarticle",
"data"
"dataset"
]
},
"keywords": {
Expand Down

0 comments on commit 94e2042

Please sign in to comment.