org.chaoticharmonylabs.feed.defs

chaoticharmonylabs.org

{
  "id": "org.chaoticharmonylabs.feed.defs",
  "defs": {
    "feed": {
      "type": "object",
      "required": [
        "name",
        "type",
        "createdAt"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 100,
          "minLength": 1,
          "description": "Display name for the feed"
        },
        "tags": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 20,
          "description": "Tags for categorization"
        },
        "type": {
          "enum": [
            "video",
            "photo",
            "text"
          ],
          "type": "string",
          "description": "Media type this feed contains"
        },
        "source": {
          "type": "string",
          "format": "uri",
          "description": "External feed URL or AT-URI"
        },
        "isPublic": {
          "type": "boolean",
          "default": true,
          "description": "Whether this feed is publicly discoverable"
        },
        "settings": {
          "type": "object",
          "properties": {
            "maxItems": {
              "type": "integer",
              "maximum": 1000,
              "minimum": 10
            },
            "refreshInterval": {
              "type": "integer",
              "minimum": 300
            }
          }
        },
        "createdAt": {
          "type": "string",
          "format": "datetime"
        },
        "updatedAt": {
          "type": "string",
          "format": "datetime"
        },
        "description": {
          "type": "string",
          "maxLength": 500
        }
      },
      "description": "A content feed definition for Orbits app"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.chaoticharmonylabs.feed.defs

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@