MediaMath · Schema

user permission

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
id integer
create boolean
read boolean
update boolean
delete boolean
View JSON Schema on GitHub

JSON Schema

campaigns-user_permission.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "user permission",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "create": {
      "type": "boolean"
    },
    "read": {
      "type": "boolean"
    },
    "update": {
      "type": "boolean"
    },
    "delete": {
      "type": "boolean"
    }
  }
}