Unified.to · Schema

AdsOrganization

IntegrationsUnified API

Properties

Name Type Description
created_at string
currency string
id string
name string
parent_id string
raw object
timezone string
updated_at string
View JSON Schema on GitHub

JSON Schema

unified-to-adsorganization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AdsOrganization",
  "title": "AdsOrganization",
  "properties": {
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "currency": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "parent_id": {
      "type": "string"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "timezone": {
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}