changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "dependencies": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "deprecated": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "license": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "npmscanUrl": {
+ "type": "string"
+ },
+ "scripts": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "shasum": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "tarball": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "version",
+ "description",
+ "license",
+ "dependencies",
+ "scripts",
+ "deprecated",
+ "tarball",
+ "shasum",
+ "npmscanUrl"
+ ],
+ "type": "object"
+}