fix lexicon

This commit is contained in:
2026-01-28 19:32:14 +09:00
parent f7864e805d
commit 3010976006
2 changed files with 20 additions and 0 deletions

View File

@@ -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": { "collection": {
"type": "array", "type": "array",
"description": "ATProto collection definitions", "description": "ATProto collection definitions",

BIN
public/rse/item/4.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB