a vouch on atvouch.dev. the rkey of the record must be equal to the subject of the record, which must be a did. records that do not follow this should be considered invalid
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 vouch on atvouch.dev. the rkey of the record must be equal to the subject of the record, which must be a did. records that do not follow this should be considered invalid"
}