changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "response": {
+ "properties": {
+ "docs": {
+ "description": "Array of matching Maven artifacts",
+ "items": {
+ "properties": {
+ "a": {
+ "description": "artifactId",
+ "type": "string"
+ },
+ "g": {
+ "description": "groupId",
+ "type": "string"
+ },
+ "latestVersion": {
+ "description": "Latest version of this artifact",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Associated tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "timestamp": {
+ "description": "Publication timestamp (milliseconds)",
+ "type": "number"
+ },
+ "v": {
+ "description": "version",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "numFound": {
+ "description": "Total number of matching artifacts",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}