org.chaoticharmonylabs.orbit.defs

chaoticharmonylabs.org

{
  "id": "org.chaoticharmonylabs.orbit.defs",
  "defs": {
    "orbit": {
      "type": "object",
      "required": [
        "name",
        "createdAt"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 64,
          "minLength": 1,
          "description": "The name of the orbit (e.g., 'Photography', 'Philosophy')."
        },
        "feeds": {
          "type": "object",
          "properties": {
            "text": {
              "type": "string",
              "format": "at-uri",
              "description": "Text feed URI"
            },
            "photo": {
              "type": "string",
              "format": "at-uri",
              "description": "Photo feed URI"
            },
            "video": {
              "type": "string",
              "format": "at-uri",
              "description": "Video feed URI"
            }
          },
          "description": "Feed URIs included in this orbit (max 1 per type)."
        },
        "createdAt": {
          "type": "string",
          "format": "datetime",
          "description": "Timestamp when the orbit was created."
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime",
          "description": "Timestamp when the orbit was last updated."
        },
        "description": {
          "type": "string",
          "maxLength": 256,
          "description": "Optional description of the orbit."
        }
      },
      "description": "A user-defined semantic orbit (feed collection) for organizing posts."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.chaoticharmonylabs.orbit.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@