changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "result": {
+ "properties": {
+ "completed": {
+ "description": "Completion timestamp",
+ "type": "number"
+ },
+ "hit": {
+ "description": "Array of venue results",
+ "items": {
+ "properties": {
+ "acronym": {
+ "description": "Venue acronym if available",
+ "type": "string"
+ },
+ "info": {
+ "description": "Venue info string",
+ "type": "string"
+ },
+ "name": {
+ "description": "Venue full name",
+ "type": "string"
+ },
+ "url": {
+ "description": "DBLP venue page URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "hits": {
+ "description": "Total number of venue 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"
+}