diff --git a/lexicons/app/bsky/label/defs.json b/lexicons/app/bsky/label/defs.json index e4ef3dec76f..4065afd6859 100644 --- a/lexicons/app/bsky/label/defs.json +++ b/lexicons/app/bsky/label/defs.json @@ -45,7 +45,10 @@ "items": { "type": "ref", "ref": "app.bsky.richtext.facet" } }, "avatar": { "type": "string" }, - "policies": {"type": "ref", "ref": "app.bsky.label.defs#labelerPolicies"}, + "policies": { + "type": "ref", + "ref": "app.bsky.label.defs#labelerPolicies" + }, "likeCount": { "type": "integer", "minimum": 0 }, "viewer": { "type": "ref", "ref": "#labelerViewerState" }, "indexedAt": { "type": "string", "format": "datetime" } diff --git a/lexicons/app/bsky/label/labeler.json b/lexicons/app/bsky/label/labeler.json index 9c171709343..ec1973eed70 100644 --- a/lexicons/app/bsky/label/labeler.json +++ b/lexicons/app/bsky/label/labeler.json @@ -30,7 +30,10 @@ "accept": ["image/png", "image/jpeg"], "maxSize": 1000000 }, - "policies": {"type": "ref", "ref": "app.bsky.label.defs#labelerPolicies"}, + "policies": { + "type": "ref", + "ref": "app.bsky.label.defs#labelerPolicies" + }, "labels": { "type": "union", "refs": ["com.atproto.label.defs#selfLabels"]