Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdddog committed May 18, 2023
1 parent 244614a commit ef4dd70
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 4 deletions.
147 changes: 147 additions & 0 deletions academic_observatory_workflows/database/schema/openalex/works.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,151 @@
[
{
"name": "host_venue",
"type": "RECORD",
"description": "DEPRECATED",
"fields": [
{
"name": "display_name",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "id",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "is_oa",
"type": "BOOLEAN",
"description": "DEPRECATED"
},
{
"name": "issn",
"type": "STRING",
"mode": "REPEATED",
"description": "DEPRECATED"
},
{
"name": "issn_l",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "license",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "publisher",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "type",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "url",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "version",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "host_organization",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "host_organization_name",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "publisher_id",
"type": "STRING",
"description": "DEPRECATED"
}
]
},
{
"name": "alternate_host_venues",
"type": "RECORD",
"mode": "REPEATED",
"description": "DEPRECATED",
"fields": [
{
"name": "display_name",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "id",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "is_oa",
"type": "BOOLEAN",
"description": "DEPRECATED"
},
{
"name": "issn",
"type": "STRING",
"mode": "REPEATED",
"description": "DEPRECATED"
},
{
"name": "issn_l",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "license",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "publisher",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "type",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "url",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "version",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "host_organization",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "host_organization_name",
"type": "STRING",
"description": "DEPRECATED"
},
{
"name": "publisher_id",
"type": "STRING",
"description": "DEPRECATED"
}
]
},
{
"name": "abstract_inverted_index",
"type": "RECORD",
Expand Down
Git LFS file not shown
Git LFS file not shown

0 comments on commit ef4dd70

Please sign in to comment.