diff --git a/DGC.schema-combined.json b/DGC.schema-combined.json deleted file mode 100644 index 71aa0f9..0000000 --- a/DGC.schema-combined.json +++ /dev/null @@ -1,274 +0,0 @@ -{ - "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://id.uvci.eu/DGC.schema-combined.json", - "title": "EU DGC", - "description": "EU Digital Green Certificate Value Set Data Types", - "$defs": { - "disease-agent-targeted": { - "description": "EU eHealthNetwork: Value Sets for Digital Green Certificates. version 1.0, 2021-04-16, section 2.1", - "type": "string", - "valueset-uri": "valuesets/disease-agent-targeted.json" - }, - "vaccine-prophylaxis": { - "description": "EU eHealthNetwork: Value Sets for Digital Green Certificates. version 1.0, 2021-04-16, section 2.2", - "type": "string", - "valueset-uri": "valuesets/vaccine-prophylaxis.json" - }, - "vaccine-medicinal-product": { - "description": "EU eHealthNetwork: Value Sets for Digital Green Certificates. version 1.0, 2021-04-16, section 2.3", - "type": "string", - "valueset-uri": "valuesets/vaccine-medicinal-product.json" - }, - "vaccine-mah-manf": { - "description": "EU eHealthNetwork: Value Sets for Digital Green Certificates. version 1.0, 2021-04-16, section 2.4", - "type": "string", - "valueset-uri": "valuesets/vaccine-mah-manf.json" - }, - "test-manf": { - "description": "EU eHealthNetwork: Value Sets for Digital Green Certificates. version 1.0, 2021-04-16, section 2.8", - "type": "string", - "valueset-uri": "valuesets/test-manf.json" - }, - "test-result": { - "description": "EU eHealthNetwork: Value Sets for Digital Green Certificates. version 1.0, 2021-04-16, section 2.9", - "type": "string", - "valueset-uri": "valuesets/test-results.json" - }, - "dose_posint": { - "description": "Dose Number / Total doses in Series: positive integer, range: [1,9]", - "type": "integer", - "minimum": 1, - "maximum": 9 - }, - "country_vt": { - "description": "Country of Vaccination / Test, ISO 3166 where possible", - "type": "string", - "pattern": "[A-Z]{1,10}" - }, - "issuer": { - "description": "Certificate Issuer", - "type": "string", - "maxLength": 50 - }, - "person_name": { - "description": "Person name: Surname(s), given name(s) - in that order", - "required": [ - "fnt" - ], - "type": "object", - "properties": { - "fn": { - "title": "Family name", - "description": "The family or primary name(s) of the person addressed in the certificate", - "type": "string", - "maxLength": 50, - "examples": [ - "d'Červenková Panklová" - ] - }, - "fnt": { - "title": "Standardised family name", - "description": "The family name(s) of the person transliterated", - "type": "string", - "pattern": "^[A-Z<]*$", - "maxLength": 50, - "examples": [ - "DCERVENKOVA