# space.highport.sites.site

> Published by [lexicons.highport.space](https://lexicon.garden/identity/did:plc:ciygg5hma4q7ah2kxaszkyob)

✓ This is the authoritative definition for this NSID.

## Description

A static website hosted from an AT Protocol repository. The record key is the site's hostname in lowercase IDNA A-label form. A site serves either an inline manifest or a space.highport.sites.tile, bound by strong reference with parameters.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:ciygg5hma4q7ah2kxaszkyob/space.highport.sites.site)
- [Documentation](https://lexicon.garden/lexicon/did:plc:ciygg5hma4q7ah2kxaszkyob/space.highport.sites.site/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:ciygg5hma4q7ah2kxaszkyob/space.highport.sites.site/examples)

## Definitions

### `space.highport.sites.site`

**Type**: `record`

**Key**: `any`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `access` | `ref` → `space.highport.sites.defs#access` | No | Which parts of this site require a signed-in reader. Absent means none do. |
| `source` | `union` | Yes | What the site serves. A strong reference points at a space.highport.sites.tile record and pins its CID, so the site never follows later versions of the tile. An inline manifest is served as is. |
| `notFound` | `ref` → `space.highport.sites.defs#resource` | No | Served for requests that match nothing in the manifest. With status 200, it is the single-page app fallback. |
| `redirects` | `array` | No | Redirect rules, checked before manifest lookup. |
| `wellKnown` | `ref` → `space.highport.sites.defs#wellKnown` | No | Turn off well-known responses bard serves by default, or name a standard.site publication for this domain. Absent means both flags are true and no publication is named. |
| `parameters` | `unknown` | No | Parameter names mapped to values for the bound tile's params. Only allowed when source is a strong reference. |

## Raw Schema

```json
{
  "id": "space.highport.sites.site",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "source"
        ],
        "properties": {
          "access": {
            "ref": "space.highport.sites.defs#access",
            "type": "ref",
            "description": "Which parts of this site require a signed-in reader. Absent means none do."
          },
          "source": {
            "refs": [
              "com.atproto.repo.strongRef",
              "space.highport.sites.defs#manifest"
            ],
            "type": "union",
            "closed": true,
            "description": "What the site serves. A strong reference points at a space.highport.sites.tile record and pins its CID, so the site never follows later versions of the tile. An inline manifest is served as is."
          },
          "notFound": {
            "ref": "space.highport.sites.defs#resource",
            "type": "ref",
            "description": "Served for requests that match nothing in the manifest. With status 200, it is the single-page app fallback."
          },
          "redirects": {
            "type": "array",
            "items": {
              "ref": "space.highport.sites.defs#redirect",
              "type": "ref"
            },
            "maxLength": 256,
            "description": "Redirect rules, checked before manifest lookup."
          },
          "wellKnown": {
            "ref": "space.highport.sites.defs#wellKnown",
            "type": "ref",
            "description": "Turn off well-known responses bard serves by default, or name a standard.site publication for this domain. Absent means both flags are true and no publication is named."
          },
          "parameters": {
            "type": "unknown",
            "description": "Parameter names mapped to values for the bound tile's params. Only allowed when source is a strong reference."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A static website hosted from an AT Protocol repository. The record key is the site's hostname in lowercase IDNA A-label form. A site serves either an inline manifest or a space.highport.sites.tile, bound by strong reference with parameters."
}
```
