fix lexicon
This commit is contained in:
@@ -55,6 +55,26 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
"type": "array",
|
||||
"description": "Item definitions",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": ["id", "name", "text"],
|
||||
"properties": {
|
||||
"id": { "type": "integer", "description": "Item ID" },
|
||||
"name": { "type": "string", "description": "Item name" },
|
||||
"text": {
|
||||
"type": "object",
|
||||
"description": "Item description (localized)",
|
||||
"properties": {
|
||||
"en": { "type": "string", "description": "English text" },
|
||||
"ja": { "type": "string", "description": "Japanese text" }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
"type": "array",
|
||||
"description": "ATProto collection definitions",
|
||||
|
||||
BIN
public/rse/item/4.webp
Normal file
BIN
public/rse/item/4.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user