space.highport.manage.listDomains

lexicons.highport.space

Schema Diff

+1 -1

From

CID
bafyreif4t7wqq2y...
Indexed At
2026-09-01 13:04 UTC
View this version

To

CID
bafyreihbqhht7d7...
Indexed At
2026-09-17 17:50 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "space.highport.manage.listDomains",
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
            "domains"
11 11
          ],
12 12
          "properties": {
13 13
            "cursor": {
14 14
              "type": "string",
15 15
              "description": "Present when more entries exist."
16 16
            },
17 17
            "domains": {
18 18
              "type": "array",
19 19
              "items": {
20 20
                "ref": "space.highport.defs#domainView",
21 21
                "type": "ref"
22 22
              }
23 23
            }
24 24
          }
25 25
        },
26 26
        "encoding": "application/json"
27 27
      },
28 28
      "parameters": {
29 29
        "type": "params",
30 30
        "properties": {
31 31
          "limit": {
32 32
            "type": "integer",
33 33
            "default": 50,
34 34
            "maximum": 100,
35 35
            "minimum": 1,
36 36
            "description": "Maximum entries to return."
37 37
          },
38 38
          "cursor": {
39 39
            "type": "string",
40 40
            "description": "Pagination cursor from a previous response."
41 41
          }
42 42
        }
43 43
      },
44 -
      "description": "The caller's registrations: domains claimed by the calling identity, and domains registered to the spaces the caller is the authority of."
44 +
      "description": "The caller's registrations: domains it registered itself, and domains registered to spaces it is the authority of."
45 45
    }
46 46
  },
47 47
  "$type": "com.atproto.lexicon.schema",
48 48
  "lexicon": 1
49 49
}

Compare Other Versions

Lexicon Garden

@