This commit is contained in:
Basti 2017-06-05 14:28:58 +02:00
parent 6ff9fdf381
commit 32ec9f065b

View File

@ -29,17 +29,14 @@
"kind": { "kind": {
"type": "string", "type": "string",
"title": "Kind", "title": "Kind",
"items": { "description": "Type/category of contribution",
"description": "Type/category of contribution", "enum": [
"enum": [ "dev",
"dev", "design",
"design", "ops",
"ops", "docs",
"docs", "community"
"community" ]
]
},
"type": "array"
}, },
"description": { "description": {
"type": "string", "type": "string",