space.highport.admin.listTileBindings

lexicons.highport.space

{
  "id": "space.highport.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 serving a tile. Give exactly one of uri (every version) or cid (one version)."
    },
    "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 space.highport.admin.listTileBindings

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ciygg5hma4q7ah2kxaszkyob
CID
bafyreigquyghrsh53zbszzerlt44sjd6z6lik6bguu7nyo5ulw4g6gxzuy
Indexed At
2026-09-17 17:48 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.admin.listTileBindings

Version History (2 versions)

Lexicon Garden

@