@camera.ui/sdk / storage / JsonFactorySchema
Interface: JsonFactorySchema
Defined in: storage/index.ts:44
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:52
Field description/help text.
group?
optionalgroup?:string
Defined in: storage/index.ts:54
Optional group name for organizing fields.
key
key:
string
Defined in: storage/index.ts:48
Unique field identifier.
title
title:
string
Defined in: storage/index.ts:50
Display title.
type
type:
JsonSchemaType
Defined in: storage/index.ts:46
Field type.