{
"id": "dev.roe.talk",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"source",
"date",
"type",
"createdAt"
],
"properties": {
"date": {
"type": "string",
"format": "datetime",
"description": "Start date of the talk/event. Date-only values are stored as midnight UTC."
},
"demo": {
"type": "string",
"format": "uri"
},
"link": {
"type": "string",
"format": "uri",
"description": "Event page, podcast episode URL, etc."
},
"repo": {
"type": "string",
"format": "uri"
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"maxLength": 32
},
"type": {
"type": "string",
"knownValues": [
"conference",
"meetup",
"podcast",
"workshop",
"stream",
"talk"
]
},
"group": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong-ref to a dev.roe.talkGroup record."
},
"image": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 5000000
},
"title": {
"type": "string",
"maxLength": 5120,
"description": "Optional for upcoming events with no announced title. Required for past talks unless the talk is part of a group.",
"maxGraphemes": 512
},
"video": {
"type": "string",
"format": "uri"
},
"slides": {
"type": "string",
"maxLength": 512,
"description": "Identifier for slides; historically a GitHub release tag from danielroe/slides."
},
"source": {
"type": "string",
"maxLength": 5120,
"description": "Conference name, meetup, podcast title, etc.",
"maxGraphemes": 512
},
"endDate": {
"type": "string",
"format": "datetime",
"description": "End date for multi-day events. Optional."
},
"location": {
"type": "string",
"maxLength": 5120,
"description": "Free-form: city, country, or 'Online'.",
"maxGraphemes": 512
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"aspectRatio": {
"ref": "dev.roe.defs#aspectRatio",
"type": "ref",
"description": "Intrinsic pixel dimensions of `image`."
},
"description": {
"type": "string",
"maxLength": 50000,
"maxGraphemes": 5000
}
}
},
"description": "A talk, podcast appearance, workshop, stream, or similar event."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}