Skip to content

Commit

Permalink
Resurrect the right schema this time
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Aug 17, 2023
1 parent fc1e460 commit 912e356
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 38 deletions.
57 changes: 57 additions & 0 deletions schemas/all_metadata_norm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"mode": "NULLABLE",
"name": "id",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "title",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "abstract",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "clean_doi",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "year",
"type": "INTEGER"
},
{
"mode": "REPEATED",
"name": "last_names",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "references",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "dataset",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "title_norm",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "abstract_norm",
"type": "STRING"
},
{
"mode": "NULLABLE",
"name": "last_names_norm",
"type": "STRING"
}
]
38 changes: 0 additions & 38 deletions schemas/article_merged_meta.json

This file was deleted.

0 comments on commit 912e356

Please sign in to comment.