A relationship between two subjects
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
subject
union
Required
No description available.
Known types:
via
ref
#recordLink
Optional
No description available.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"subject",
"createdAt"
],
"properties": {
"via": {
"ref": "#recordLink",
"type": "ref"
},
"subject": {
"refs": [
"#didLink",
"#recordLink"
],
"type": "union"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "A relationship between two subjects"
}