@camera.ui/sdk / storage / JsonArraySchema
Interface: JsonArraySchema
Defined in: storage/index.ts:161
Array schema options.
Extended by
Properties
items
items:
Omit<JsonSchemaWithoutCallbacks,"key">
Defined in: storage/index.ts:169
Schema for array items.
minItems?
optionalminItems?:number
Defined in: storage/index.ts:167
Minimum number of entries.
opened?
optionalopened?:boolean
Defined in: storage/index.ts:165
Whether array items are expanded by default.
type
type:
"array"
Defined in: storage/index.ts:163
Schema type discriminator.