MediaMath · Schema

concept_common

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
name string
status boolean
archived boolean
View JSON Schema on GitHub

JSON Schema

campaigns-concept_common.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "concept_common",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "minLength": 1,
      "maxLength": 256
    },
    "status": {
      "type": "boolean",
      "default": true
    },
    "archived": {
      "type": "boolean",
      "default": false
    }
  },
  "required": [
    "name"
  ]
}