Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 0 additions & 75 deletions schemas/v1/_schemas_v1_adagents_json.json

This file was deleted.

6 changes: 0 additions & 6 deletions schemas/v1/_schemas_v1_adagents_json.json.meta

This file was deleted.

5 changes: 0 additions & 5 deletions schemas/v1/_schemas_v1_core_assets_audio-asset_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"description": "Audio asset with URL and specifications",
"type": "object",
"properties": {
"asset_type": {
"type": "string",
"const": "audio"
},
"url": {
"type": "string",
"format": "uri",
Expand All @@ -30,7 +26,6 @@
}
},
"required": [
"asset_type",
"url"
],
"additionalProperties": false
Expand Down
6 changes: 0 additions & 6 deletions schemas/v1/_schemas_v1_core_assets_audio-asset_json.json.meta

This file was deleted.

5 changes: 0 additions & 5 deletions schemas/v1/_schemas_v1_core_assets_css-asset_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"description": "CSS stylesheet asset",
"type": "object",
"properties": {
"asset_type": {
"type": "string",
"const": "css"
},
"content": {
"type": "string",
"description": "CSS content"
Expand All @@ -19,7 +15,6 @@
}
},
"required": [
"asset_type",
"content"
],
"additionalProperties": false
Expand Down
6 changes: 0 additions & 6 deletions schemas/v1/_schemas_v1_core_assets_css-asset_json.json.meta

This file was deleted.

6 changes: 0 additions & 6 deletions schemas/v1/_schemas_v1_core_assets_daast-asset_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"description": "DAAST (Digital Audio Ad Serving Template) tag for third-party audio ad serving",
"type": "object",
"properties": {
"asset_type": {
"type": "string",
"const": "daast"
},
"url": {
"type": "string",
"format": "uri",
Expand Down Expand Up @@ -59,7 +55,6 @@
"oneOf": [
{
"required": [
"asset_type",
"url"
],
"not": {
Expand All @@ -70,7 +65,6 @@
},
{
"required": [
"asset_type",
"content"
],
"not": {
Expand Down
6 changes: 0 additions & 6 deletions schemas/v1/_schemas_v1_core_assets_daast-asset_json.json.meta

This file was deleted.

5 changes: 0 additions & 5 deletions schemas/v1/_schemas_v1_core_assets_html-asset_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"description": "HTML content asset",
"type": "object",
"properties": {
"asset_type": {
"type": "string",
"const": "html"
},
"content": {
"type": "string",
"description": "HTML content"
Expand All @@ -19,7 +15,6 @@
}
},
"required": [
"asset_type",
"content"
],
"additionalProperties": false
Expand Down
6 changes: 0 additions & 6 deletions schemas/v1/_schemas_v1_core_assets_html-asset_json.json.meta

This file was deleted.

5 changes: 0 additions & 5 deletions schemas/v1/_schemas_v1_core_assets_image-asset_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"description": "Image asset with URL and dimensions",
"type": "object",
"properties": {
"asset_type": {
"type": "string",
"const": "image"
},
"url": {
"type": "string",
"format": "uri",
Expand All @@ -34,7 +30,6 @@
}
},
"required": [
"asset_type",
"url"
],
"additionalProperties": false
Expand Down
6 changes: 0 additions & 6 deletions schemas/v1/_schemas_v1_core_assets_image-asset_json.json.meta

This file was deleted.

5 changes: 0 additions & 5 deletions schemas/v1/_schemas_v1_core_assets_javascript-asset_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
"description": "JavaScript code asset",
"type": "object",
"properties": {
"asset_type": {
"type": "string",
"const": "javascript"
},
"content": {
"type": "string",
"description": "JavaScript content"
Expand All @@ -24,7 +20,6 @@
}
},
"required": [
"asset_type",
"content"
],
"additionalProperties": false
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions schemas/v1/_schemas_v1_core_assets_text-asset_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,16 @@
"description": "Text content asset",
"type": "object",
"properties": {
"asset_type": {
"type": "string",
"const": "text"
},
"content": {
"type": "string",
"description": "Text content"
},
"max_length": {
"type": "integer",
"description": "Maximum character length constraint",
"minimum": 1
},
"language": {
"type": "string",
"description": "Language code (e.g., 'en', 'es', 'fr')"
}
},
"required": [
"asset_type",
"content"
],
"additionalProperties": false
Expand Down
6 changes: 0 additions & 6 deletions schemas/v1/_schemas_v1_core_assets_text-asset_json.json.meta

This file was deleted.

14 changes: 9 additions & 5 deletions schemas/v1/_schemas_v1_core_assets_url-asset_json.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@
"description": "URL reference asset",
"type": "object",
"properties": {
"asset_type": {
"type": "string",
"const": "url"
},
"url": {
"type": "string",
"format": "uri",
"description": "URL reference"
},
"url_type": {
"type": "string",
"enum": [
"clickthrough",
"tracker_pixel",
"tracker_script"
],
"description": "Type of URL asset: 'clickthrough' for user click destination (landing page), 'tracker_pixel' for impression/event tracking via HTTP request (fires GET, expects pixel/204 response), 'tracker_script' for measurement SDKs that must load as <script> tag (OMID verification, native event trackers using method:2)"
},
"description": {
"type": "string",
"description": "Description of what this URL points to"
}
},
"required": [
"asset_type",
"url"
],
"additionalProperties": false
Expand Down
6 changes: 0 additions & 6 deletions schemas/v1/_schemas_v1_core_assets_url-asset_json.json.meta

This file was deleted.

Loading