xyz.yourdomain.status

ethlasse.bsky.social

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

additionalData object Optional

Any arbitrary data

createdAt string datetime Required

An RFC 3339 formatted timestamp.

status string Required

Current status

maxLength: 100 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "status",
      "createdAt"
    ],
    "properties": {
      "status": {
        "type": "string",
        "maxLength": 100,
        "description": "Current status"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "additionalData": {
        "type": "object",
        "description": "Any arbitrary data"
      }
    }
  }
}

Lexicon Garden

@