space.highport.admin.setQuota

lexicons.highport.space

{
  "id": "space.highport.admin.setQuota",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "did",
            "quota"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "quota": {
              "type": "string",
              "knownValues": [
                "sites",
                "tiles",
                "tileBytes",
                "spaces",
                "maxBlobBytes",
                "monthlyBandwidthBytes"
              ]
            },
            "value": {
              "type": "integer",
              "minimum": 0,
              "description": "The new limit: a count for sites, tiles and spaces, or bytes for tileBytes, maxBlobBytes and monthlyBandwidthBytes. Absent clears the override."
            },
            "reason": {
              "type": "string",
              "maxLength": 1000,
              "description": "Why the override was set. Shown by getQuota."
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "did",
            "quotas"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did"
            },
            "quotas": {
              "type": "array",
              "items": {
                "ref": "space.highport.admin.getQuota#quotaView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Override one quota for one DID, or clear the override to restore the default. Lowering a count blocks new creations but removes nothing. A bandwidth change also applies to the current month."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against space.highport.admin.setQuota

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

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

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@