{% if apple_charts %}
dsp: apple
extension: json
uow_active_hours_threshold: 4
schedule: '0 */4 * * *'
licensors:
  - licensor: sme
    types:
      - type: charts_daily
        days_offset: 0
        uow_complete_after_hours: 24
        versions:
          - version: v1
            valid_from: '2021-09-01'
          {% if apple_charts_v2 %}
            valid_until: '2022-03-06'
          - version: v2
            valid_from: '2022-03-07'
          {% endif %}
{% endif %}