ooo.bsky.hds.server.describeServer

bsky.ooo

Documentation

main query

No description available.

Output

Encodingapplication/json
contact ref#contact Optional

No description available.

description string Optional

No description available.

did stringdid Required

A decentralized identifier (DID).

links ref#links Optional

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"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "links": {
          "ref": "#links",
          "type": "ref"
        },
        "contact": {
          "ref": "#contact",
          "type": "ref"
        },
        "description": {
          "type": "string"
        }
      }
    },
    "encoding": "application/json"
  }
}
contact object

No description available.

Properties

email string Optional

No description available.

url string uri Optional

A valid URI.

View raw schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri"
    },
    "email": {
      "type": "string"
    }
  }
}
links object

No description available.

Properties

privacyPolicy string uri Optional

A valid URI.

termsOfService string uri Optional

A valid URI.

View raw schema
{
  "type": "object",
  "properties": {
    "privacyPolicy": {
      "type": "string",
      "format": "uri"
    },
    "termsOfService": {
      "type": "string",
      "format": "uri"
    }
  }
}

Lexicon Garden

@