me.woach.content, add atproto media storage
This commit is contained in:
parent
f22b060c97
commit
360a3b3fde
2 changed files with 76 additions and 0 deletions
26
lexicons/me/woach/content/title.json
Normal file
26
lexicons/me/woach/content/title.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"lexicon": 1,
|
||||
"id": "me.woach.content.title",
|
||||
"defs": {
|
||||
"main": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"language": {
|
||||
"type": "string",
|
||||
"knownValues": [
|
||||
"me.woach.content.title#romanization",
|
||||
"me.woach.content.title#english",
|
||||
"me.woach.content.title#native"
|
||||
]
|
||||
},
|
||||
"value": { "type": "string", "minLength": 1 }
|
||||
}
|
||||
},
|
||||
"romanization": { "type": "token",
|
||||
"description": "Romanization of the native title" },
|
||||
"english": { "type": "token",
|
||||
"description": "English translation or title" },
|
||||
"native": { "type": "token",
|
||||
"description": "Native title" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue