changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "results": {
+ "items": {
+ "properties": {
+ "abstract": {
+ "description": "Work abstract text",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "authors": {
+ "description": "List of author names",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "cited_by_count": {
+ "description": "Number of citations",
+ "type": "number"
+ },
+ "concepts": {
+ "description": "Top research concepts/fields (up to 5)",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "doi": {
+ "description": "Digital Object Identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "OpenAlex work ID",
+ "type": "string"
+ },
+ "journal": {
+ "description": "Journal or publication venue name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "oa_url": {
+ "description": "Open access URL if available",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "open_access": {
+ "description": "Whether work is open access",
+ "type": "boolean"
+ },
+ "publication_year": {
+ "description": "Year of publication",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Work title",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Work type (e.g., journal-article)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "doi",
+ "title",
+ "publication_year",
+ "type",
+ "open_access",
+ "oa_url",
+ "cited_by_count",
+ "journal",
+ "authors",
+ "concepts",
+ "abstract"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "description": "Total number of works matching the query",
+ "type": "number"
+ }
+ },
+ "required": [
+ "total",
+ "results"
+ ],
+ "type": "object"
+}