{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AdsCreative",
"title": "AdsCreative",
"properties": {
"asset_urls": {
"$ref": "#/components/schemas/property_AdsCreative_asset_urls"
},
"body": {
"type": "string"
},
"campaign_id": {
"type": "string"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"creative_type": {
"enum": [
"UNSPECIFIED",
"STANDARD",
"EXPANDABLE",
"VIDEO",
"NATIVE",
"AUDIO",
"PUBLISHER_HOSTED",
"ASSET_BASED"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"cta": {
"type": "string"
},
"external_ad_reference": {
"type": "string"
},
"external_creative_reference": {
"type": "string"
},
"external_placement_reference": {
"type": "string"
},
"group_id": {
"type": "string"
},
"height": {
"type": "number"
},
"hosting_source": {
"enum": [
"UNSPECIFIED",
"CM",
"THIRD_PARTY",
"HOSTED",
"RICH_MEDIA",
"PUBLISHER_HOSTED"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"id": {
"type": "string"
},
"item_id": {
"type": "string"
},
"link_url": {
"type": "string"
},
"name": {
"type": "string"
},
"organization_id": {
"type": "string"
},
"path1": {
"type": "string"
},
"path2": {
"type": "string"
},
"promoted": {
"$ref": "#/components/schemas/property_AdsCreative_promoted"
},
"raw": {
"additionalProperties": true,
"type": "object"
},
"status": {
"enum": [
"UNSPECIFIED",
"ACTIVE",
"PAUSED",
"ARCHIVED",
"DRAFT",
"SCHEDULED_FOR_DELETION"
],
"type": "string",
"x-speakeasy-unknown-values": "allow"
},
"third_party_tag": {
"type": "string"
},
"title": {
"type": "string"
},
"updated_at": {
"format": "date-time",
"type": "string"
},
"vast_tag_url": {
"type": "string"
},
"width": {
"type": "number"
}
},
"type": "object"
}