@neo4j/graph-json-schema
Advanced tools
Comparing version 1.0.0-next.1 to 1.0.0-next.2
@@ -145,3 +145,3 @@ { | ||
"additionalProperties": false, | ||
"required": ["token", "type"], | ||
"required": ["token", "type", "nullable"], | ||
"properties": { | ||
@@ -151,3 +151,3 @@ "token": { | ||
}, | ||
"mandatory": { "type": "boolean" }, | ||
"nullable": { "type": "boolean" }, | ||
"$id": { "type": "string" }, | ||
@@ -191,3 +191,3 @@ "type": { | ||
"additionalProperties": false, | ||
"required": ["token", "type"], | ||
"required": ["token", "type", "nullable"], | ||
"properties": { | ||
@@ -200,3 +200,3 @@ "token": { | ||
}, | ||
"mandatory": { "type": "boolean" } | ||
"nullable": { "type": "boolean" } | ||
} | ||
@@ -203,0 +203,0 @@ }, |
{ | ||
"name": "@neo4j/graph-json-schema", | ||
"version": "1.0.0-next.1", | ||
"version": "1.0.0-next.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6359