at.askimut.amaRoot

ask.3615etienne.com

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

When the AMA Root was marked

subject string at-uri Required

AT-URI of the Recipient's first-level Bluesky post

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the Recipient's first-level Bluesky post"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the AMA Root was marked"
      }
    }
  }
}

Lexicon Garden

@