A request asking someone to write an introduction. Each recipient DID may have only one active request from the requester (one record per recipient).
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"subject": {
"type": "string",
"format": "did",
"description": "DID of the user to be introduced"
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When the request was created"
}
}
},
"description": "A request asking someone to write an introduction. Each recipient DID may have only one active request from the requester (one record per recipient)."
}