changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "page": {
+ "description": "Current page",
+ "type": "number"
+ },
+ "pageSize": {
+ "description": "Items per page",
+ "type": "number"
+ },
+ "results": {
+ "description": "Array of article results",
+ "items": {
+ "properties": {
+ "abstract": {
+ "description": "Article abstract",
+ "type": "string"
+ },
+ "author": {
+ "description": "List of authors",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "created_date": {
+ "description": "Creation date",
+ "type": "string"
+ },
+ "id": {
+ "description": "DOAJ article ID",
+ "type": "string"
+ },
+ "journal": {
+ "description": "Journal title",
+ "type": "string"
+ },
+ "title": {
+ "description": "Article title",
+ "type": "string"
+ },
+ "year": {
+ "description": "Publication year",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "description": "Total results",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}