MediaMath · Schema

strategy_collection_full_extended

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
data array
meta object
View JSON Schema on GitHub

JSON Schema

campaigns-strategy_collection_full_extended.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "strategy_collection_full_extended",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "allOf": [
          {
            "$ref": "#/components/schemas/strategy_campaign_info"
          },
          {
            "$ref": "#/components/schemas/strategy_full_extended"
          }
        ]
      }
    },
    "meta": {
      "$ref": "#/components/schemas/list_metadata"
    }
  }
}