From 342d4f7fde6f12cbfc9cc2f438936d099548ee3e Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 3 Jul 2021 03:00:45 +0200 Subject: [PATCH] Add blocks to archive json schema --- lib/schemas/archive-format.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/schemas/archive-format.json b/lib/schemas/archive-format.json index 77ef84fb2..9d839c5ac 100644 --- a/lib/schemas/archive-format.json +++ b/lib/schemas/archive-format.json @@ -20,7 +20,12 @@ ] }, "strip_exif": { "type": "boolean" }, - + "blocks": { + "type": "array", + "items" : { + "type": "string" + } + }, "profile": { "$ref": "https://diaspora.github.io/diaspora_federation/schemas/federation_entities.json#/definitions/profile" },