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",