gpt4 book ai didi

collections - 如何在我的 YAML Swagger 定义中将属性类型定义为字符串列表(列表、集合、数组、集合)

转载 作者:行者123 更新时间:2023-12-03 15:25:54 28 4
gpt4 key购买 nike

我正在为 API 编写一个 swagger 定义文件。 API 是用于 GET 请求的

/path/to/my/api:
get:
summary: My Custom API
description: |
Gets a List of FooBar IDs
produces:
- application/json
tags:
- FooBar
responses:
"200":
description: successful operation
schema:
$ref: "#/definitions/MyCustomType"

...
MyCustomType:
type: object
properties:
myCustomObject
type: ??? # list of string?

最佳答案

关于collections - 如何在我的 YAML Swagger 定义中将属性类型定义为字符串列表(列表、集合、数组、集合),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38553582/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com