Skip to content

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

optional opened?: boolean

Defined in: storage/index.ts:167

Whether array items are expanded by default


type

type: "array"

Defined in: storage/index.ts:165