changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "createdAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "daysSinceLastPublish": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "distTags": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "downloadTrend": {
+ "additionalProperties": false,
+ "properties": {
+ "changePercent": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "direction": {
+ "enum": [
+ "growing",
+ "stable",
+ "declining",
+ "unknown"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "direction",
+ "changePercent"
+ ],
+ "type": "object"
+ },
+ "githubStars": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "hasBuiltInTypes": {
+ "type": "boolean"
+ },
+ "homepage": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "keywords": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "latestVersion": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latestVersionInfo": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "dependencies": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "deprecated": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "scripts": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "tarball": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "version",
+ "dependencies",
+ "scripts",
+ "deprecated",
+ "tarball"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "license": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "maintainers": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "email": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "maintenanceSummary": {
+ "type": "string"
+ },
+ "maintenanceTier": {
+ "enum": [
+ "active",
+ "aging",
+ "stale",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "modifiedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "npmscanUrl": {
+ "type": "string"
+ },
+ "popularityTier": {
+ "enum": [
+ "very-high",
+ "high",
+ "moderate",
+ "low",
+ "very-low",
+ "unknown"
+ ],
+ "type": "string"
+ },
+ "possibleTyposquatOf": {
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "rank": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "name",
+ "rank"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "recentVersions": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "publishedAt": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "version",
+ "publishedAt"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "repository": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "topPackagesRank": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "weeklyDownloads": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "description",
+ "license",
+ "homepage",
+ "repository",
+ "keywords",
+ "maintainers",
+ "distTags",
+ "latestVersion",
+ "latestVersionInfo",
+ "recentVersions",
+ "createdAt",
+ "modifiedAt",
+ "npmscanUrl",
+ "weeklyDownloads",
+ "githubStars",
+ "hasBuiltInTypes",
+ "daysSinceLastPublish",
+ "popularityTier",
+ "maintenanceTier",
+ "maintenanceSummary",
+ "topPackagesRank",
+ "downloadTrend",
+ "possibleTyposquatOf"
+ ],
+ "type": "object"
+}