dev.vielle.guestbook.entry

vielle.dev

Documentation

main record

No description available.

Record Key nsid

Properties

book string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

contents string Required

No description available.

View raw schema
{
  "key": "nsid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "book",
      "contents"
    ],
    "properties": {
      "book": {
        "type": "string",
        "format": "at-uri"
      },
      "contents": {
        "type": "string"
      }
    }
  }
}

Lexicon Garden

@