addedOutput schema / properties / data / properties / creative_destination_domain
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / data / properties / creative_destination_url
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / data / properties / is_multilang
Added value: +{
+ "type": [
+ "null",
+ "boolean"
+ ]
+}
addedOutput schema / properties / data / properties / media / items / properties / body
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / data / properties / media / items / properties / carousel_position
Added value: +{
+ "type": [
+ "null",
+ "integer"
+ ]
+}
addedOutput schema / properties / data / properties / media / items / properties / claimed_domain
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / data / properties / media / items / properties / cloaking_detected
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / data / properties / media / items / properties / fallback_urls
Added value: +{
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+}
addedOutput schema / properties / data / properties / media / items / properties / is_alive
Added value: +{
+ "type": [
+ "null",
+ "boolean"
+ ]
+}
addedOutput schema / properties / data / properties / media / items / properties / link_url
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / data / properties / media / items / properties / title
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / data / properties / opening_price
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "billing_basis": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "tokens": {
+ "type": [
+ "null",
+ "integer"
+ ]
+ },
+ "unit": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "status",
+ "tokens",
+ "unit",
+ "billing_basis"
+ ],
+ "type": [
+ "null",
+ "object"
+ ]
+}
addedOutput schema / properties / data / properties / original_landing_domain
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / data / properties / primary_creative
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "body": {
+ "type": "string"
+ },
+ "carousel_position": {
+ "type": [
+ "null",
+ "integer"
+ ]
+ },
+ "claimed_domain": {
+ "type": "string"
+ },
+ "cloaking_detected": {
+ "type": "boolean"
+ },
+ "expiring": {
+ "type": "boolean"
+ },
+ "fallback_urls": {
+ "items": {
+ "type": "string"
+ },
+ "type": [
+ "null",
+ "array"
+ ]
+ },
+ "is_alive": {
+ "type": [
+ "null",
+ "boolean"
+ ]
+ },
+ "link_url": {
+ "type": "string"
+ },
+ "media_type": {
+ "type": "string"
+ },
+ "snapshot_url": {
+ "type": "string"
+ },
+ "thumbnail_url": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": [
+ "null",
+ "object"
+ ]
+}
addedOutput schema / properties / data / properties / primary_creative_selection
Added value: +{
+ "additionalProperties": false,
+ "properties": {
+ "carousel_position": {
+ "type": [
+ "null",
+ "integer"
+ ]
+ },
+ "reason": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": [
+ "null",
+ "object"
+ ]
+}