Email credential issuance and verification
{
"@context": ["https://github.com/hyperledger/aries-rfcs/blob/master/0430-machine-readable-governance-frameworks/context.jsonld"],
"name": "Email Validation",
"version": "0.1",
"description": "Issuance and verification of validated email credentials. Provides a source of truth for current schemas, issuers, and verifiers",
"last_updated": "2021-06-07",
"docs_uri": "create_or_leave_blank",
"data_uri": "create_or_leave_blank",
"schemas": ["email_schema_here"],
"roles": ["issuer", "verifier"],
"define": [
{
"name": "Email_Issuer",
"id": "update_with_did_please",
"describe": {
"label": "Email Issuer",
"sublabel": "Issuing Org",
"website": "issuingorgsite.com",
"email": "credential_manager@issuingorgsite.com"
"endpoints": [
{
"type": "invitation_request",
"url": "https://domain_or_ip:port/api/invitations"
},
{
"type": "email_request",
"url": "https://domain_or_ip:port/api/credentials"
},
]
}
},
{
"name": "Email_Verifier",
"id": "update_with_did_please",
"describe": {
"label": "Email Verifier",
"sublabel": "Verifying Org",
"website": "verifyingorgsite.com",
"email": "verifying_manager@verifyingorgsite.com"
}
}
],
"rules": [
{"when": {"name": "Email_Issuer"}, "thus": "issuer"},
{"when": {"name": "Email_Verifier"}, "thus": "verifier"}
]
}
or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing