improved
New DocumentType COVID_19_VACCINATION
over 3 years ago by Ivan Sharko
As the world is adapting to increased vaccination rates we have added a new procedures in our database to highlight if vaccination certificates or vaccination passports are required and what the detailed requirements around those are.
The document type for procedures with the category DOC_REQUIRED
is called
COVID_19_VACCINATION
New procedures will be showing up like this example below:
Example as of May 24th, 2021
{
"id": "04ca553c-d3ec-4e18-94a4-c78f613ec2fe",
"type": "PROCEDURE",
"attributes": {
"country": "SVK",
"title": "Mandatory proof of vaccination",
"description": "Vaccinated travelers must present a vaccination certificate...",
"directionality": "LESS",
"enforcement": "MANDATORY",
"documentType": ["COVID_19_VACCINATION"], // <-- new
"documentLinks": [],
"more": [
"Vaccines accepted: Pfizer BioNtech, Moderna, Astra Zeneca/Oxford, Johnson + Johnson/Janssen."
],
"tags": [
"international",
"fully_vaccinated",
"air",
"land",
"sea"
],
"source": {
"sourceType": "GOVERNMENT",
"title": "Slovak Ministry of Foreign Affairs",
"url": "https://www.mzv.sk/web/en/covid-19"
},
"lastCheckedAt": "2021-05-24T00:00:00.000Z",
"lastUpdatedAt": "2021-05-26T20:10:00.000Z",
"stillCurrentAt": "2021-05-24T00:00:00.000Z",
"createdAt": "2021-05-24T15:23:00.000Z",
"startDate": null,
"endDate": null,
"category": "DOC_REQUIRED",
"subCategory": "BEFORE_ARRIVAL"
}
},