Variable ComponentJsonSchemaConst
ComponentJsonSchema: ZodObject<
{
ari: ZodOptional<ZodString>;
description: ZodOptional<ZodString>;
id: ZodOptional<ZodString>;
metadata: ZodOptional<ZodRecord<ZodString, ZodAny>>;
name: ZodOptional<ZodString>;
self: ZodOptional<ZodString>;
},
$loose,
> = ComponentSchema
Deprecated
Renamed to
ComponentSchema, which describes the same shape. This alias is removed in the next major version.