SHAR Production
← Все рецепты

Executable workflow

Дистрибуция с учётом прав

Проверяет территорию, канал и срок прав.

Результат успешного запуска

{
  "input": {
    "synthetic": true,
    "allowed_territories": [
      "WORLD"
    ],
    "target_territory": "WORLD",
    "allowed_channels": [
      "web"
    ],
    "target_channel": "web",
    "starts_at": "2026-01-01",
    "ends_at": "2027-01-01",
    "delivery_date": "2026-09-06"
  },
  "result": {
    "pass": true,
    "issues": [],
    "metrics": {}
  }
}

Результат отклонения

{
  "input": {
    "synthetic": true,
    "allowed_territories": [
      "RU"
    ],
    "target_territory": "US",
    "allowed_channels": [
      "internal"
    ],
    "target_channel": "web",
    "starts_at": "2026-01-01",
    "ends_at": "2026-02-01",
    "delivery_date": "2026-09-06"
  },
  "result": {
    "pass": false,
    "issues": [
      "territory_not_allowed",
      "channel_not_allowed",
      "outside_rights_window"
    ],
    "metrics": {}
  }
}

SHAR Production · sharprod.com