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