Period
- Name
- number
- Type
- integer
- Description
Sequence number of the period.
Example:1
>= 1
- Name
- start
- Type
- string
- Description
Beginning of the period.
Example:"2021-01-21T19:32:13Z"
- Name
- end
- Type
- string
- Description
End of the period.
Example:"2021-02-20T19:38:34Z"
Example
{
"number": 1,
"start": "2021-01-21T19:32:13.0Z",
"end": "2021-02-20T19:38:34.0Z"
}