# VirusVariantHospType Schema ```txt https://covid19.admin.ch#/definitions/VirusVariantsHospWeeklyIncomingData/properties/variant_type ``` Virus variant types. Variants: BA.1 - All sequencing results identifying the sub variant BA.1 BA.2 - All sequencing results identifying the sub variant BA.2 BA.2.75 - All sequencing results identifying the sub variant BA.2.75 BA.4 - All sequencing results identifying the sub variant BA.4 BA.5 - All sequencing results identifying the sub variant BA.5 BQ.1 - All sequencing results identifying the sub variant BQ.1 General other_lineage - All other lineages, not specifically monitored. all_sequenced - Sum of all sequencing results. Indicates how many samples were analyzed (per day/in total) | Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In | | :------------------ | ---------- | -------------- | ----------------------- | :---------------- | --------------------- | ------------------- | ----------------------------------------------------------------------------- | | Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [sources.schema.json\*](../schema/sources.schema.json "open original schema") | ## variant_type Type `string` ([VirusVariantHospType](sources-definitions-virusvarianthosptype.md)) ## variant_type Constraints **enum**: the value of this property must be equal to one of the following values: | Value | Explanation | | :---------------- | ----------- | | `"BA.1"` | | | `"BA.2"` | | | `"BA.2.75"` | | | `"BA.4"` | | | `"BA.5"` | | | `"BQ.1"` | | | `"XBB"` | | | `"all_sequenced"` | | | `"other_lineage"` | |