The record containing a Cumulus Market
Record Key
tid
Timestamp-based ID
Properties
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"question",
"liquidity",
"closesAt",
"createdAt"
],
"properties": {
"closesAt": {
"type": "string",
"format": "datetime"
},
"question": {
"type": "string",
"maxLength": 140
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"liquidity": {
"enum": [
10,
50,
200
],
"type": "integer"
}
}
},
"description": "The record containing a Cumulus Market"
}