@podium/schemas
Advanced tools
Comparing version 4.0.0-next.2 to 4.0.0-next.3
@@ -48,4 +48,5 @@ { | ||
"items": { | ||
"anyOf": [ | ||
{ | ||
"type": "object", | ||
"properties": { | ||
"value": { | ||
"type": "string", | ||
@@ -55,7 +56,7 @@ "format": "uri-reference", | ||
}, | ||
{ | ||
"type": "object", | ||
"default": {} | ||
"type": { | ||
"type": "string" | ||
} | ||
] | ||
}, | ||
"required": ["value", "type"] | ||
}, | ||
@@ -67,4 +68,5 @@ "default": [] | ||
"items": { | ||
"anyOf": [ | ||
{ | ||
"type": "object", | ||
"properties": { | ||
"value": { | ||
"type": "string", | ||
@@ -74,7 +76,7 @@ "format": "uri-reference", | ||
}, | ||
{ | ||
"type": "object", | ||
"default": {} | ||
"type": { | ||
"type": "string" | ||
} | ||
] | ||
}, | ||
"required": ["value", "type"] | ||
}, | ||
@@ -81,0 +83,0 @@ "default": [] |
{ | ||
"name": "@podium/schemas", | ||
"version": "4.0.0-next.2", | ||
"version": "4.0.0-next.3", | ||
"description": "Schemas for validating the @podium contract.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
7512
148