Skip to content

Commit 7f8cdf6

Browse files
authored
Update eu_hcert_v1_schema.yaml
1 parent f01a2fa commit 7f8cdf6

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/main/resources/schema/eu_hcert_v1_schema.yaml

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
$schema: http://json-schema.org/draft/2020-12/schema
2+
$schema: http://json-schema.org/draft/2020-12/schema#
33
$id: https://github.com/ehn-digital-green-development/hcert-schema/eu_hcert_v1
44

55
title: DGC - Digital Green Certificate
6-
description: Proof of vaccination, test results or recovery according to EU eHN, version 1.0, including certificate metadata;
7-
According to
6+
description: Proof of vaccination, test results or recovery according to EU eHN, version 1.0, including certificate metadata;
7+
According to
88
1) REGULATION OF THE EUROPEAN PARLIAMENT AND OF THE COUNCIL on a framework for the issuance, verification and acceptance of interoperable certificates on vaccination, testing and recovery to facilitate free movement during the COVID-19 pandemic (Digital Green Certificate) - https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A52021PC0130
99
2) Document "Value Sets for the digital green certificate as stated in the Annex ...", abbr. "VS-2021-04-08" - https://webgate.ec.europa.eu/fpfis/wikis/x/05PuKg
1010

@@ -63,7 +63,7 @@ properties:
6363
description: Administrative gender (optional, viz. VS-2021-04-08)
6464
type: string
6565
example: male
66-
66+
6767
vac:
6868
description: Vaccination/prophylaxis information
6969
type: array
@@ -81,7 +81,7 @@ properties:
8181
properties:
8282
dis:
8383
title: Disease
84-
description: Disease or agent targeted
84+
description: Disease or agent targeted
8585
type: string
8686
example: 840539006 (viz. VS-2021-04-08)
8787
vap:
@@ -93,12 +93,12 @@ properties:
9393
title: Vaccine medicinal product
9494
description: Code of the medicinal product
9595
type: string
96-
example: EU/1/20/1528 (viz. VS-2021-04-08)
96+
example: EU/1/20/1528 (viz. VS-2021-04-08)
9797
aut:
9898
title: Vaccine marketing authorization holder or Vaccine manufacturer
9999
description: Code as defined in EMA SPOR - Organisations Management System
100100
type: string
101-
example: ORG-100030215 (viz. VS-2021-04-08)
101+
example: ORG-100030215 (viz. VS-2021-04-08)
102102
seq:
103103
title: Dose sequence number
104104
description: Number of dose administered in a cycle
@@ -119,7 +119,7 @@ properties:
119119
example: "2021-02-20"
120120
cou:
121121
title: Country
122-
description: Country (member state) of vaccination (ISO 3166 Country Code)
122+
description: Country (member state) of vaccination (ISO 3166 Country Code)
123123
type: string
124124
example: SE
125125
lot:
@@ -138,15 +138,15 @@ properties:
138138
- dis
139139
- typ
140140
- tna
141-
- tma
141+
- tma
142142
- dts
143143
- dtr
144144
- res
145145
- fac
146146
- cou
147147
properties:
148148
dis:
149-
title: Disease
149+
title: Disease
150150
description: Disease or agent targeted
151151
type: string
152152
example: "840539006"
@@ -213,7 +213,7 @@ properties:
213213
example: "840539006"
214214
dat:
215215
title: Date of first positive test result
216-
description: The date when the sample for the test was collected that led to a positive test result
216+
description: The date when the sample for the test was collected that led to a positive test result
217217
type: string
218218
format: date
219219
example: "2021-02-20"
@@ -225,7 +225,7 @@ properties:
225225
cert:
226226
description: Certificate metadata
227227
type: object
228-
required:
228+
required:
229229
- is
230230
- id
231231
- vf
@@ -239,36 +239,36 @@ properties:
239239
description: Issuer of the DGC
240240
type: string
241241
example: Health Ministry of ...
242-
id:
242+
id:
243243
title: Identifier
244244
description: Identifier of the DGC, called UVID (V for vaccinations), will maybe be renamed to DGCI?
245245
type: string
246-
example: 01AT42196560275230427402470256520250042
247-
vf:
246+
example: 01AT42196560275230427402470256520250042
247+
vf:
248248
title: valid from
249249
description: Certificate valid from (optional for vaccination and testing, viz. annex)
250250
type: string
251251
format: date
252252
example: "2021-04-04"
253-
vu:
253+
vu:
254254
title: valid until
255255
description: Certificate valid until (optional for vaccination and testing, viz. annex)
256256
type: string
257257
format: date
258258
example: "2021-06-04"
259-
co:
259+
co:
260260
title: Issuing authority country
261261
description: Country of the issuing authority (optional for vaccination and testing, viz. annex)
262262
type: string
263263
example: AT
264-
vr:
264+
vr:
265265
title: Schema version
266266
description: Version of the schema (optional, viz. annex)
267267
type: string
268268
example: v1.0
269269
ty:
270270
title: Schema type
271-
description: Define schema type for easier detection for applicatione (e.g. smartphone wallets).
272-
Can also be used to refer to schemas with less data fields e.g. for privacy issues.
271+
description: Define schema type for easier detection for applicatione (e.g. smartphone wallets).
272+
Can also be used to refer to schemas with less data fields e.g. for privacy issues.
273273
type: string
274274
example: vac tst rec ... for usecases defined by the EU ...

0 commit comments

Comments
 (0)