lol.dids.sites.site

ngerakines.me

Documentation

main record

No description available.

Record Key any Any valid record key

Properties

notFound ref lol.dids.sites.defs#resource Optional

Resource served for requests that match nothing in the manifest. With status 200 it is the single-page-application fallback.

parameters unknown Optional

Map of parameter name to value, satisfying the bound tile's params. Permitted only when source is a strong reference.

source union Required

What the site serves. A strong reference names a lol.dids.sites.tile record and pins its CID; the binding never follows later versions of the tile. An inline manifest is served directly.

wellKnown ref lol.dids.sites.defs#wellKnown Optional

Opt out of the well-known responses bard serves by default. Absent means every field defaults to true.

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "source"
    ],
    "properties": {
      "source": {
        "refs": [
          "com.atproto.repo.strongRef",
          "lol.dids.sites.defs#manifest"
        ],
        "type": "union",
        "closed": true,
        "description": "What the site serves. A strong reference names a lol.dids.sites.tile record and pins its CID; the binding never follows later versions of the tile. An inline manifest is served directly."
      },
      "notFound": {
        "ref": "lol.dids.sites.defs#resource",
        "type": "ref",
        "description": "Resource served for requests that match nothing in the manifest. With status 200 it is the single-page-application fallback."
      },
      "redirects": {
        "type": "array",
        "items": {
          "ref": "lol.dids.sites.defs#redirect",
          "type": "ref"
        },
        "maxLength": 256,
        "description": "Redirect rules evaluated before manifest lookup."
      },
      "wellKnown": {
        "ref": "lol.dids.sites.defs#wellKnown",
        "type": "ref",
        "description": "Opt out of the well-known responses bard serves by default. Absent means every field defaults to true."
      },
      "parameters": {
        "type": "unknown",
        "description": "Map of parameter name to value, satisfying the bound tile's params. Permitted only when source is a strong reference."
      }
    }
  }
}

Lexicon Garden

@