Skip to content

Commit

Permalink
fix: improve naming to signedEuHealthCert (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
HJunyuan authored Aug 27, 2021
1 parent c6a8982 commit e94e144
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sg/gov/tech/notarise/1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"type": "string",
"format": "uri"
},
"encryptedEuHealthCert": {
"description": "Encrypted signed offline data document of EU health certificate format (Optional)",
"signedEuHealthCert": {
"description": "Signed EU Digital COVID Certificate (Optional)",
"type": "string",
"examples": ["HC1:1AAA2BBBB"]
}
},
"required": ["notarisedOn", "passportNumber", "reference", "url"]
"required": ["reference", "notarisedOn", "passportNumber", "url"]
}
},
"required": ["notarisationMetadata"]
Expand Down

0 comments on commit e94e144

Please sign in to comment.