{
"id": "at.locale.comment",
"defs": {
"main": {
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"project",
"subject",
"body",
"createdAt"
],
"properties": {
"body": {
"type": "string",
"maxLength": 30000,
"minLength": 1,
"maxGraphemes": 10000
},
"parent": {
"type": "string",
"format": "at-uri",
"description": "Parent comment, for threading."
},
"project": {
"type": "string",
"format": "at-uri"
},
"subject": {
"refs": [
"#recordSubject",
"#keyLocaleSubject"
],
"type": "union",
"description": "What the comment is about: a record (e.g. a translation) or a (key, locale) pair."
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
}
},
"recordSubject": {
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"keyLocaleSubject": {
"type": "object",
"required": [
"key",
"locale"
],
"properties": {
"key": {
"type": "string",
"maxLength": 4096
},
"locale": {
"type": "string",
"maxLength": 35
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1,
"description": "Threaded discussion on a key, a translation, or a locale. Author-owned."
}
Metadata
- DID
-
did:plc:uwynodlfvaieqcisgh5zvdwx
- CID
-
bafyreifrhrnykciar3a2lkiwliv6y3eokrpz3p3nqu7pw3abexe3yy36cy
- Indexed At
- 2026-06-24 00:20 UTC
- AT-URI
-
at://did:plc:uwynodlfvaieqcisgh5zvdwx/com.atproto.lexicon.schema/at.locale.comment
Version History (2 versions)