changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "citation_count": {
+ "description": "Number of citations",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "creators": {
+ "description": "List of creator names",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "creators_full": {
+ "description": "Full creator details with affiliations and ORCIDs",
+ "items": {
+ "properties": {
+ "affiliations": {
+ "description": "Creator affiliations",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "Creator name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "orcid": {
+ "description": "ORCID identifier if available",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "datacite_url": {
+ "description": "URL to DataCite commons page",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "dates": {
+ "description": "Important dates",
+ "items": {
+ "properties": {
+ "date": {
+ "description": "ISO date string",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Date type (Created, Updated, etc.)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "descriptions": {
+ "description": "Descriptions with types",
+ "items": {
+ "properties": {
+ "text": {
+ "description": "Description text",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Description type (Abstract, etc.)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "doi": {
+ "description": "Digital Object Identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "download_count": {
+ "description": "Number of downloads",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "formats": {
+ "description": "Resource file formats",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "publisher": {
+ "description": "Publisher name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "registered": {
+ "description": "Registration date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "related": {
+ "description": "Related identifiers",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Related identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "relation": {
+ "description": "Relation type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Identifier type",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "resource_type": {
+ "description": "General resource type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rights": {
+ "description": "Rights and licenses",
+ "items": {
+ "properties": {
+ "name": {
+ "description": "License or rights name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "uri": {
+ "description": "License URI",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "sizes": {
+ "description": "Resource sizes",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "subjects": {
+ "description": "Subject keywords and classifications",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Primary title of the resource",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "titles": {
+ "description": "All titles with language tags",
+ "items": {
+ "properties": {
+ "lang": {
+ "description": "Language code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Title text",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "updated": {
+ "description": "Last update date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "url": {
+ "description": "URL to the resource",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "view_count": {
+ "description": "Number of views",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "year": {
+ "description": "Publication year",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "doi",
+ "title",
+ "creators",
+ "publisher",
+ "year",
+ "resource_type",
+ "url",
+ "citation_count",
+ "download_count",
+ "view_count",
+ "datacite_url",
+ "titles",
+ "creators_full",
+ "subjects",
+ "descriptions",
+ "dates",
+ "sizes",
+ "formats",
+ "rights",
+ "related",
+ "registered",
+ "updated"
+ ],
+ "type": "object"
+}