区块链服务 BCS-发布可验证凭证的模板:响应示例

时间:2024-07-01 09:12:15

响应示例

状态码: 200

V CS chemaResponeParams

{
  "schemaIndex" : "string",
  "credentialSchema" : {
    "creator" : "string",
    "title" : "string",
    "identifier" : "string",
    "attributes" : [ {
      "name" : "name",
      "type" : "someType",
      "description" : "Identity number"
    } ],
    "version" : 0
  }
}

状态码: 500

失败响应

{
  "errorCode" : " BCS .5002035",
  "errorMsg" : "Schema Already Exist"
}
support.huaweicloud.com/devg-bcs/PublishCredentialSchema_0.html