Skip to content

propertyObjectSchema

const propertyObjectSchema: ZodDiscriminatedUnion<[ZodObject<{ checkbox: ZodObject<{ }, $strip>; description: ZodOptional<ZodString>; id: ZodString; name: ZodString; type: ZodLiteral<"checkbox">; }, $strip>, ZodObject<{ created_by: ZodObject<{ }, $strip>; description: ZodOptional<ZodString>; id: ZodString; name: ZodString; type: ZodLiteral<"created_by">; }, $strip>, ZodObject<{ created_time: ZodObject<{ }, $strip>; description: ZodOptional<ZodString>; id: ZodString; name: ZodString; type: ZodLiteral<"created_time">; }, $strip>], "type">

Defined in: src/schemas/propertyObjects.schema.ts:347

Discriminated union of all data source property object types. Together they define the configuration for a data source, not the values.