changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "description": "Search results from NuGet package registry",
+ "properties": {
+ "data": {
+ "description": "Array of package results",
+ "items": {
+ "properties": {
+ "authors": {
+ "description": "List of package authors",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "description": {
+ "description": "Package description",
+ "type": "string"
+ },
+ "downloads": {
+ "description": "Download count",
+ "type": "integer"
+ },
+ "iconUrl": {
+ "description": "URL to package icon",
+ "type": "string"
+ },
+ "id": {
+ "description": "Package identifier",
+ "type": "string"
+ },
+ "licenseUrl": {
+ "description": "URL to package license",
+ "type": "string"
+ },
+ "packageTypes": {
+ "description": "Types of packages",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "projectUrl": {
+ "description": "URL to project homepage",
+ "type": "string"
+ },
+ "repositoryUrl": {
+ "description": "URL to source repository",
+ "type": "string"
+ },
+ "tags": {
+ "description": "Package tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "verified": {
+ "description": "Whether package is verified",
+ "type": "boolean"
+ },
+ "version": {
+ "description": "Latest version of the package",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "totalHits": {
+ "description": "Total number of matching packages",
+ "type": "integer"
+ }
+ },
+ "type": "object"
+}