space.highport.admin.getQuota

lexicons.highport.space

{
  "id": "space.highport.admin.getQuota",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did",
            "quotas"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "quotas": {
              "type": "array",
              "items": {
                "ref": "#quotaView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did"
          }
        }
      },
      "description": "Every quota for one DID: the limit in effect, the deployment default, and any operator override."
    },
    "quotaView": {
      "type": "object",
      "required": [
        "quota",
        "limit",
        "default",
        "overridden"
      ],
      "properties": {
        "limit": {
          "type": "integer",
          "minimum": 0,
          "description": "The limit in effect: the override if there is one, otherwise the default. Sites, tiles and spaces are counts; tileBytes, maxBlobBytes and monthlyBandwidthBytes are bytes."
        },
        "quota": {
          "type": "string",
          "knownValues": [
            "sites",
            "tiles",
            "tileBytes",
            "spaces",
            "maxBlobBytes",
            "monthlyBandwidthBytes"
          ]
        },
        "setBy": {
          "type": "string",
          "format": "did",
          "description": "The operator who set the override. Absent when there is none."
        },
        "reason": {
          "type": "string",
          "maxLength": 1000
        },
        "default": {
          "type": "integer",
          "minimum": 0,
          "description": "The deployment default, which applies when there is no override."
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "overridden": {
          "type": "boolean"
        }
      },
      "description": "One quota for one identity."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.admin.getQuota

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Version History (3 versions)

Lexicon Garden

@