{
"id": "tech.lenooby09.didgit.object",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"objectType",
"content"
],
"properties": {
"content": {
"type": "blob",
"accept": [
"application/octet-stream"
],
"maxSize": 52428800,
"description": "The git object content, stored as an AT Protocol blob."
},
"objectType": {
"type": "string",
"maxLength": 16,
"description": "The type of the git object.",
"knownValues": [
"blob",
"tree",
"commit",
"tag"
]
}
}
},
"description": "A did-git object stored in an AT Protocol repository. Each record represents a single content-addressable object (blob, tree, commit, or tag), keyed by its hex SHA-256 object ID."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:lexicon.store
- CID
-
bafyreidk3msygdt3cdfkvib3qlgr6ffiev3iy6nvvmxlgu6w6tsnaqvft4
- Indexed At
- 2026-03-20 15:55 UTC
- AT-URI
-
at://did:web:lexicon.store/com.atproto.lexicon.schema/tech.lenooby09.didgit.object