A project on the /projects page, belonging to a dev.roe.projectCategory.
tid
Timestamp-based ID
Properties
category
ref
com.atproto.repo.strongRef
Required
Strong-ref to the parent dev.roe.projectCategory record.
createdAt
string
datetime
Required
An RFC 3339 formatted timestamp.
description
string
Optional
No description available.
maxLength: 25000 bytesmaxGraphemes: 2500 graphemesicon
string
Optional
UnoCSS icon class, e.g. `i-ri:rocket-line`. Used when there is no image.
maxLength: 640 bytesmaxGraphemes: 64 graphemesimages
array
of
ref
community.lexicon.app.defs#image
Optional
Visual assets for the project. The site renders the first `purposeScreenshot`, falling back to the first image of any purpose.
maxLength: 8 itemslinks
array
of
ref
community.lexicon.app.defs#link
Optional
Relevant destinations for the project. The site links the card at the first `linkRoleWebsite`, falling back to the first link of any role.
maxLength: 12 itemsname
string
Required
No description available.
maxLength: 2560 bytesmaxGraphemes: 256 graphemesorder
integer
Optional
Lower values render first within the category. Defaults to 100 in the editor.
100status
ref
community.lexicon.app.defs#status
Optional
Release or maintenance status. `unmaintained` and `discontinued` render the card as archived.
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"category",
"name",
"createdAt"
],
"properties": {
"icon": {
"type": "string",
"maxLength": 640,
"description": "UnoCSS icon class, e.g. `i-ri:rocket-line`. Used when there is no image.",
"maxGraphemes": 64
},
"name": {
"type": "string",
"maxLength": 2560,
"maxGraphemes": 256
},
"links": {
"type": "array",
"items": {
"ref": "community.lexicon.app.defs#link",
"type": "ref"
},
"maxLength": 12,
"description": "Relevant destinations for the project. The site links the card at the first `linkRoleWebsite`, falling back to the first link of any role."
},
"order": {
"type": "integer",
"default": 100,
"description": "Lower values render first within the category. Defaults to 100 in the editor."
},
"images": {
"type": "array",
"items": {
"ref": "community.lexicon.app.defs#image",
"type": "ref"
},
"maxLength": 8,
"description": "Visual assets for the project. The site renders the first `purposeScreenshot`, falling back to the first image of any purpose."
},
"status": {
"ref": "community.lexicon.app.defs#status",
"type": "ref",
"description": "Release or maintenance status. `unmaintained` and `discontinued` render the card as archived."
},
"category": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "Strong-ref to the parent dev.roe.projectCategory record."
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 25000,
"maxGraphemes": 2500
}
}
},
"description": "A project on the /projects page, belonging to a dev.roe.projectCategory."
}