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",
                "spaces",
                "maxBlobBytes",
                "monthlyBandwidthBytes"
              ]
            },
            "value": {
              "type": "integer",
              "minimum": 0,
              "description": "The new limit: a count for sites, tiles and spaces, bytes for the other two. Absent clears the override."
            },
            "reason": {
              "type": "string",
              "maxLength": 1000,
              "description": "Why, for whoever reads getQuota next."
            }
          }
        },
        "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": "Set one per-identity quota for one DID, replacing the deployment default for that identity, or clear the override so the default applies again. A lowered count refuses the next creation and takes nothing away; 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
bafyreia34haevew6citl6v4ahtukpymdzyfrwli3fmlcgjokssfzhd5ltm
Indexed At
2026-09-14 19:46 UTC
AT-URI
at://did:plc:ciygg5hma4q7ah2kxaszkyob/com.atproto.lexicon.schema/space.highport.admin.setQuota

Version History (3 versions)

Referenced Schemas (1)

Lexicon Garden

@