{
"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."
}