changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "abstract": {
+ "description": "Paper abstract",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "authors": {
+ "description": "Paper authors",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Author ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Author name",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "citation_count": {
+ "description": "Number of citations",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "doi": {
+ "description": "Digital Object Identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "fields_of_study": {
+ "description": "Fields of study tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "influential_citations": {
+ "description": "Number of influential citations",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "is_open_access": {
+ "description": "Whether the paper is open access",
+ "type": [
+ "boolean",
+ "null"
+ ]
+ },
+ "journal": {
+ "description": "Journal name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "open_access_pdf": {
+ "description": "URL to open access PDF if available",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "paper_id": {
+ "description": "Semantic Scholar paper ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "publication_date": {
+ "description": "Full publication date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "publication_types": {
+ "description": "Publication type tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "reference_count": {
+ "description": "Number of references in the paper",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Paper title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tldr": {
+ "description": "TL;DR summary of the paper",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "URL to the paper",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "venue": {
+ "description": "Publication venue",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "year": {
+ "description": "Publication year",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+}