@camera.ui/sdk / storage / JsonSchemaWithoutKey
Type Alias: JsonSchemaWithoutKey
JsonSchemaWithoutKey =
Omit<JsonSchema,"key">
Defined in: storage/index.ts:277
Schema variant without the key field. Used when the key is provided externally (e.g. as an object property).