Skip to content

@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?

optional minItems?: number

Defined in: storage/index.ts:167

Minimum number of entries.


opened?

optional opened?: 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.