Skip to content
Merged
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
14 changes: 14 additions & 0 deletions static/schemas/v1/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
"creative-library-item": {
"$ref": "/schemas/v1/core/creative-library-item.json",
"description": "Creative asset as it appears in the centralized library"
},
"property": {
"$ref": "/schemas/v1/core/property.json",
"description": "An advertising property that can be validated via adagents.json"
}
}
},
Expand Down Expand Up @@ -186,6 +190,16 @@
"$ref": "/schemas/v1/media-buy/get-media-buy-delivery-response.json",
"description": "Response payload for get_media_buy_delivery task"
}
},
"list-authorized-properties": {
"request": {
"$ref": "/schemas/v1/media-buy/list-authorized-properties-request.json",
"description": "Request parameters for discovering all properties this agent is authorized to represent"
},
"response": {
"$ref": "/schemas/v1/media-buy/list-authorized-properties-response.json",
"description": "Response payload for list_authorized_properties task"
}
}
}
},
Expand Down