{
"id": "fund.at.actor.declaration",
"defs": {
"main": {
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [],
"properties": {
"role": {
"type": "string",
"maxLength": 32,
"description": "The account's role relative to the projects it stewards. Maps to funding.json entity.role.",
"knownValues": [
"owner",
"steward",
"maintainer",
"contributor",
"sponsor",
"other"
]
},
"createdAt": {
"type": "string",
"format": "datetime",
"description": "When this declaration was created or last updated."
},
"entityType": {
"type": "string",
"maxLength": 32,
"description": "What kind of entity this account represents. Maps to funding.json entity.type.",
"knownValues": [
"individual",
"group",
"collective",
"organisation",
"other"
]
}
}
},
"description": "The account's fund.at declaration. Create to join the ecosystem, delete to leave. A backfill service can enumerate all participants by scanning for this record."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Signaling record indicating this account participates in the fund.at funding ecosystem. Its existence is the signal — all fields are optional enrichment. Maps to funding.json entity.type and entity.role."
}