space.highport.admin.getQuota

lexicons.highport.space

Schema Diff

+4 -4

From

CID
bafyreialdo5s447...
Indexed At
2026-09-17 17:02 UTC
View this version

To

CID
bafyreiehsixkujn...
Indexed At
2026-09-17 17:48 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "space.highport.admin.getQuota",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "query",
6 6
      "output": {
7 7
        "schema": {
8 8
          "type": "object",
9 9
          "required": [
10 10
            "did",
11 11
            "quotas"
12 12
          ],
13 13
          "properties": {
14 14
            "did": {
15 15
              "type": "string",
16 16
              "format": "did"
17 17
            },
18 18
            "quotas": {
19 19
              "type": "array",
20 20
              "items": {
21 21
                "ref": "#quotaView",
22 22
                "type": "ref"
23 23
              }
24 24
            }
25 25
          }
26 26
        },
27 27
        "encoding": "application/json"
28 28
      },
29 29
      "parameters": {
30 30
        "type": "params",
31 31
        "required": [
32 32
          "did"
33 33
        ],
34 34
        "properties": {
35 35
          "did": {
36 36
            "type": "string",
37 37
            "format": "did"
38 38
          }
39 39
        }
40 40
      },
41 -
      "description": "Every per-identity quota for one DID: the limit that applies, the deployment default, and the operator override that replaced it, if there is one."
41 +
      "description": "Every quota for one DID: the limit in effect, the deployment default, and any operator override."
42 42
    },
43 43
    "quotaView": {
44 44
      "type": "object",
45 45
      "required": [
46 46
        "quota",
47 47
        "limit",
48 48
        "default",
49 49
        "overridden"
50 50
      ],
51 51
      "properties": {
52 52
        "limit": {
53 53
          "type": "integer",
54 54
          "minimum": 0,
55 -
          "description": "The limit that applies to this identity: the override when there is one, the default otherwise. A count for sites, tiles and spaces; bytes for tileBytes, maxBlobBytes and monthlyBandwidthBytes."
55 +
          "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."
56 56
        },
57 57
        "quota": {
58 58
          "type": "string",
59 59
          "knownValues": [
60 60
            "sites",
61 61
            "tiles",
62 62
            "tileBytes",
63 63
            "spaces",
64 64
            "maxBlobBytes",
65 65
            "monthlyBandwidthBytes"
66 66
          ]
67 67
        },
68 68
        "setBy": {
69 69
          "type": "string",
70 70
          "format": "did",
71 -
          "description": "The operator that wrote the override. Absent when there is none."
71 +
          "description": "The operator who set the override. Absent when there is none."
72 72
        },
73 73
        "reason": {
74 74
          "type": "string",
75 75
          "maxLength": 1000
76 76
        },
77 77
        "default": {
78 78
          "type": "integer",
79 79
          "minimum": 0,
80 -
          "description": "What the deployment's configuration says for an identity with no override."
80 +
          "description": "The deployment default, which applies when there is no override."
81 81
        },
82 82
        "updatedAt": {
83 83
          "type": "string",
84 84
          "format": "datetime"
85 85
        },
86 86
        "overridden": {
87 87
          "type": "boolean"
88 88
        }
89 89
      },
90 90
      "description": "One quota for one identity."
91 91
    }
92 92
  },
93 93
  "$type": "com.atproto.lexicon.schema",
94 94
  "lexicon": 1
95 95
}

Compare Other Versions

Lexicon Garden

@