{
"id": "space.highport.sites.getTile",
"defs": {
"main": {
"type": "query",
"errors": [
{
"name": "TileNotFound",
"description": "No such published tile. Also returned for a space tile and for a version still pending publication."
}
],
"output": {
"schema": {
"ref": "space.highport.defs#tileView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "A specific version to return. Defaults to the latest published one."
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "The tile record's AT-URI."
}
}
},
"description": "A published tile. Without cid, returns the latest published version. Never returns a prepared but uncommitted version, or a space tile."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}