ai/at
ai/at
1
0

fix indent

This commit is contained in:
syui 2024-12-27 16:42:18 +09:00
parent c2dac2a9d4
commit 826cc75219
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -8,7 +8,11 @@
"key": "tid", "key": "tid",
"record": { "record": {
"type": "object", "type": "object",
"required": ["handle", "did", "createdAt"], "required": [
"handle",
"did",
"createdAt"
],
"properties": { "properties": {
"id": { "id": {
"type": "integer", "type": "integer",
@ -30,7 +34,13 @@
}, },
"rare": { "rare": {
"type": "string", "type": "string",
"enum": ["normal", "super", "ultra", "yui", "ai"], "enum": [
"normal",
"super",
"ultra",
"yui",
"ai"
],
"default": "normal" "default": "normal"
}, },
"handle": { "handle": {