@json-layout/vocabulary
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "@json-layout/vocabulary", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"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", |
@@ -101,3 +101,4 @@ /** | ||
properties: { | ||
placeholder: { type: 'string' } | ||
placeholder: { type: 'string' }, | ||
rows: { type: 'number' } | ||
} | ||
@@ -104,0 +105,0 @@ } |
@@ -157,2 +157,3 @@ import type { | ||
placeholder?: string; | ||
rows?: number; | ||
[k: string]: unknown; | ||
@@ -159,0 +160,0 @@ }; |
119191
17
4007