io.atcr.hold.listTiers

lexicon.store View official

{
  "id": "io.atcr.hold.listTiers",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "tiers"
          ],
          "properties": {
            "tiers": {
              "type": "array",
              "items": {
                "ref": "#defs/tierInfo",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "List the hold's available tiers with storage quotas (no pricing info)."
    },
    "tierInfo": {
      "type": "object",
      "required": [
        "name",
        "quotaBytes",
        "quotaFormatted"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 64,
          "description": "Tier name."
        },
        "quotaBytes": {
          "type": "integer",
          "description": "Storage quota in bytes."
        },
        "quotaFormatted": {
          "type": "string",
          "maxLength": 32,
          "description": "Human-readable quota (e.g. '5.0 GB')."
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against io.atcr.hold.listTiers

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreidwehpnionhhhiecntyc27z5m7q2m6fr6bizxwp5bruvze2it6ave
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/io.atcr.hold.listTiers

Version History (2 versions)

Lexicon Garden

@