@adcp/client API Reference - v4.19.0
    Preparing search index...

    Variable GetContentStandardsResponseSchemaConst

    GetContentStandardsResponseSchema: ZodUnion<
        readonly [
            ZodObject<
                {
                    standards_id: ZodString;
                    name: ZodOptional<ZodNullable<ZodString>>;
                    countries_all: ZodOptional<ZodNullable<ZodArray<ZodString>>>;
                    channels_any: ZodOptional<
                        ZodNullable<
                            ZodArray<
                                ZodUnion<
                                    readonly [
                                        ZodLiteral<"display">,
                                        ZodLiteral<"olv">,
                                        ZodLiteral<"social">,
                                        ZodLiteral<"search">,
                                        ZodLiteral<"ctv">,
                                        ZodLiteral<"linear_tv">,
                                        ZodLiteral<"radio">,
                                        ZodLiteral<"streaming_audio">,
                                        ZodLiteral<"podcast">,
                                        ZodLiteral<"dooh">,
                                        ZodLiteral<"ooh">,
                                        ZodLiteral<"print">,
                                        ZodLiteral<"cinema">,
                                        ZodLiteral<"email">,
                                        ZodLiteral<"gaming">,
                                        ZodLiteral<"retail_media">,
                                        ZodLiteral<"influencer">,
                                        ZodLiteral<"affiliate">,
                                        ZodLiteral<"product_placement">,
                                        ZodLiteral<"sponsored_intelligence">,
                                    ],
                                >,
                            >,
                        >,
                    >;
                    languages_any: ZodOptional<ZodNullable<ZodArray<ZodString>>>;
                    policy: ZodOptional<ZodNullable<ZodString>>;
                    calibration_exemplars: ZodOptional<
                        ZodNullable<
                            ZodObject<
                                {
                                    pass: ZodOptional<ZodNullable<ZodArray<(...)>>>;
                                    fail: ZodOptional<ZodNullable<ZodArray<(...)>>>;
                                },
                                $loose,
                            >,
                        >,
                    >;
                    pricing_options: ZodOptional<
                        ZodNullable<
                            ZodArray<
                                ZodUnion<
                                    readonly [
                                        ZodObject<
                                            {
                                                pricing_option_id: ...;
                                                pricing_model: ...;
                                                currency: ...;
                                                fixed_price: ...;
                                                floor_price: ...;
                                                max_bid: ...;
                                                price_guidance: ...;
                                                min_spend_per_package: ...;
                                                price_breakdown: ...;
                                                eligible_adjustments: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                pricing_option_id: ...;
                                                pricing_model: ...;
                                                currency: ...;
                                                fixed_price: ...;
                                                floor_price: ...;
                                                max_bid: ...;
                                                price_guidance: ...;
                                                min_spend_per_package: ...;
                                                price_breakdown: ...;
                                                eligible_adjustments: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                pricing_option_id: ...;
                                                pricing_model: ...;
                                                currency: ...;
                                                fixed_price: ...;
                                                floor_price: ...;
                                                max_bid: ...;
                                                price_guidance: ...;
                                                min_spend_per_package: ...;
                                                price_breakdown: ...;
                                                eligible_adjustments: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                pricing_option_id: ...;
                                                pricing_model: ...;
                                                currency: ...;
                                                fixed_price: ...;
                                                floor_price: ...;
                                                max_bid: ...;
                                                price_guidance: ...;
                                                min_spend_per_package: ...;
                                                price_breakdown: ...;
                                                eligible_adjustments: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                pricing_option_id: ...;
                                                pricing_model: ...;
                                                currency: ...;
                                                fixed_price: ...;
                                                floor_price: ...;
                                                max_bid: ...;
                                                price_guidance: ...;
                                                parameters: ...;
                                                min_spend_per_package: ...;
                                                price_breakdown: ...;
                                                eligible_adjustments: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                pricing_option_id: ...;
                                                pricing_model: ...;
                                                currency: ...;
                                                fixed_price: ...;
                                                floor_price: ...;
                                                price_guidance: ...;
                                                parameters: ...;
                                                min_spend_per_package: ...;
                                                price_breakdown: ...;
                                                eligible_adjustments: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                pricing_option_id: ...;
                                                pricing_model: ...;
                                                event_type: ...;
                                                custom_event_name: ...;
                                                event_source_id: ...;
                                                currency: ...;
                                                fixed_price: ...;
                                                min_spend_per_package: ...;
                                                price_breakdown: ...;
                                                eligible_adjustments: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                pricing_option_id: ...;
                                                pricing_model: ...;
                                                currency: ...;
                                                fixed_price: ...;
                                                floor_price: ...;
                                                price_guidance: ...;
                                                parameters: ...;
                                                min_spend_per_package: ...;
                                                price_breakdown: ...;
                                                eligible_adjustments: ...;
                                            },
                                            $loose,
                                        >,
                                        ZodObject<
                                            {
                                                pricing_option_id: ...;
                                                pricing_model: ...;
                                                currency: ...;
                                                fixed_price: ...;
                                                floor_price: ...;
                                                price_guidance: ...;
                                                parameters: ...;
                                                min_spend_per_package: ...;
                                                price_breakdown: ...;
                                                eligible_adjustments: ...;
                                            },
                                            $loose,
                                        >,
                                    ],
                                >,
                            >,
                        >,
                    >;
                    ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
                },
                $loose,
            >,
            ZodObject<
                {
                    errors: ZodArray<
                        ZodObject<
                            {
                                code: ZodString;
                                message: ZodString;
                                field: ZodOptional<ZodNullable<ZodString>>;
                                suggestion: ZodOptional<ZodNullable<ZodString>>;
                                retry_after: ZodOptional<ZodNullable<ZodNumber>>;
                                details: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
                                recovery: ZodOptional<
                                    ZodNullable<ZodUnion<readonly [(...), (...), (...)]>>,
                                >;
                            },
                            $loose,
                        >,
                    >;
                    context: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
                    ext: ZodOptional<ZodNullable<ZodObject<{}, $loose>>>;
                },
                $loose,
            >,
        ],
    > = ...