# coop.hypha.spores.site.layout

> Published by [hypha.coop](https://lexicon.garden/identity/did:plc:rxduhzsfgfpl2glle7vagcwl)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:rxduhzsfgfpl2glle7vagcwl/coop.hypha.spores.site.layout)
- [Documentation](https://lexicon.garden/lexicon/did:plc:rxduhzsfgfpl2glle7vagcwl/coop.hypha.spores.site.layout/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:rxduhzsfgfpl2glle7vagcwl/coop.hypha.spores.site.layout/examples)

## Definitions

### `coop.hypha.spores.site.layout`

**Type**: `record`

Site layout for spores.garden, defining the order of sections.

**Key**: `literal:self`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `sections` | `array` | Yes | Ordered list of section AT-URIs to display |

## Raw Schema

```json
{
  "id": "coop.hypha.spores.site.layout",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "sections"
        ],
        "properties": {
          "sections": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of a coop.hypha.spores.site.section record"
            },
            "description": "Ordered list of section AT-URIs to display"
          }
        }
      },
      "description": "Site layout for spores.garden, defining the order of sections."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
