{
"id": "org.stormlightlabs.malfestio.source.article",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"url",
"title",
"createdAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "URL of the article."
},
"title": {
"type": "string",
"maxLength": 500,
"description": "Title of the article."
},
"author": {
"type": "string",
"maxLength": 300,
"description": "Author of the article."
},
"language": {
"type": "string",
"maxLength": 20,
"description": "Language code for the article content (e.g., 'en', 'es', 'fr')."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"highlights": {
"type": "array",
"items": {
"type": "object",
"properties": {
"end": {
"type": "integer",
"description": "Character end offset."
},
"quote": {
"type": "string",
"maxLength": 5000
},
"start": {
"type": "integer",
"description": "Character start offset."
}
}
},
"description": "User highlights from the article."
},
"publishedAt": {
"type": "string",
"format": "datetime",
"description": "Original publication date of the article."
},
"extractedTextRef": {
"type": "string",
"format": "at-uri",
"description": "Optional reference to a blob or record containing the extracted text."
}
}
},
"description": "A reference to an article used as source material."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:xg2vq45muivyy3xwatcehspu
- CID
-
bafyreigi4qt6quwrygwhosfclfnz3thvo7uikf5v362f34aonkkje7x53q
- Indexed At
- 2026-02-13 14:00 UTC
- AT-URI
-
at://did:plc:xg2vq45muivyy3xwatcehspu/com.atproto.lexicon.schema/org.stormlightlabs.malfestio.source.article