{
"id": "org.stormlightlabs.malfestio.source.lecture",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"url",
"title",
"createdAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri",
"description": "URL of the lecture (e.g., YouTube link)."
},
"title": {
"type": "string",
"maxLength": 500,
"description": "Title of the lecture."
},
"creator": {
"type": "string",
"maxLength": 300,
"description": "Creator or channel name."
},
"language": {
"type": "string",
"maxLength": 20,
"description": "Language code for the lecture content (e.g., 'en', 'es', 'fr')."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"timestamps": {
"type": "array",
"items": {
"type": "object",
"required": [
"t",
"label"
],
"properties": {
"t": {
"type": "integer",
"description": "Time in seconds."
},
"label": {
"type": "string",
"maxLength": 500,
"description": "Description of the timestamp."
},
"noteRef": {
"type": "string",
"format": "at-uri",
"description": "Optional reference to a note taken at this timestamp."
}
}
},
"description": "Important timestamps or chapters in the lecture."
}
}
},
"description": "A reference to a lecture or video used as source material."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:xg2vq45muivyy3xwatcehspu
- CID
-
bafyreihwa3owyzxav5soo7btvz7kmvhtfdbelzr5azi4a3hnppseq235am
- Indexed At
- 2026-02-13 14:00 UTC
- AT-URI
-
at://did:plc:xg2vq45muivyy3xwatcehspu/com.atproto.lexicon.schema/org.stormlightlabs.malfestio.source.lecture