changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Search results for collections",
+ "properties": {
+ "items": {
+ "description": "List of collection search results",
+ "items": {
+ "properties": {
+ "description": {
+ "description": "Collection description",
+ "type": "string"
+ },
+ "doi": {
+ "description": "Digital Object Identifier",
+ "type": "string"
+ },
+ "handle": {
+ "description": "Figshare handle",
+ "type": "string"
+ },
+ "id": {
+ "description": "Collection ID",
+ "type": "number"
+ },
+ "published_date": {
+ "description": "Publication date",
+ "type": "string"
+ },
+ "title": {
+ "description": "Collection title",
+ "type": "string"
+ },
+ "url": {
+ "description": "Collection URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "page": {
+ "description": "Current page number",
+ "type": "number"
+ },
+ "page_size": {
+ "description": "Results per page",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}