org.chaoticharmonylabs.orbit.list

chaoticharmonylabs.org

{
  "id": "org.chaoticharmonylabs.orbit.list",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "orbits"
          ],
          "properties": {
            "cursor": {
              "type": "string"
            },
            "orbits": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "uri",
                  "cid",
                  "value"
                ],
                "properties": {
                  "cid": {
                    "type": "string",
                    "format": "cid"
                  },
                  "uri": {
                    "type": "string",
                    "format": "at-uri"
                  },
                  "value": {
                    "ref": "org.chaoticharmonylabs.orbit.defs#orbit",
                    "type": "ref"
                  }
                }
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "description": "Pagination cursor"
          }
        }
      },
      "description": "List orbits for the authenticated user."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.chaoticharmonylabs.orbit.list

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

Metadata

DID
did:plc:mqmbvlnt6fcqqboqqcg3b7d4
CID
bafyreiewo6vuuw47puhvnmwekdgc33bkpmvysw5gg7mu44pg754ixvqsgi
Indexed At
2026-01-08 07:05 UTC
AT-URI
at://did:plc:mqmbvlnt6fcqqboqqcg3b7d4/com.atproto.lexicon.schema/org.chaoticharmonylabs.orbit.list

Referenced Schemas (1)

  • org.chaoticharmonylabs.orbit.defs#orbit

Lexicon Garden

@