za.co.ciaran.cumulus.resolution

lexicon.store View official

Documentation

The record containing the Resolution for a Cumulus Market

main record

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 bytes
Allowed: yes, no
createdAt string datetime Required

An RFC 3339 formatted timestamp.

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"
}

Lexicon Garden

@