From 4600a34405958d96875f80b1d1c94734c88b782e Mon Sep 17 00:00:00 2001 From: Rayulu <vrayulu@users.noreply.github.com> Date: Tue, 10 Aug 2021 22:30:35 +0530 Subject: [PATCH] Make "description" attribute as 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