changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Single article details",
+ "properties": {
+ "authors": {
+ "description": "List of authors",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Author ID",
+ "type": "number"
+ },
+ "name": {
+ "description": "Author name",
+ "type": "string"
+ },
+ "orcid_id": {
+ "description": "ORCID identifier",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "categories": {
+ "description": "Article categories",
+ "items": {
+ "properties": {
+ "id": {
+ "description": "Category ID",
+ "type": "number"
+ },
+ "title": {
+ "description": "Category name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "cites": {
+ "description": "Citation count",
+ "type": "number"
+ },
+ "description": {
+ "description": "Article description",
+ "type": "string"
+ },
+ "doi": {
+ "description": "Digital Object Identifier",
+ "type": "string"
+ },
+ "downloads": {
+ "description": "Download count",
+ "type": "number"
+ },
+ "handle": {
+ "description": "Figshare handle",
+ "type": "string"
+ },
+ "id": {
+ "description": "Article ID",
+ "type": "number"
+ },
+ "is_public": {
+ "description": "Public visibility",
+ "type": "boolean"
+ },
+ "modified_date": {
+ "description": "Last modified date",
+ "type": "string"
+ },
+ "published_date": {
+ "description": "Publication date",
+ "type": "string"
+ },
+ "shares": {
+ "description": "Share count",
+ "type": "number"
+ },
+ "tags": {
+ "description": "Article tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "title": {
+ "description": "Article title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Article URL",
+ "type": "string"
+ },
+ "views": {
+ "description": "View count",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}