MediaMath · Schema

permission_flags

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
create boolean
read boolean
update boolean
delete boolean
inherited_from string
View JSON Schema on GitHub

JSON Schema

campaigns-permission_flags.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "permission_flags",
  "type": "object",
  "properties": {
    "create": {
      "type": "boolean"
    },
    "read": {
      "type": "boolean"
    },
    "update": {
      "type": "boolean"
    },
    "delete": {
      "type": "boolean"
    },
    "inherited_from": {
      "type": "string"
    }
  }
}