The record containing the Resolution for a Cumulus Market
Record Key
tid
Timestamp-based ID
Properties
answer
string
Required
No description available.
maxLength: 3 bytesminLength: 2 bytesAllowed:
yes, nocreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
market
ref
com.atproto.repo.strongRef
Required
The record containing the Cumulus Market for this Resolution
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"market",
"answer",
"createdAt"
],
"properties": {
"answer": {
"enum": [
"yes",
"no"
],
"type": "string",
"maxLength": 3,
"minLength": 2
},
"market": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The record containing the Cumulus Market for this Resolution"
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "The record containing the Resolution for a Cumulus Market"
}