From b38bead89d4b1cf1ea79571d03806a4b8fbaec86 Mon Sep 17 00:00:00 2001 From: Benjamin Wingfield <bwingfield@ebi.ac.uk> Date: Tue, 4 Jul 2023 14:39:15 +0100 Subject: [PATCH] fix comma --- data/schemas/api.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/schemas/api.json b/data/schemas/api.json index cdec395..c5c94b1 100644 --- a/data/schemas/api.json +++ b/data/schemas/api.json @@ -55,7 +55,7 @@ }, "required": ["filename", "file_size"] } - }, + } }, "required": [ "dir_path_on_guest_collection", -- GitLab