show core team status in user profile

This commit is contained in:
Ivan Sebastian
2016-10-28 15:18:18 +07:00
parent 9d5f554f5e
commit a455ec0dc1
2 changed files with 13 additions and 0 deletions

View File

@ -206,6 +206,15 @@
"type": "string",
"description": "An IETF language tag",
"default": "en"
},
"badges": {
"type": {
"coreTeam": {
"type": "array",
"default": []
}
},
"default": {}
}
},
"validations": [],