Unified.to · Schema

AdsInsertionorderBudgetSegment

IntegrationsUnified API

Properties

Name Type Description
budget_amount number
description string
end_at string
start_at string
View JSON Schema on GitHub

JSON Schema

unified-to-adsinsertionorderbudgetsegment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AdsInsertionorderBudgetSegment",
  "title": "AdsInsertionorderBudgetSegment",
  "properties": {
    "budget_amount": {
      "type": "number"
    },
    "description": {
      "type": "string"
    },
    "end_at": {
      "format": "date-time",
      "type": "string"
    },
    "start_at": {
      "format": "date-time",
      "type": "string"
    }
  },
  "type": "object"
}