From e12736ffe8af60e4fd7361df37eabb128ebe768c Mon Sep 17 00:00:00 2001 From: Senya Date: Sun, 28 Apr 2019 12:53:39 +0300 Subject: [PATCH] Entities JSON schema: width & height are optional --- lib/diaspora_federation/schemas/federation_entities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/diaspora_federation/schemas/federation_entities.json b/lib/diaspora_federation/schemas/federation_entities.json index ec31baf..f951c9b 100644 --- a/lib/diaspora_federation/schemas/federation_entities.json +++ b/lib/diaspora_federation/schemas/federation_entities.json @@ -288,7 +288,7 @@ "height": {"type": "number"} }, "required": [ - "author", "guid", "public", "created_at", "remote_photo_path", "remote_photo_name", "width", "height" + "author", "guid", "public", "created_at", "remote_photo_path", "remote_photo_name" ] } }