in: query
name: period_days
description: 'Periods of one to three weeks specified in number of days'
example: 7
required: true
schema:
  type: integer
  enum:
    - 7
    - 14
    - 28