Skip to content

@camera.ui/sdk / storage / JsonObjectSchema

Interface: JsonObjectSchema

Defined in: storage/index.ts:177

Object schema options. The value is a plain object; each property is its own keyed sub-field. As array items this yields structured lists, e.g. [{ name, cameras }].

Extended by

Properties

properties

properties: JsonSchemaWithoutCallbacks[]

Defined in: storage/index.ts:181

Sub-fields of the object value.


type

type: "object"

Defined in: storage/index.ts:179

Schema type discriminator.