No description available.
any
Any valid record key
Properties
access
ref
space.highport.sites.defs#access
Optional
Which parts of this site require a signed-in reader. Absent means none do.
notFound
ref
space.highport.sites.defs#resource
Optional
Served for requests that match nothing in the manifest. With status 200, it is the single-page app fallback.
parameters
unknown
Optional
Parameter names mapped to values for the bound tile's params. Only allowed when source is a strong reference.
redirects
array
of
ref
space.highport.sites.defs#redirect
Optional
Redirect rules, checked before manifest lookup.
maxLength: 256 itemssource
union
Required
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.
wellKnown
ref
space.highport.sites.defs#wellKnown
Optional
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.
View raw schema
{
"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."
}
}
}
}