| Entity | Type | Values | Description |
|---|---|---|---|
| count | int | any valid value | number of objects |
| items | array | items | items |
| Entity | Type | Values | Description |
|---|---|---|---|
| name | string | max. 255 chars | name |
| translation | object | translation | name translations |
| startDate | date | YYYY-MM-DD | start date |
| endDate | date | YYYY-MM-DD | end date |
| seasonType | int | 1=Winter | 2=Summer | season |
| validity | int | 0=global | 1=skiing | 2=cross country | validity |
| mainSeason | boolean | true | false | main season |
| operationTimes | object | operationTimes | operation times |
| remarks | object | remarks | remarks |
| Entity | Type | Values | Description |
|---|---|---|---|
| de | string | max. 255 chars | german |
| fr | string | max. 255 chars | french |
| it | string | max. 255 chars | italian |
| en | string | max. 255 chars | english |
| es | string | max. 255 chars | spanish |
| nl | string | max. 255 chars | dutch |
| Entity | Type | Values | Description |
|---|---|---|---|
| mon | object | times | Monday |
| tue | object | times | Tuesday |
| wed | object | times | Wednesday |
| thu | object | times | Thursday |
| fri | object | times | Friday |
| sat | object | times | Saturday |
| sun | object | times | Sunday |
| Entity | Type | Values | Description |
|---|---|---|---|
| start | string | HH:MM | start time |
| end | string | HH:MM | end time |
| Entity | Type | Values | Description |
|---|---|---|---|
| de | string | any valid value | german |
| fr | string | any valid value | french |
| en | string | any valid value | english |
| it | string | any valid value | italian |