@adcp/client API Reference - v3.11.2
    Preparing search index...

    Variable ArtifactSchemaConst

    ArtifactSchema: ZodIntersection<
        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
        ZodObject<
            {
                property_id: ZodObject<
                    {
                        type: ZodUnion<
                            readonly [
                                ZodLiteral<"domain">,
                                ZodLiteral<"subdomain">,
                                ZodLiteral<"network_id">,
                                ZodLiteral<"ios_bundle">,
                                ZodLiteral<"android_package">,
                                ZodLiteral<"apple_app_store_id">,
                                ZodLiteral<"google_play_id">,
                                ZodLiteral<"roku_store_id">,
                                ZodLiteral<"fire_tv_asin">,
                                ZodLiteral<"samsung_app_id">,
                                ZodLiteral<"apple_tv_bundle">,
                                ZodLiteral<"bundle_id">,
                                ZodLiteral<"venue_id">,
                                ZodLiteral<"screen_id">,
                                ZodLiteral<"openooh_venue_type">,
                                ZodLiteral<"rss_url">,
                                ZodLiteral<"apple_podcast_id">,
                                ZodLiteral<"spotify_show_id">,
                                ZodLiteral<"podcast_guid">,
                            ],
                        >;
                        value: ZodString;
                    },
                    $strip,
                >;
                artifact_id: ZodString;
                variant_id: ZodOptional<ZodNullable<ZodString>>;
                format_id: ZodOptional<
                    ZodNullable<
                        ZodIntersection<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                            ZodObject<
                                {
                                    agent_url: ZodString;
                                    id: ZodString;
                                    width: ZodOptional<ZodNullable<ZodNumber>>;
                                    height: ZodOptional<ZodNullable<ZodNumber>>;
                                    duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
                                },
                                $strip,
                            >,
                        >,
                    >,
                >;
                url: ZodOptional<ZodNullable<ZodString>>;
                published_time: ZodOptional<ZodNullable<ZodString>>;
                last_update_time: ZodOptional<ZodNullable<ZodString>>;
                assets: ZodArray<
                    ZodUnion<
                        readonly [
                            ZodObject<
                                {
                                    type: ZodLiteral<"text">;
                                    role: ZodOptional<ZodNullable<ZodUnion<(...)>>>;
                                    content: ZodString;
                                    language: ZodOptional<ZodNullable<ZodString>>;
                                    heading_level: ZodOptional<ZodNullable<ZodNumber>>;
                                },
                                $strip,
                            >,
                            ZodObject<
                                {
                                    type: ZodLiteral<"image">;
                                    url: ZodString;
                                    access: ZodOptional<ZodNullable<ZodUnion<(...)>>>;
                                    alt_text: ZodOptional<ZodNullable<ZodString>>;
                                    caption: ZodOptional<ZodNullable<ZodString>>;
                                    width: ZodOptional<ZodNullable<ZodNumber>>;
                                    height: ZodOptional<ZodNullable<ZodNumber>>;
                                },
                                $strip,
                            >,
                            ZodObject<
                                {
                                    type: ZodLiteral<"video">;
                                    url: ZodString;
                                    access: ZodOptional<ZodNullable<ZodUnion<(...)>>>;
                                    duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
                                    transcript: ZodOptional<ZodNullable<ZodString>>;
                                    transcript_source: ZodOptional<ZodNullable<ZodUnion<(...)>>>;
                                    thumbnail_url: ZodOptional<ZodNullable<ZodString>>;
                                },
                                $strip,
                            >,
                            ZodObject<
                                {
                                    type: ZodLiteral<"audio">;
                                    url: ZodString;
                                    access: ZodOptional<ZodNullable<ZodUnion<(...)>>>;
                                    duration_ms: ZodOptional<ZodNullable<ZodNumber>>;
                                    transcript: ZodOptional<ZodNullable<ZodString>>;
                                    transcript_source: ZodOptional<ZodNullable<ZodUnion<(...)>>>;
                                },
                                $strip,
                            >,
                        ],
                    >,
                >;
                metadata: ZodOptional<
                    ZodNullable<
                        ZodIntersection<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                            ZodObject<
                                {
                                    canonical: ZodOptional<ZodNullable<ZodString>>;
                                    author: ZodOptional<ZodNullable<ZodString>>;
                                    keywords: ZodOptional<ZodNullable<ZodString>>;
                                    open_graph: ZodOptional<ZodNullable<ZodRecord<(...), (...)>>>;
                                    twitter_card: ZodOptional<ZodNullable<ZodRecord<(...), (...)>>>;
                                    json_ld: ZodOptional<ZodNullable<ZodArray<(...)>>>;
                                },
                                $strip,
                            >,
                        >,
                    >,
                >;
                identifiers: ZodOptional<
                    ZodNullable<
                        ZodIntersection<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                            ZodObject<
                                {
                                    apple_podcast_id: ZodOptional<ZodNullable<ZodString>>;
                                    spotify_show_id: ZodOptional<ZodNullable<ZodString>>;
                                    podcast_guid: ZodOptional<ZodNullable<ZodString>>;
                                    youtube_video_id: ZodOptional<ZodNullable<ZodString>>;
                                    rss_url: ZodOptional<ZodNullable<ZodString>>;
                                },
                                $strip,
                            >,
                        >,
                    >,
                >;
            },
            $strip,
        >,
    > = ...