From 826cc752192b0830db52c38e01bcdbe8a12bb330 Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 27 Dec 2024 16:42:18 +0900 Subject: [PATCH] fix indent --- lexicons/ai/syui/card/verify.json | 110 ++++++++++++++++-------------- 1 file changed, 60 insertions(+), 50 deletions(-) diff --git a/lexicons/ai/syui/card/verify.json b/lexicons/ai/syui/card/verify.json index 8568d62..8d256e7 100644 --- a/lexicons/ai/syui/card/verify.json +++ b/lexicons/ai/syui/card/verify.json @@ -8,55 +8,65 @@ "key": "tid", "record": { "type": "object", - "required": ["handle", "did", "createdAt"], + "required": [ + "handle", + "did", + "createdAt" + ], "properties": { - "id":{ - "type": "integer", - "minimum": 0, - "maximum": 14, - "default": 0 - }, - "cp":{ - "type": "integer", - "minimum": 1, - "maximum": 10000, - "default": 1 - }, - "rank":{ - "type": "integer", - "minimum": 0, - "maximum": 7, - "default": 0 - }, - "rare": { - "type": "string", - "enum": ["normal", "super", "ultra", "yui", "ai"], - "default": "normal" - }, - "handle": { - "type": "string", - "maxLength": 32, - "maxGraphemes": 32 - }, - "did": { - "type": "string" - }, - "embed": { - "type": "union", - "refs": [ - "app.bsky.embed.images", - "app.bsky.embed.external", - "app.bsky.embed.record", - "app.bsky.embed.recordWithMedia" - ] - }, - "createdAt": { - "type": "string", - "format": "datetime", - "description": "Client-declared timestamp when this post was originally created." - } - } - } - } - } + "id": { + "type": "integer", + "minimum": 0, + "maximum": 14, + "default": 0 + }, + "cp": { + "type": "integer", + "minimum": 1, + "maximum": 10000, + "default": 1 + }, + "rank": { + "type": "integer", + "minimum": 0, + "maximum": 7, + "default": 0 + }, + "rare": { + "type": "string", + "enum": [ + "normal", + "super", + "ultra", + "yui", + "ai" + ], + "default": "normal" + }, + "handle": { + "type": "string", + "maxLength": 32, + "maxGraphemes": 32 + }, + "did": { + "type": "string" + }, + "embed": { + "type": "union", + "refs": [ + "app.bsky.embed.images", + "app.bsky.embed.external", + "app.bsky.embed.record", + "app.bsky.embed.recordWithMedia" + ] + }, + "createdAt": { + "type": "string", + "format": "datetime", + "description": "Client-declared timestamp when this post was originally created." + } + } + } + } + } }