Skip to content

Commit

Permalink
Feature/malaysian vaccine card support (#2)
Browse files Browse the repository at this point in the history
* Added covid vaccination schema for Malaysia
* Updated readme, added metadata

Co-authored-by: sneha agrawal <[email protected]>
Co-authored-by: Lal Chandran <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2021
1 parent 77bb31f commit 43053ee
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ The table summarises the supported schemas.

| Schema name | URL |
|---------------------------------------|-----------------------------------------------------------------------------------|
| Aadhar Card | https://github.com/l3-igrant/data-schemas/blob/main/schemas/aadhar_schema.md |
| EU Passport | https://github.com/l3-igrant/data-schemas/blob/main/schemas/covid_eu_schema.md |
| EU Digital Covid19 Certificate | https://github.com/l3-igrant/data-schemas/blob/main/schemas/covid_in_schema.md |
| India Covid19 Vaccination Certificate | https://github.com/l3-igrant/data-schemas/blob/main/schemas/passport_eu_schema.md | |
| Aadhar Card | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/aadhar_schema.md |
| EU Passport | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/passport_eu_schema.md |
| EU Digital Covid19 Certificate | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/covid_eu_schema.md |
| India Covid19 Vaccination Certificate | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/covid_in_schema.md | |
| Malaysia Covid19 Vaccination Certificate | https://github.com/L3-iGrant/data-schemas/blob/main/schemas/covid_mys_schema.md | |


## Contributing

Expand Down
4 changes: 4 additions & 0 deletions schemas/aadhar_schema.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Aadhar Card Data Schema

## Metadata
Issuer: Govt of India
Country: India

## Fields


Expand Down
4 changes: 4 additions & 0 deletions schemas/covid_eu_schema.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Covid19 EU Vaccination Certificate Schema

## Metadata
Issuer: <EU Member state>
Country: <EU Member state>

## Fields

| | Attribute name | Description |
Expand Down
4 changes: 4 additions & 0 deletions schemas/covid_in_schema.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# COVID-19 India Vaccination Certificate Data Schema

## Metadata
Issuer: Ministry of health
Country: India

## Fields

| | Attribute name | Description |
Expand Down
2 changes: 0 additions & 2 deletions schemas/covid_mys_schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

## Metadata
Issuer: Govt of Malaysia

Country: Malaysia


## Fields

| | Attribute name | Description |
Expand Down

0 comments on commit 43053ee

Please sign in to comment.