MediaMath · Schema

organization_response

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

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

JSON Schema

campaigns-organization_response.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "organization_response",
  "type": "object",
  "properties": {
    "data": {
      "allOf": [
        {
          "$ref": "#/components/schemas/organization_base"
        },
        {
          "type": "object",
          "properties": {
            "id": {
              "type": "integer"
            },
            "created_on": {
              "type": "string",
              "format": "date-time",
              "readOnly": true
            },
            "entity_type": {
              "type": "string"
            },
            "terminated": {
              "type": "boolean"
            },
            "updated_on": {
              "type": "string",
              "format": "date-time",
              "readOnly": true
            },
            "version": {
              "type": "integer"
            },
            "seats": {
              "type": "array",
              "items": {
                "$ref": "#/components/schemas/exchange_seat_extended"
              },
              "nullable": true
            }
          },
          "required": [
            "name",
            "status",
            "mm_contact_name",
            "adx_seat_account_id",
            "connected_id_type",
            "contact_name",
            "address_1",
            "city",
            "state",
            "zip",
            "country",
            "phone",
            "currency_code",
            "billing_country_code",
            "dmp_enabled"
          ]
        }
      ]
    },
    "meta": {
      "type": "object",
      "properties": {
        "status": {
          "type": "string",
          "example": "success"
        }
      }
    }
  }
}