changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "properties": {
+ "completed": {
+ "description": "Completion timestamp",
+ "type": "number"
+ },
+ "hit": {
+ "description": "Array of author results",
+ "items": {
+ "properties": {
+ "affiliation": {
+ "description": "Author affiliation if available",
+ "type": "string"
+ },
+ "info": {
+ "description": "Author info string",
+ "type": "string"
+ },
+ "name": {
+ "description": "Canonical author name",
+ "type": "string"
+ },
+ "orcid": {
+ "description": "ORCID identifier if available",
+ "type": "string"
+ },
+ "url": {
+ "description": "DBLP author page URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "hits": {
+ "description": "Total number of author results",
+ "type": "number"
+ },
+ "published": {
+ "description": "Number of results in this response",
+ "type": "number"
+ },
+ "start": {
+ "description": "0-based offset of first result",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}