From bebf4b6a9e4d8a66a56a14f9d3e85af34237b3f6 Mon Sep 17 00:00:00 2001 From: Rayulu <vrayulu@users.noreply.github.com> Date: Tue, 10 Aug 2021 23:54:56 +0530 Subject: [PATCH] Make "description" mandatory - temp change, to be reverted --- schemas/collection/1.0/schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/collection/1.0/schema.json b/schemas/collection/1.0/schema.json index a0619decc..6f2aa8bed 100644 --- a/schemas/collection/1.0/schema.json +++ b/schemas/collection/1.0/schema.json @@ -6,6 +6,7 @@ "required": [ "name", "status", + "description", "mimeType", "channel", "contentType", -- GitLab