# zone.stratos.feedgen.describeFeed

> Published by [lexicon.northsky.app](https://lexicon.garden/identity/did:plc:6uxgo3ypovauub7nblwylqyv)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:6uxgo3ypovauub7nblwylqyv/zone.stratos.feedgen.describeFeed)
- [Documentation](https://lexicon.garden/lexicon/did:plc:6uxgo3ypovauub7nblwylqyv/zone.stratos.feedgen.describeFeed/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:6uxgo3ypovauub7nblwylqyv/zone.stratos.feedgen.describeFeed/examples)

## Definitions

### `zone.stratos.feedgen.describeFeed`

**Type**: `query`

List feeds offered by this generator.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | Yes |  |
| `feeds` | `array` | Yes |  |

### `zone.stratos.feedgen.describeFeed#feedDescription`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `id` | `string` | Yes |  |
| `boundary` | `string` | Yes |  |
| `description` | `string` | No |  |
| `displayName` | `string` | No |  |

## Raw Schema

```json
{
  "id": "zone.stratos.feedgen.describeFeed",
  "defs": {
    "main": {
      "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": {
      "type": "object",
      "required": [
        "id",
        "boundary"
      ],
      "properties": {
        "id": {
          "type": "string"
        },
        "boundary": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "displayName": {
          "type": "string"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
