From 268af2e4b9d1363568aeb9865ad663d2ad8a946b Mon Sep 17 00:00:00 2001 From: dholms Date: Mon, 12 Feb 2024 15:17:53 -0600 Subject: [PATCH] format --- lexicons/com/atproto/repo/checkImportStatus.json | 9 ++++++++- lexicons/com/atproto/server/finalizeImport.json | 11 ++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/lexicons/com/atproto/repo/checkImportStatus.json b/lexicons/com/atproto/repo/checkImportStatus.json index 48cf55b43b2..e4ac6adb0fe 100644 --- a/lexicons/com/atproto/repo/checkImportStatus.json +++ b/lexicons/com/atproto/repo/checkImportStatus.json @@ -9,7 +9,14 @@ "encoding": "application/json", "schema": { "type": "object", - "required": ["finalized", "uploadedRepo", "importedRepo", "importedPrivateState", "expectedBlobs", "importedBlobs"], + "required": [ + "finalized", + "uploadedRepo", + "importedRepo", + "importedPrivateState", + "expectedBlobs", + "importedBlobs" + ], "properties": { "finalized": { "type": "boolean" }, "uploadedRepo": { "type": "boolean" }, diff --git a/lexicons/com/atproto/server/finalizeImport.json b/lexicons/com/atproto/server/finalizeImport.json index 0021ee47b36..84ff46bb9f9 100644 --- a/lexicons/com/atproto/server/finalizeImport.json +++ b/lexicons/com/atproto/server/finalizeImport.json @@ -12,10 +12,7 @@ "properties": { "didPayload": { "type": "union", - "refs": [ - "#didPlcPayload", - "#didWebPayload" - ] + "refs": ["#didPlcPayload", "#didWebPayload"] } } } @@ -25,15 +22,15 @@ "type": "object", "required": ["did", "op"], "properties": { - "did": {"type": "string", "format": "did"}, - "op": {"type": "unknown"} + "did": { "type": "string", "format": "did" }, + "op": { "type": "unknown" } } }, "didWebPayload": { "type": "object", "required": ["did"], "properties": { - "did": {"type": "string", "format": "did"} + "did": { "type": "string", "format": "did" } } } }