{
"id": "blue.harvester.nomination",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 255,
"description": "The name of the nomination"
},
"urls": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"description": "The urls that are part of the nomination"
},
"nsids": {
"type": "array",
"items": {
"type": "string",
"format": "nsid"
},
"description": "The record nsids that are part of the nomination"
},
"account": {
"type": "string",
"format": "did",
"description": "The did of the account that is canonical for this app"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 1024,
"description": "The description of the nomination"
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}