【发布时间】:2019-06-03 21:33:43
【问题描述】:
下面是python执行生成的YAML
requestBody:
content:
application/json:
schema:
properties:
element_ids:
items:
type: string
type: array
element_type:
items:
enum:
- NC
- CELL
type: string
type: array
expires_in:
format: int32
type: integer
group_id:
type: string
required:
- element_ids
- element_type
- expires_in
- group_id
我以列表的形式提供了我的枚举值。
我在下面显示的 swagger(3.0.0) 中只看到 NC
【问题讨论】: