MediaMath · Schema

new_strategy_plan_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-new_strategy_plan_collection_full_extended.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "new_strategy_plan_collection_full_extended",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/new_strategy_plan_full_response_extended"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/list_metadata"
    }
  }
}