net.aftertheinter.coolthingtwo

ati2tester.bsky.social

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

status string Required

No description available.

maxLength: 32 bytesminLength: 1 bytesmaxGraphemes: 1 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "status",
      "createdAt"
    ],
    "properties": {
      "status": {
        "type": "string",
        "maxLength": 32,
        "minLength": 1,
        "maxGraphemes": 1
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@