Variable PersonalizationEntrySkeletonConst
PersonalizationEntrySkeleton: ZodMiniObject<
{
contentTypeId: ZodMiniLiteral<"nt_experience">;
fields: ZodMiniObject<
{
nt_audience: ZodMiniOptional<
ZodMiniNullable<
ZodMiniObject<
{
fields: ZodMiniObject<
{
nt_audience_id: ZodMiniString<(...)>;
nt_description: ZodMiniOptional<(...)>;
nt_name: ZodMiniOptional<(...)>;
},
$catchall<ZodMiniJSONSchema>,
>;
metadata: ZodMiniObject<
{ concepts: ZodMiniOptional<(...)>; tags: ZodMiniArray<(...)> },
$strip,
>;
sys: ZodMiniObject<
{
contentType: ZodMiniObject<(...), (...)>;
createdAt: ZodMiniAny;
environment: ZodMiniObject<(...), (...)>;
id: ZodMiniString<(...)>;
locale: ZodMiniOptional<(...)>;
publishedVersion: ZodMiniNumber<(...)>;
revision: ZodMiniNumber<(...)>;
space: ZodMiniObject<(...), (...)>;
type: ZodMiniLiteral<(...)>;
updatedAt: ZodMiniAny;
},
$strip,
>;
},
$strip,
>,
>,
>;
nt_config: ZodMiniPipe<
ZodMiniOptional<
ZodMiniPrefault<
ZodMiniNullable<
ZodMiniObject<
{
components: ZodMiniOptional<(...)>;
distribution: ZodMiniOptional<(...)>;
sticky: ZodMiniOptional<(...)>;
traffic: ZodMiniOptional<(...)>;
},
$strip,
>,
>,
>,
>,
ZodMiniTransform<
| null
| {
components?: ((...) | (...))[];
distribution?: number[];
sticky?: boolean;
traffic?: number;
},
| null
| {
components?: ((...) | (...))[];
distribution?: number[];
sticky?: boolean;
traffic?: number;
},
>,
>;
nt_description: ZodMiniOptional<ZodMiniNullable<ZodMiniString<string>>>;
nt_experience_id: ZodMiniString<string>;
nt_name: ZodMiniString<string>;
nt_type: ZodMiniUnion<
readonly [
ZodMiniLiteral<"nt_experiment">,
ZodMiniLiteral<"nt_personalization">,
],
>;
nt_variants: ZodMiniOptional<
ZodMiniPrefault<ZodMiniArray<ZodMiniCustom<Entry, Entry>>>,
>;
},
$catchall<ZodMiniJSONSchema>,
>;
},
$strip,
> = ...
Zod schema describing a Personalization entry "skeleton".