changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "properties": {
+ "completed": {
+ "description": "Completion timestamp",
+ "type": "number"
+ },
+ "hit": {
+ "description": "Array of publication results",
+ "items": {
+ "properties": {
+ "authors": {
+ "description": "Author information",
+ "properties": {
+ "author": {
+ "description": "Author(s) name(s)",
+ "type": [
+ "array",
+ "object"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "doi": {
+ "description": "DOI identifier",
+ "type": "string"
+ },
+ "ee": {
+ "description": "Electronic edition URL",
+ "type": "string"
+ },
+ "info": {
+ "description": "Publication info string",
+ "type": "string"
+ },
+ "title": {
+ "description": "Publication title",
+ "type": "string"
+ },
+ "type": {
+ "description": "Publication type (e.g., article, inproceedings)",
+ "type": "string"
+ },
+ "url": {
+ "description": "DBLP URL for the publication",
+ "type": "string"
+ },
+ "venue": {
+ "description": "Conference or journal name",
+ "type": "string"
+ },
+ "year": {
+ "description": "Publication year",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "hits": {
+ "description": "Total number of results matching the query",
+ "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"
+}