dev.andreijiroh.labs.blogroll.publication

andreijiroh.dev

Documentation

main object

No description available.

Properties

name string Required

Name of the publication.

maxLength: 5000 bytesmaxGraphemes: 500 graphemes
url string Required

Base url for the publication. (ex: https://standard.site). This value will be combined with the document path to construct a full URL for the document. Avoid trailing slashes.

View raw schema
{
  "type": "object",
  "required": [
    "url",
    "name"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "Base url for the publication. (ex: https://standard.site). This value will be combined with the document path to construct a full URL for the document. Avoid trailing slashes."
    },
    "name": {
      "type": "string",
      "maxLength": 5000,
      "description": "Name of the publication.",
      "maxGraphemes": 500
    },
    "labels": {
      "refs": [
        "com.atproto.label.defs#selfLabels"
      ],
      "type": "union",
      "description": "Self-label values for this publication. Effectively content warnings."
    }
  }
}
category string

No description available.

Allowed Values (closed enum)
read watch listen
View raw schema
{
  "enum": [
    "read",
    "watch",
    "listen"
  ],
  "type": "string"
}

Lexicon Garden

@