# PopulationAgeRangeSexData Schema ```txt https://covid19.admin.ch#/definitions/PopulationAgeRangeSexData ``` Population data by geoRegion, age brackets & sex. | 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") | ## PopulationAgeRangeSexData Type `object` ([PopulationAgeRangeSexData](sources-definitions-populationagerangesexdata.md)) # PopulationAgeRangeSexData Properties | Property | Type | Required | Nullable | Defined by | | :---------------------- | -------- | -------- | -------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [ageRange](#ageRange) | `string` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-incomingagerange.md "https://covid19.admin.ch#/definitions/PopulationAgeRangeSexData/properties/ageRange") | | [geoRegion](#geoRegion) | `string` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-cantongeounit.md "https://covid19.admin.ch#/definitions/PopulationAgeRangeSexData/properties/geoRegion") | | [pop](#pop) | `number` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-populationagerangesexdata-properties-pop.md "https://covid19.admin.ch#/definitions/PopulationAgeRangeSexData/properties/pop") | | [sex](#sex) | `string` | Required | cannot be null | [COVID-19 Dashboard Source Data](sources-definitions-populationagerangesexdata-properties-sex.md "https://covid19.admin.ch#/definitions/PopulationAgeRangeSexData/properties/sex") | ## ageRange Age range brackets (10 year steps) used for data breakdown by age. `ageRange` - is required - Type: `string` ([IncomingAgeRange](sources-definitions-incomingagerange.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-incomingagerange.md "https://covid19.admin.ch#/definitions/PopulationAgeRangeSexData/properties/ageRange") ### ageRange Type `string` ([IncomingAgeRange](sources-definitions-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+"` | | ## geoRegion `geoRegion` - is required - Type: `string` ([CantonGeoUnit](sources-definitions-cantongeounit.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-cantongeounit.md "https://covid19.admin.ch#/definitions/PopulationAgeRangeSexData/properties/geoRegion") ### geoRegion Type `string` ([CantonGeoUnit](sources-definitions-cantongeounit.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"` | | | `"FL"` | | | `"FR"` | | | `"GE"` | | | `"GL"` | | | `"GR"` | | | `"JU"` | | | `"LU"` | | | `"NE"` | | | `"NW"` | | | `"OW"` | | | `"SG"` | | | `"SH"` | | | `"SO"` | | | `"SZ"` | | | `"TG"` | | | `"TI"` | | | `"UR"` | | | `"VD"` | | | `"VS"` | | | `"ZG"` | | | `"ZH"` | | ## pop Population number for the given geoRegion, age bracket & sex. `pop` - is required - Type: `number` ([pop](sources-definitions-populationagerangesexdata-properties-pop.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-populationagerangesexdata-properties-pop.md "https://covid19.admin.ch#/definitions/PopulationAgeRangeSexData/properties/pop") ### pop Type `number` ([pop](sources-definitions-populationagerangesexdata-properties-pop.md)) ## sex Sex male - male female - female `sex` - is required - Type: `string` ([sex](sources-definitions-populationagerangesexdata-properties-sex.md)) - cannot be null - defined in: [COVID-19 Dashboard Source Data](sources-definitions-populationagerangesexdata-properties-sex.md "https://covid19.admin.ch#/definitions/PopulationAgeRangeSexData/properties/sex") ### sex Type `string` ([sex](sources-definitions-populationagerangesexdata-properties-sex.md)) ### sex Constraints **enum**: the value of this property must be equal to one of the following values: | Value | Explanation | | :--------- | ----------- | | `"female"` | | | `"male"` | |