From 32ec9f065b0a7c34013c996b9df49331fdecbe5c Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Mon, 5 Jun 2017 14:28:58 +0200 Subject: [PATCH] Fix type --- schemas/contribution.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/schemas/contribution.json b/schemas/contribution.json index d9294ec..fd96f52 100644 --- a/schemas/contribution.json +++ b/schemas/contribution.json @@ -29,17 +29,14 @@ "kind": { "type": "string", "title": "Kind", - "items": { - "description": "Type/category of contribution", - "enum": [ - "dev", - "design", - "ops", - "docs", - "community" - ] - }, - "type": "array" + "description": "Type/category of contribution", + "enum": [ + "dev", + "design", + "ops", + "docs", + "community" + ] }, "description": { "type": "string",