A person or organisation referenced by AMA responses via @-mentions. Holds the canonical name plus per-platform social handles so the publisher can rewrite mentions correctly for each platform.
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
name
string
Required
No description available.
maxLength: 2560 bytesmaxGraphemes: 256 graphemessocialHandles
ref
#socialHandles
Optional
No description available.
website
string
uri
Optional
A valid URI.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 2560,
"maxGraphemes": 256
},
"website": {
"type": "string",
"format": "uri"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"socialHandles": {
"ref": "#socialHandles",
"type": "ref"
}
}
},
"description": "A person or organisation referenced by AMA responses via @-mentions. Holds the canonical name plus per-platform social handles so the publisher can rewrite mentions correctly for each platform."
}