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
480 changes: 278 additions & 202 deletions dist/schemas/2.6.0/adagents.json

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions dist/schemas/2.6.0/bundled/media-buy/build-creative-request.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"agent_url",
"id"
],
"additionalProperties": false,
"additionalProperties": true,
"dependencies": {
"width": [
"height"
Expand Down Expand Up @@ -103,7 +103,7 @@
"width",
"height"
],
"additionalProperties": false
"additionalProperties": true
},
{
"title": "Video Asset",
Expand Down Expand Up @@ -145,7 +145,7 @@
"width",
"height"
],
"additionalProperties": false
"additionalProperties": true
},
{
"title": "Audio Asset",
Expand Down Expand Up @@ -175,7 +175,7 @@
"required": [
"url"
],
"additionalProperties": false
"additionalProperties": true
},
{
"title": "VAST Asset",
Expand Down Expand Up @@ -247,7 +247,7 @@
"delivery_type",
"url"
],
"additionalProperties": false
"additionalProperties": true
},
{
"type": "object",
Expand Down Expand Up @@ -314,7 +314,7 @@
"delivery_type",
"content"
],
"additionalProperties": false
"additionalProperties": true
}
]
},
Expand All @@ -335,7 +335,7 @@
"required": [
"content"
],
"additionalProperties": false
"additionalProperties": true
},
{
"title": "URL Asset",
Expand Down Expand Up @@ -365,7 +365,7 @@
"required": [
"url"
],
"additionalProperties": false
"additionalProperties": true
},
{
"title": "HTML Asset",
Expand All @@ -384,7 +384,7 @@
"required": [
"content"
],
"additionalProperties": false
"additionalProperties": true
},
{
"title": "JavaScript Asset",
Expand All @@ -409,7 +409,7 @@
"required": [
"content"
],
"additionalProperties": false
"additionalProperties": true
},
{
"title": "Webhook Asset",
Expand Down Expand Up @@ -496,7 +496,7 @@
"response_type",
"security"
],
"additionalProperties": false
"additionalProperties": true
},
{
"title": "CSS Asset",
Expand All @@ -515,7 +515,7 @@
"required": [
"content"
],
"additionalProperties": false
"additionalProperties": true
},
{
"title": "DAAST Asset",
Expand Down Expand Up @@ -579,7 +579,7 @@
"delivery_type",
"url"
],
"additionalProperties": false
"additionalProperties": true
},
{
"type": "object",
Expand Down Expand Up @@ -638,7 +638,7 @@
"delivery_type",
"content"
],
"additionalProperties": false
"additionalProperties": true
}
]
},
Expand Down Expand Up @@ -839,7 +839,7 @@
"asset_type",
"url"
],
"additionalProperties": false
"additionalProperties": true
}
},
"product_catalog": {
Expand Down Expand Up @@ -887,7 +887,7 @@
"required": [
"feed_url"
],
"additionalProperties": false
"additionalProperties": true
},
"disclaimers": {
"type": "array",
Expand Down Expand Up @@ -961,7 +961,7 @@
"required": [
"name"
],
"additionalProperties": false,
"additionalProperties": true,
"examples": [
{
"description": "Example with both URL and name",
Expand Down Expand Up @@ -1125,7 +1125,7 @@
"description": "Natural language query to select products from the brand manifest (e.g., 'all Kraft Heinz pasta sauces', 'organic products under $20')"
}
},
"additionalProperties": false,
"additionalProperties": true,
"examples": [
{
"description": "Direct SKU selection for specific products from brand manifest",
Expand Down Expand Up @@ -1189,7 +1189,7 @@
"required": [
"name"
],
"additionalProperties": false
"additionalProperties": true
}
},
"asset_selectors": {
Expand Down Expand Up @@ -1231,13 +1231,13 @@
}
}
},
"additionalProperties": false
"additionalProperties": true
}
},
"required": [
"brand_manifest"
],
"additionalProperties": false,
"additionalProperties": true,
"examples": [
{
"brand_manifest": {
Expand Down Expand Up @@ -1265,7 +1265,7 @@
]
}
},
"additionalProperties": false
"additionalProperties": true
},
"ext": {
"title": "Extension Object",
Expand All @@ -1278,7 +1278,7 @@
"format_id",
"assets"
],
"additionalProperties": false
"additionalProperties": true
},
"target_format_id": {
"title": "Format ID",
Expand Down Expand Up @@ -1315,7 +1315,7 @@
"agent_url",
"id"
],
"additionalProperties": false,
"additionalProperties": true,
"dependencies": {
"width": [
"height"
Expand All @@ -1341,9 +1341,9 @@
"required": [
"target_format_id"
],
"additionalProperties": false,
"additionalProperties": true,
"_bundled": {
"generatedAt": "2026-01-05T18:19:47.402Z",
"note": "This is a bundled schema with all $ref resolved inline."
"generatedAt": "2026-01-07T19:56:54.823Z",
"note": "This is a bundled schema with all $ref resolved inline. For the modular version with references, use the parent directory."
}
}
Loading