# DailyCasesAgeRangeRawIncomingData Schema ```txt https://covid19.admin.ch#/definitions/DailyCasesAgeRangeRawIncomingData ``` Daily data for cases by geoRegion and by age brackets. Minimal content without pre-calculated values. | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | :------------------ | ---------- | -------------- | ------------ | :---------------- | --------------------- | ------------------- | ----------------------------------------------------------------------------- | | Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [sources.schema.json\*](../schema/sources.schema.json "open original schema") | ## DailyCasesAgeRangeRawIncomingData Type `object` ([DailyCasesAgeRangeRawIncomingData](sources-definitions-dailycasesagerangerawincomingdata.md)) # DailyCasesAgeRangeRawIncomingData Properties | Property | Type | Required | Nullable | Defined by | | :---------------------- | -------- | -------- | -------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | [ageRange](#ageRange) | `string` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-dailycasesagerangerawincomingdata-properties-incomingagerange.md "https://covid19.admin.ch#/definitions/DailyCasesAgeRangeRawIncomingData/properties/ageRange") | | [date](#date) | `string` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-dailycasesagerangerawincomingdata-properties-date.md "https://covid19.admin.ch#/definitions/DailyCasesAgeRangeRawIncomingData/properties/date") | | [entries](#entries) | `number` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-dailycasesagerangerawincomingdata-properties-entries.md "https://covid19.admin.ch#/definitions/DailyCasesAgeRangeRawIncomingData/properties/entries") | | [geoRegion](#geoRegion) | `string` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-dailycasesagerangerawincomingdata-properties-geounit.md "https://covid19.admin.ch#/definitions/DailyCasesAgeRangeRawIncomingData/properties/geoRegion") | ## ageRange Age range brackets (10 year steps) used for data breakdown by age. `ageRange` - is required - Type: `string` ([IncomingAgeRange](sources-definitions-dailycasesagerangerawincomingdata-properties-incomingagerange.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-dailycasesagerangerawincomingdata-properties-incomingagerange.md "https://covid19.admin.ch#/definitions/DailyCasesAgeRangeRawIncomingData/properties/ageRange") ### ageRange Type `string` ([IncomingAgeRange](sources-definitions-dailycasesagerangerawincomingdata-properties-incomingagerange.md)) ### ageRange Constraints **enum**: the value of this property must be equal to one of the following values: | Value | Explanation | | :---------- | ----------- | | `"0 - 9"` | | | `"10 - 19"` | | | `"20 - 29"` | | | `"30 - 39"` | | | `"40 - 49"` | | | `"50 - 59"` | | | `"60 - 69"` | | | `"70 - 79"` | | | `"80+"` | | ## date Date of case for cases, date of hospital entry for hospitalisations and the date of death for deaths. The date of case is constructed taking the earliest available of: the date of swab, the date of test, and the date the report arrived at the FOPH. Generally, the date of case corresponds to the date the swab was taken. Formatted as ISO-Date 2020-10-12 `date` - is required - Type: `string` ([date](sources-definitions-dailycasesagerangerawincomingdata-properties-date.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-dailycasesagerangerawincomingdata-properties-date.md "https://covid19.admin.ch#/definitions/DailyCasesAgeRangeRawIncomingData/properties/date") ### date Type `string` ([date](sources-definitions-dailycasesagerangerawincomingdata-properties-date.md)) ## entries Absolute number of cases for this day. `entries` - is required - Type: `number` ([entries](sources-definitions-dailycasesagerangerawincomingdata-properties-entries.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-dailycasesagerangerawincomingdata-properties-entries.md "https://covid19.admin.ch#/definitions/DailyCasesAgeRangeRawIncomingData/properties/entries") ### entries Type `number` ([entries](sources-definitions-dailycasesagerangerawincomingdata-properties-entries.md)) ## geoRegion Geographical unit of the data records. May be either one of the top level Units CHFL, CH or FL for aggregated record sets or the canton of residence when available or the administrative canton i.e. the canton in which the case was diagnosed (if the place of residence is unknown or if the patient lives abroad). `geoRegion` - is required - Type: `string` ([GeoUnit](sources-definitions-dailycasesagerangerawincomingdata-properties-geounit.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-dailycasesagerangerawincomingdata-properties-geounit.md "https://covid19.admin.ch#/definitions/DailyCasesAgeRangeRawIncomingData/properties/geoRegion") ### geoRegion Type `string` ([GeoUnit](sources-definitions-dailycasesagerangerawincomingdata-properties-geounit.md)) ### geoRegion Constraints **enum**: the value of this property must be equal to one of the following values: | Value | Explanation | | :------- | ----------- | | `"AG"` | | | `"AI"` | | | `"AR"` | | | `"BE"` | | | `"BL"` | | | `"BS"` | | | `"CH"` | | | `"CH01"` | | | `"CH02"` | | | `"CH03"` | | | `"CH04"` | | | `"CH05"` | | | `"CH06"` | | | `"CH07"` | | | `"CHFL"` | | | `"FL"` | | | `"FR"` | | | `"GE"` | | | `"GL"` | | | `"GR"` | | | `"JU"` | | | `"LU"` | | | `"NE"` | | | `"NW"` | | | `"OW"` | | | `"SG"` | | | `"SH"` | | | `"SO"` | | | `"SZ"` | | | `"TG"` | | | `"TI"` | | | `"UR"` | | | `"VD"` | | | `"VS"` | | | `"ZG"` | | | `"ZH"` | |