1 Star 0 Fork 0

WeBankOpenSource/WeIdentity-Sample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
JsonSchema2.json 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
{
"$id": "certs/v1.0",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "StudentCert",
"type": "object",
"required": [ "did", "fullname", "cert", "issuers"],
"properties": {
"did": {"type": "string"},
"weid": {"type": "string"},
"fullname": {
"type": "object",
"properties": {
"cn": {"type": "string"},
"en": {"type": "string"}
}
},
"cert":{
"type": "object",
"required": ["code", "title", "category", "issueDate"],
"properties": {
"code": {"type": "string"},
"title": {
"type": "object",
"properties": {
"cn": {"type": "string"},
"en": {"type": "string"}
}
},
"category": {
"type": "object",
"properties": {
"cn": {"type": "string"},
"en": {"type": "string"}
}
},
"totalDuration": {
"type": "number"
},
"issueDate": {
"type": "string",
"format": "date-time"
},
"validBefore": {
"type": "string",
"format": "date-time"
},
"permanent": {"type": "boolean"}
}
},
"issuers": {
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"properties": {
"name": {
"type": "object",
"properties": {
"cn": {"type": "string"},
"en": {"type": "string"}
}
}
}
}
},
"courses": {
"type": "array",
"items": {
"type": "object",
"properties": {
"code": {"type": "string"},
"title": {
"type": "object",
"properties": {
"cn": {"type": "string"},
"en": {"type": "string"}
}
},
"startDate": {
"type": "string",
"format": "date"
},
"endDate": {
"type": "string",
"format": "date"
},
"duration": {"type": "number"},
"grade": {"type": "string"},
"score": {"type": "string"},
"language": {"type": "string"}
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/WeBankOS/WeIdentity-Sample.git
git@gitee.com:WeBankOS/WeIdentity-Sample.git
WeBankOS
WeIdentity-Sample
WeIdentity-Sample
master

搜索帮助

371d5123 14472233 46e8bd33 14472233