Field: address
Field Type: String
Description: local-part "@" domain, or what an end user understands as an email address
Field: domain
Field Type: String
Description: The domain portion identifies the point to which the mail is delivered.
Field: verified_at
Field Type: Unix timestamp UTC
Description: Date/time email address was verified
Field: local_part
Field Type: String
Description: The local-part portion is a domain dependent string. In addresses, it is simply interpreted on the particular host as a name of a particular mailbox.
Attributes are part of the Credential Protocol see ARIES RFC 0036
Some attributes are part of the underlying ARIES Credential Protocol. For example the following values are associated with the credential
"schema_id": string, identifier of schema
"cred_def_id": string, identifier of credential definition, which includes the issuer's DID
Example ARIES Schema:
{
"schema_name": "Email",
"schema_version": "1.0",
"attributes": [
"address",
"domain"
"verified_at",
"local_part",
]
}
Network Schema Ids
Indicio Test: Q7CyqfHss9RPK4hjwyZT32:2:Email:1.0
Indicio Demo: 4rZRryzpji8LUwuvKRVdzU:2:Email:1.0
Indicio Live:
Last updated
Was this helpful?