blog.pckt.document

pckt.blog

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

site string uri Required

A valid URI.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "document",
      "site"
    ],
    "properties": {
      "site": {
        "type": "string",
        "format": "uri"
      },
      "document": {
        "ref": "com.atproto.repo.strongRef",
        "type": "ref"
      }
    }
  }
}

Lexicon Garden

@