lol.dids.admin.listTileBindings

ngerakines.me

{
  "id": "lol.dids.admin.listTileBindings",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "bindings"
          ],
          "properties": {
            "bindings": {
              "type": "array",
              "items": {
                "ref": "#binding",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "cid": {
            "type": "string",
            "format": "cid",
            "description": "One tile version. Mutually exclusive with uri."
          },
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "The tile record's AT-URI. Mutually exclusive with cid."
          }
        }
      },
      "description": "The domains bound to a tile — incident response's \"who is serving this\". Exactly one of uri and cid is given; uri covers every version, cid one."
    },
    "binding": {
      "type": "object",
      "required": [
        "domain",
        "did",
        "tileCid",
        "activatedAt"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "The site owner, not the tile author."
        },
        "domain": {
          "type": "string"
        },
        "tileCid": {
          "type": "string",
          "format": "cid",
          "description": "The tile version the site pinned."
        },
        "activatedAt": {
          "type": "string",
          "format": "datetime"
        }
      },
      "description": "One site serving one version of a tile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.dids.admin.listTileBindings

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:cbkjy5n7bk3ax2wplmtjofq2
CID
bafyreic2qhwfnfl6ilvkxvxuaysqlnspayzvqugckypc4q3zczvlyticvu
Indexed At
2026-08-30 03:12 UTC
AT-URI
at://did:plc:cbkjy5n7bk3ax2wplmtjofq2/com.atproto.lexicon.schema/lol.dids.admin.listTileBindings

Lexicon Garden

@