tools.ozone.server.getConfig

ozone-lexicons.bsky.social

Documentation

Get details about ozone's server configuration.

main query

Get details about ozone's server configuration.

Output

Encodingapplication/json
verifierDid stringdid Optional

The did of the verifier used for verification.

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",
      "properties": {
        "pds": {
          "ref": "#serviceConfig",
          "type": "ref"
        },
        "chat": {
          "ref": "#serviceConfig",
          "type": "ref"
        },
        "viewer": {
          "ref": "#viewerConfig",
          "type": "ref"
        },
        "appview": {
          "ref": "#serviceConfig",
          "type": "ref"
        },
        "blobDivert": {
          "ref": "#serviceConfig",
          "type": "ref"
        },
        "verifierDid": {
          "type": "string",
          "format": "did",
          "description": "The did of the verifier used for verification."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Get details about ozone's server configuration."
}
serviceConfig object

No description available.

Properties

url string uri Optional

A valid URI.

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

No description available.

Properties

role string Optional

No description available.

Known values: tools.ozone.team.defs#roleAdmin, tools.ozone.team.defs#roleModerator, tools.ozone.team.defs#roleTriage, tools.ozone.team.defs#roleVerifier
View raw schema
{
  "type": "object",
  "properties": {
    "role": {
      "type": "string",
      "knownValues": [
        "tools.ozone.team.defs#roleAdmin",
        "tools.ozone.team.defs#roleModerator",
        "tools.ozone.team.defs#roleTriage",
        "tools.ozone.team.defs#roleVerifier"
      ]
    }
  }
}

Lexicon Garden

@