Skip to content

@camera.ui/sdk / storage / JsonFactorySchema

Interface: JsonFactorySchema

Defined in: storage/index.ts:48

Base schema interface for all schema types. Contains common fields like type, key, title, description.

Extended by

Properties

description

description: string

Defined in: storage/index.ts:56

Field description/help text


group?

optional group?: string

Defined in: storage/index.ts:58

Optional group name for organizing fields


key

key: string

Defined in: storage/index.ts:52

Unique field identifier


title

title: string

Defined in: storage/index.ts:54

Display title


type

type: JsonSchemaType

Defined in: storage/index.ts:50

Field type