{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/victoria-university-of-wellington/main/json-structure/victoria-university-of-wellington-article-structure.json", "name": "FigshareArticle", "description": "JSON Structure for a public Figshare article in the Open Access Te Herenga Waka—Victoria University of Wellington repository.", "type": "object", "properties": { "id": { "type": "int64" }, "title": { "type": "string" }, "doi": { "type": "string" }, "handle": { "type": "string" }, "url": { "type": "string", "format": "uri" }, "published_date": { "type": "string", "format": "date-time" }, "modified_date": { "type": "string", "format": "date-time" }, "created_date": { "type": "string", "format": "date-time" }, "description": { "type": "string" }, "is_public": { "type": "boolean" }, "views": { "type": "int64" }, "downloads": { "type": "int64" }, "shares": { "type": "int64" }, "cites": { "type": "int64" }, "size": { "type": "int64" }, "version": { "type": "int32" }, "item_type": { "type": "int32" }, "license": { "type": "object", "properties": { "value": { "type": "int32" }, "name": { "type": "string" }, "url": { "type": "string", "format": "uri" } } }, "authors": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "int64" }, "full_name": { "type": "string" }, "is_active": { "type": "boolean" }, "url_name": { "type": "string" }, "orcid_id": { "type": "string" } } } }, "files": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "int64" }, "name": { "type": "string" }, "size": { "type": "int64" }, "computed_md5": { "type": "string" }, "download_url": { "type": "string", "format": "uri" } } } }, "categories": { "type": "array", "items": { "type": "object", "properties": { "id": { "type": "int64" }, "title": { "type": "string" }, "parent_id": { "type": "int64" } } } }, "tags": { "type": "array", "items": { "type": "string" } } }, "required": ["id", "title", "url"] }