za.co.ciaran.cumulus.bet

lexicon.store View official

Documentation

The record containing a Bet placed on a Cumulus Market

main record

The record containing a Bet placed on a Cumulus Market

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

position string Required

No description available.

maxLength: 3 bytesminLength: 2 bytes
Allowed: yes, no
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "market",
      "position",
      "createdAt"
    ],
    "properties": {
      "market": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref",
        "description": "The record containing the Cumulus Market for this Bet"
      },
      "position": {
        "enum": [
          "yes",
          "no"
        ],
        "type": "string",
        "maxLength": 3,
        "minLength": 2
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "The record containing a Bet placed on a Cumulus Market"
}

Lexicon Garden

@