{
"id": "social.clippr.feed.tag",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 640,
"description": "A de-duplicated string containing the name of the tag",
"maxGraphemes": 64
},
"color": {
"type": "string",
"maxLength": 70,
"description": "A hexadecimal color code",
"maxGraphemes": 7
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "A client-defined timestamp for the creation of the tag"
},
"description": {
"type": "string",
"maxLength": 50000,
"description": "A description of the tag for additional context",
"maxGraphemes": 5000
}
}
},
"description": "A record containing a bookmark tag for organization."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}