changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "description": "Number of items returned.",
+ "type": "integer"
+ },
+ "items": {
+ "description": "Array of packages per repository for the project",
+ "items": {
+ "properties": {
+ "downloads": {
+ "description": "Download URLs",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "homepage": {
+ "description": "Project homepage URL",
+ "type": "string"
+ },
+ "licenses": {
+ "description": "List of licenses",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "maintainers": {
+ "description": "List of maintainers",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "Project name",
+ "type": "string"
+ },
+ "repo": {
+ "description": "Repository name",
+ "type": "string"
+ },
+ "status": {
+ "description": "Package status (e.g. 'newest', 'outdated')",
+ "type": "string"
+ },
+ "version": {
+ "description": "Package version",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "items",
+ "count"
+ ],
+ "type": "object"
+}