小编xav*_*ier的帖子

远程枚举的 JSON 架构语法

我想知道使用来自 Web 服务的远程数据描述枚举的正确方法是什么

{
  "type": "object",
  "properties": {
    "person": {
     "title": "Gender",
     "type": "string",
     "enum": REMOTE DATA
   }
  }
}
Run Code Online (Sandbox Code Playgroud)

谢谢你帮助泽维尔

enums json jsonschema

5
推荐指数
1
解决办法
1726
查看次数

标签 统计

enums ×1

json ×1

jsonschema ×1