Skip to content

Commit 0a544ec

Browse files
authored
Update ambassadors-schema to add community as type of contribution (#791)
1 parent f2b66fb commit 0a544ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/ambassadors/ambassadors-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"properties": {
5757
"type": {
5858
"type": "string",
59-
"enum": ["article", "talk", "adopter", "case study", "video", "other", "book", "paper", "initiative", "project", "working group"],
59+
"enum": ["article", "talk", "adopter", "case study", "video", "other", "book", "paper", "initiative", "project", "working group", "community"],
6060
"description": "Type of the contribution"
6161
},
6262
"title": {

0 commit comments

Comments
 (0)