代码拉取完成,页面将自动刷新
{
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {"type": "string"},
"bio": {"type": "string"},
"company": {"type": "string"},
"pronouns": {"type": "string"},
"linkedin": {"anyOf": [ { "maxLength": 0 }, {"type": "string", "format": "uri", "default": "null"} ] },
"twitter": {"anyOf": [ { "maxLength": 0 }, {"type": "string", "format": "uri", "default": "null"} ] },
"github": {"anyOf": [ { "maxLength": 0 }, {"type": "string", "format": "uri", "default": "null"} ] },
"bluesky": {"anyOf": [ { "maxLength": 0 }, {"type": "string", "format": "uri", "default": "null"} ] },
"wechat": {"type": "string"},
"website": {"anyOf": [ { "maxLength": 0 }, {"type": "string", "format": "uri", "default": "null"} ] },
"location": {"type": "string"},
"youtube": {"anyOf": [ { "maxLength": 0 }, {"type": "string", "format": "uri", "default": "null"} ] },
"priority": {"anyOf": [ { "maxLength": 0 }, { "type": "number" } ] },
"image": {"type": "string"},
"email": {"type": "string", "pattern": "^[^\\s@]+\\![^\\s@]+\\.[^\\s@]+$"},
"slack_id": {"type": "string"},
"category": {
"type": "array",
"items": {
"type": "string",
"enum": [
"Ambassadors",
"Staff",
"Governing Board",
"Marketing Committee",
"End User TAB",
"Technical Oversight Committee",
"Kubestronaut"
]
}
},
"maintainer": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。