schema/release-manifest-v1 in inqlude-0.7.4 vs schema/release-manifest-v1 in inqlude-0.8.0
- old
+ new
@@ -14,9 +14,16 @@
"type": "string"
},
"summary": {
"type": "string"
},
+ "topics": {
+ "type": "array",
+ "items": {
+ "type": "string"
+ },
+ "minItems": 1
+ },
"urls": {
"type": "object",
"properties": {
"homepage": {
"type": "string"