Variable PropertySchemaConst
PropertySchema: ZodObject<
{
property_id: ZodOptional<ZodNullable<ZodString>>;
property_type: ZodUnion<
readonly [
ZodLiteral<"website">,
ZodLiteral<"mobile_app">,
ZodLiteral<"ctv_app">,
ZodLiteral<"dooh">,
ZodLiteral<"podcast">,
ZodLiteral<"radio">,
ZodLiteral<"streaming_audio">,
],
>;
name: ZodString;
identifiers: ZodTuple<
[
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,
>,
],
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,
>,
>;
tags: ZodOptional<ZodNullable<ZodArray<ZodString>>>;
publisher_domain: ZodOptional<ZodNullable<ZodString>>;
},
$strip,
> = ...