1 Star 0 Fork 0

CNCF/people

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
schema.json 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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"
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cncf/people.git
[email protected]:cncf/people.git
cncf
people
people
main

搜索帮助