# ooo.bsky.hds.server.describeServer

> Published by [bsky.ooo](https://lexicon.garden/identity/did:web:bsky.ooo)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:bsky.ooo/ooo.bsky.hds.server.describeServer)
- [Documentation](https://lexicon.garden/lexicon/did:web:bsky.ooo/ooo.bsky.hds.server.describeServer/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:bsky.ooo/ooo.bsky.hds.server.describeServer/examples)

## Definitions

### `ooo.bsky.hds.server.describeServer`

**Type**: `query`

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | Yes |  |
| `links` | `ref` → `#links` | No |  |
| `contact` | `ref` → `#contact` | No |  |
| `description` | `string` | No |  |

### `ooo.bsky.hds.server.describeServer#links`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `privacyPolicy` | `string` (uri) | No |  |
| `termsOfService` | `string` (uri) | No |  |

### `ooo.bsky.hds.server.describeServer#contact`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `url` | `string` (uri) | No |  |
| `email` | `string` | No |  |

## Raw Schema

```json
{
  "id": "ooo.bsky.hds.server.describeServer",
  "defs": {
    "main": {
      "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"
      }
    },
    "links": {
      "type": "object",
      "properties": {
        "privacyPolicy": {
          "type": "string",
          "format": "uri"
        },
        "termsOfService": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "contact": {
      "type": "object",
      "properties": {
        "url": {
          "type": "string",
          "format": "uri"
        },
        "email": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}
```
