A public Priiv follow. The rkey is the hex SHA-256 of the subject DID. Used to evaluate Priiv space access.
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"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A public Priiv follow. The rkey is the hex SHA-256 of the subject DID. Used to evaluate Priiv space access."
}