Variable BuildCreativeResponseSchemaConst
BuildCreativeResponseSchema: ZodUnion<
readonly [
ZodObject<
{
creative_manifest: ZodObject<
{
format_id: ZodObject<
{
agent_url: ZodString;
id: ZodString;
width: ZodOptional<ZodNullable<ZodNumber>>;
height: ZodOptional<ZodNullable<ZodNumber>>;
duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
},
$strip,
>;
promoted_offering: ZodOptional<ZodNullable<ZodString>>;
assets: ZodRecord<
ZodString,
ZodUnion<
readonly [
ZodIntersection<
ZodObject<(...), (...)>,
ZodObject<(...), (...)>,
>,
ZodIntersection<ZodObject<(...), (...)>, ZodObject<(...), (...)>>,
ZodObject<
{ url: ...; duration_ms: ...; format: ...; bitrate_kbps: ... },
$strip,
>,
ZodUnion<readonly [(...), (...)]>,
ZodObject<{ content: ...; language: ... }, $strip>,
ZodObject<{ url: ...; url_type: ...; description: ... }, $strip>,
ZodObject<{ content: ...; version: ... }, $strip>,
ZodObject<{ content: ...; module_type: ... }, $strip>,
ZodObject<
{
url: ...;
method: ...;
timeout_ms: ...;
supported_macros: ...;
required_macros: ...;
response_type: ...;
security: ...;
},
$strip,
>,
ZodObject<{ content: ...; media: ... }, $strip>,
ZodUnion<readonly [(...), (...)]>,
ZodObject<
{
brand_manifest: ...;
product_selectors: ...;
offerings: ...;
asset_selectors: ...;
},
$strip,
>,
],
>,
>;
ext: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
},
$strip,
>;
context: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
ext: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
},
$strip,
>,
ZodObject<
{
errors: ZodTuple<
[
ZodObject<
{
code: ZodString;
message: ZodString;
field: ZodOptional<ZodNullable<ZodString>>;
suggestion: ZodOptional<ZodNullable<ZodString>>;
retry_after: ZodOptional<ZodNullable<ZodNumber>>;
details: ZodOptional<ZodNullable<ZodRecord<(...), (...)>>>;
},
$strip,
>,
],
ZodObject<
{
code: ZodString;
message: ZodString;
field: ZodOptional<ZodNullable<ZodString>>;
suggestion: ZodOptional<ZodNullable<ZodString>>;
retry_after: ZodOptional<ZodNullable<ZodNumber>>;
details: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
},
$strip,
>,
>;
context: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
ext: ZodOptional<ZodNullable<ZodRecord<ZodString, ZodUnknown>>>;
},
$strip,
>,
],
> = ...