changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "response": {
+ "properties": {
+ "docs": {
+ "description": "Array of article documents",
+ "items": {
+ "properties": {
+ "abstract": {
+ "description": "Article abstract",
+ "type": "string"
+ },
+ "author_display": {
+ "description": "List of authors",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "id": {
+ "description": "Article DOI",
+ "type": "string"
+ },
+ "journal": {
+ "description": "Journal name",
+ "type": "string"
+ },
+ "publication_date": {
+ "description": "Publication date",
+ "type": "string"
+ },
+ "title": {
+ "description": "Article title",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "numFound": {
+ "description": "Total number of matching documents",
+ "type": "number"
+ },
+ "start": {
+ "description": "Starting position of results",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "responseHeader": {
+ "description": "Response metadata from Solr",
+ "type": "object"
+ }
+ },
+ "type": "object"
+}