social.clippr.feed.defs

clippr.social

{
  "id": "social.clippr.feed.defs",
  "defs": {
    "tagView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "author",
        "record",
        "indexedAt"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid",
          "description": "The CID of the tag"
        },
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "The AT-URI to the tag"
        },
        "author": {
          "ref": "social.clippr.actor.defs#profileView",
          "type": "ref",
          "description": "A reference to the actor's profile"
        },
        "record": {
          "type": "unknown",
          "description": "The raw record of the tag"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the tag was first indexed by the AppView"
        }
      },
      "description": "A view of a single tag."
    },
    "clipView": {
      "type": "object",
      "required": [
        "uri",
        "cid",
        "author",
        "record",
        "indexedAt"
      ],
      "properties": {
        "cid": {
          "type": "string",
          "format": "cid",
          "description": "The CID of the clip"
        },
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "The AT-URI of the clip"
        },
        "author": {
          "ref": "social.clippr.actor.defs#profileView",
          "type": "ref",
          "description": "A reference to the actor's profile"
        },
        "record": {
          "type": "unknown",
          "description": "The raw record of the clip"
        },
        "indexedAt": {
          "type": "string",
          "format": "datetime",
          "description": "When the tag was first indexed by the AppView"
        }
      },
      "description": "A view of a single bookmark (or 'clip')."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against social.clippr.feed.defs

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

Metadata

DID
did:web:clippr.social
CID
bafyreig7shbjsrpwpgaycpj5kxcmxxnd3qjjqs5umksm7tyjx6da47hmmm
Indexed At
2026-02-13 14:20 UTC
AT-URI
at://did:web:clippr.social/com.atproto.lexicon.schema/social.clippr.feed.defs

Referenced Schemas (1)

Lexicon Garden

@