fix badge schema

This commit is contained in:
srgooglo 2022-09-08 16:50:54 +02:00
parent 83dc6bb2f0
commit f11f30a7dc

View File

@ -1,7 +1,7 @@
export default {
name: { type: String, required: true },
color: { type: String },
description: { type: String },
label: { type: String },
description: { type: String },
icon: { type: String },
color: { type: String },
}