summaryrefslogtreecommitdiff
path: root/spec/fixtures/api/schemas/public_api/v4/freeze_period.json
blob: b0187aee647713417b8917578594afe7b806a594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "type": "object",
  "required": [
    "id",
    "freeze_start",
    "freeze_end",
    "cron_timezone",
    "created_at",
    "updated_at"
  ],
  "properties": {
    "id": { "type": "integer" },
    "freeze_start": { "type": "string" },
    "freeze_end": { "type": "string"},
    "cron_timezone": { "type": "string" },
    "created_at": { "type": "string" },
    "updated_at": { "type": "string" }
  },
  "additionalProperties": false
}