{
"id": "dev.gitosphere.repository",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"authority",
"realmId",
"repositoryId",
"name",
"owner",
"visibility",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 256,
"minLength": 1
},
"owner": {
"ref": "#owner",
"type": "ref"
},
"realmId": {
"type": "string",
"maxLength": 36,
"minLength": 36
},
"authority": {
"type": "string",
"format": "did"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"visibility": {
"enum": [
"public",
"internal",
"private"
],
"type": "string"
},
"repositoryId": {
"type": "string",
"maxLength": 36,
"minLength": 36
}
}
}
},
"owner": {
"type": "object",
"required": [
"kind",
"id"
],
"properties": {
"id": {
"type": "string",
"maxLength": 256,
"minLength": 1
},
"kind": {
"enum": [
"user",
"organization"
],
"type": "string"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:plc:iz47txlteeb2ojtp5ygiqet6
- CID
-
bafyreienw34ajpb3g3dpfkqjprowugznmbompqaxxkoeogxxdhyunntvoi
- Indexed At
- 2026-08-29 05:27 UTC
- AT-URI
-
at://did:plc:iz47txlteeb2ojtp5ygiqet6/com.atproto.lexicon.schema/dev.gitosphere.repository