changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "package": {
+ "properties": {
+ "description": {
+ "description": "Package description",
+ "type": "string"
+ },
+ "downloads": {
+ "properties": {
+ "daily": {
+ "description": "Daily downloads",
+ "type": "number"
+ },
+ "monthly": {
+ "description": "Monthly downloads",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total downloads",
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "favers": {
+ "description": "Number of favorites",
+ "type": "number"
+ },
+ "maintainers": {
+ "description": "List of package maintainers",
+ "items": {
+ "properties": {
+ "email": {
+ "description": "Maintainer email",
+ "type": "string"
+ },
+ "name": {
+ "description": "Maintainer name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "Package name",
+ "type": "string"
+ },
+ "repository": {
+ "description": "Repository URL",
+ "type": "string"
+ },
+ "type": {
+ "description": "Package type",
+ "type": "string"
+ },
+ "url": {
+ "description": "Packagist URL",
+ "type": "string"
+ },
+ "versions": {
+ "description": "Map of version strings to version details",
+ "type": "object"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}