{
"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
}