{
"id": "dev.gitosphere.repository.issue",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"issueId",
"number",
"title",
"repositoryId",
"createdAt"
],
"properties": {
"body": {
"type": "string",
"maxLength": 100000,
"maxGraphemes": 10000
},
"blobs": {
"type": "array",
"items": {
"type": "blob",
"accept": [
"image/*"
],
"maxSize": 1000000
},
"maxLength": 10
},
"title": {
"type": "string",
"maxLength": 2560,
"minLength": 1,
"maxGraphemes": 256
},
"number": {
"type": "integer",
"maximum": 9007199254740991,
"minimum": 1
},
"issueId": {
"type": "string",
"maxLength": 36,
"minLength": 36
},
"mentions": {
"type": "array",
"items": {
"type": "string",
"format": "did"
},
"maxLength": 50
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"references": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
},
"maxLength": 50
},
"repositoryId": {
"type": "string",
"maxLength": 36,
"minLength": 36
}
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Alpha issue record stored in its Gitosphere repository Space."
}
Metadata
- DID
-
did:plc:iz47txlteeb2ojtp5ygiqet6
- CID
-
bafyreig3gvtbbgmwq6ysicmouijad7fedq2hbbem3pbxuomfn2s5agl6ia
- Indexed At
- 2026-08-29 05:27 UTC
- AT-URI
-
at://did:plc:iz47txlteeb2ojtp5ygiqet6/com.atproto.lexicon.schema/dev.gitosphere.repository.issue