changedOutput schema / (root)
Previous value: -{
- "properties": {
- "affiliations": {
- "description": "Author affiliations",
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "author_id": {
- "description": "Semantic Scholar author ID",
- "type": [
- "string",
- "null"
- ]
- },
- "citation_count": {
- "description": "Total number of citations",
- "type": [
- "number",
- "null"
- ]
- },
- "h_index": {
- "description": "H-index of the author",
- "type": [
- "number",
- "null"
- ]
- },
- "homepage": {
- "description": "Author homepage URL",
- "type": [
- "string",
- "null"
- ]
- },
- "name": {
- "description": "Author name",
- "type": [
- "string",
- "null"
- ]
- },
- "paper_count": {
- "description": "Total number of papers published",
- "type": [
- "number",
- "null"
- ]
- },
- "papers": {
- "description": "Recent publications (up to 20)",
- "items": {
- "properties": {
- "citation_count": {
- "description": "Number of citations for this paper",
- "type": [
- "number",
- "null"
- ]
- },
- "paper_id": {
- "description": "Paper ID",
- "type": [
- "string",
- "null"
- ]
- },
- "title": {
- "description": "Paper title",
- "type": [
- "string",
- "null"
- ]
- },
- "year": {
- "description": "Publication year",
- "type": [
- "number",
- "null"
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "url": {
- "description": "URL to author profile",
- "type": [
- "string",
- "null"
- ]
- }
- },
- "type": "object"
-}New value: +null