net.asadaame5121.at-circle.request

asadaame5121.bsky.social

Documentation

A request to join a webring

main record

A request to join a webring

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

message string Optional

Introduction message

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
rssUrl string uri Optional

RSS feed URL of the site

siteTitle string Required

Title of the site

maxLength: 1000 bytesmaxGraphemes: 100 graphemes
siteUrl string uri Required

URL of the site to register

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "ring",
      "siteUrl",
      "siteTitle",
      "createdAt"
    ],
    "properties": {
      "ring": {
        "ref": "net.asadaame5121.at-circle.defs#ringRef",
        "type": "ref"
      },
      "rssUrl": {
        "type": "string",
        "format": "uri",
        "description": "RSS feed URL of the site"
      },
      "message": {
        "type": "string",
        "maxLength": 1000,
        "description": "Introduction message",
        "maxGraphemes": 100
      },
      "siteUrl": {
        "type": "string",
        "format": "uri",
        "description": "URL of the site to register"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "siteTitle": {
        "type": "string",
        "maxLength": 1000,
        "description": "Title of the site",
        "maxGraphemes": 100
      }
    }
  },
  "description": "A request to join a webring"
}

Lexicon Garden

@