Variable DAASTAssetSchemaConst
DAASTAssetSchema: ZodUnion<
readonly [
ZodIntersection<
ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
ZodObject<
{
delivery_type: ZodLiteral<"url">;
url: ZodString;
daast_version: ZodOptional<
ZodNullable<
ZodUnion<readonly [ZodLiteral<"1.0">, ZodLiteral<"1.1">]>,
>,
>;
duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
tracking_events: ZodOptional<
ZodNullable<
ZodArray<
ZodUnion<
readonly [
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
],
>,
>,
>,
>;
companion_ads: ZodOptional<ZodNullable<ZodBoolean>>;
},
$strip,
>,
>,
ZodIntersection<
ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
ZodObject<
{
delivery_type: ZodLiteral<"inline">;
content: ZodString;
daast_version: ZodOptional<
ZodNullable<
ZodUnion<readonly [ZodLiteral<"1.0">, ZodLiteral<"1.1">]>,
>,
>;
duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
tracking_events: ZodOptional<
ZodNullable<
ZodArray<
ZodUnion<
readonly [
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
],
>,
>,
>,
>;
companion_ads: ZodOptional<ZodNullable<ZodBoolean>>;
},
$strip,
>,
>,
],
> = ...