changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Package registration metadata with versions and dependencies",
+ "properties": {
+ "@context": {
+ "description": "JSON-LD context",
+ "type": "object"
+ },
+ "count": {
+ "description": "Total number of version pages",
+ "type": "integer"
+ },
+ "items": {
+ "description": "Version catalog pages",
+ "items": {
+ "properties": {
+ "@id": {
+ "description": "URL to version page",
+ "type": "string"
+ },
+ "count": {
+ "description": "Number of versions in this page",
+ "type": "integer"
+ },
+ "items": {
+ "description": "Version entries",
+ "items": {
+ "properties": {
+ "@id": {
+ "description": "URL to version metadata",
+ "type": "string"
+ },
+ "downloads": {
+ "description": "Version download count",
+ "type": "integer"
+ },
+ "listed": {
+ "description": "Whether version is listed",
+ "type": "boolean"
+ },
+ "version": {
+ "description": "Package version",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "lower": {
+ "description": "Lower bound version in this page",
+ "type": "string"
+ },
+ "upper": {
+ "description": "Upper bound version in this page",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}