@json-layout/vocabulary
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@json-layout/vocabulary", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Main JSON Layout vocabulary as JSON schemas and Typescript types. Also contains some small utility functions to validate and normalize annotations.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -212,2 +212,3 @@ /** | ||
multipleCompat: true, | ||
isFileInput: true, | ||
schema: { | ||
@@ -214,0 +215,0 @@ properties: { |
@@ -41,2 +41,3 @@ import { type LayoutKeyword } from './layout-keyword/types.js' | ||
labelOptional?: boolean | ||
isFileInput?: boolean | ||
} |
Sorry, the diff of this file is not supported yet
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
196632
5630