zone.stratos.feedgen.describeFeed

lexicon.northsky.app

Documentation

List feeds offered by this generator.

main query

List feeds offered by this generator.

Output

Encodingapplication/json
did stringdid Required

A decentralized identifier (DID).

feeds array Required

No description available.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://api.bsky.social)
View raw schema
{
  "type": "query",
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "did",
        "feeds"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "feeds": {
          "type": "array",
          "items": {
            "ref": "#feedDescription",
            "type": "ref"
          }
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "List feeds offered by this generator."
}
feedDescription object

No description available.

Properties

boundary string Required

No description available.

description string Optional

No description available.

displayName string Optional

No description available.

id string Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "id",
    "boundary"
  ],
  "properties": {
    "id": {
      "type": "string"
    },
    "boundary": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    }
  }
}

Lexicon Garden

@