@camera.ui/sdk / storage / JsonSchema
Type Alias: JsonSchema
JsonSchema =
JsonSchemaString|JsonSchemaNumber|JsonSchemaBoolean|JsonSchemaEnum|JsonSchemaArray|JsonSchemaButton|JsonSchemaSubmit
Defined in: storage/index.ts:271
Union of every top-level schema type (with callbacks).
Use this when defining the schemas you pass to defineSchemas, addSchema, or changeSchema. Each entry describes one configurable field rendered in the UI; the discriminator is the type property.