# type Schema ```txt https://covid19.admin.ch#/definitions/VaccinationIncomingData/properties/type ``` COVID19VaccDosesDelivered - Number of vaccine doses delivered to the cantons COVID19VaccDosesReceived - Number of vaccine doses received from manufacturers (only available for CHFL) COVID19VaccDosesAdministered - Number of vaccine doses administered COVID19FullyVaccPersons - Number of fully vaccinated persons COVID19FirstBoosterPersons - Number of persons that have received at least one booster vaccine dose. Subset of the 'COVID19FullyVaccPersons'. COVID19SecondBoosterPersons - Number of persons that have received at least two booster vaccine doses. Subset of the 'COVID19FullyVaccPersons' COVID19AtLeastOneDosePersons - Number of persons that have received at least one dose COVID19PartiallyVaccPersons - Number of persons that are partially vaccinated (difference between COVID19AtLeastOneDosePersons and COVID19FullyVaccPersons) COVID19VaccSixMonthsPersons - Number of persons that have received at least one vaccine dose within the last 6 months. COVID19NotVaccPersons - Not vaccinated persons | 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") | ## type Type `string` ([type](sources-definitions-vaccinationincomingdata-properties-type.md)) ## type Constraints **enum**: the value of this property must be equal to one of the following values: | Value | Explanation | | :------------------------------- | ----------- | | `"COVID19AtLeastOneDosePersons"` | | | `"COVID19FirstBoosterPersons"` | | | `"COVID19NotVaccPersons"` | | | `"COVID19SecondBoosterPersons"` | | | `"COVID19VaccDosesAdministered"` | | | `"COVID19VaccDosesDelivered"` | | | `"COVID19VaccDosesReceived"` | | | `"COVID19VaccSixMonthsPersons"` | |