gpt4 book ai didi

json - 如何为 json 请求对象指定可选元素

转载 作者:行者123 更新时间:2023-12-04 12:08:11 26 4
gpt4 key购买 nike

在 API 蓝图中,我希望为 POST 消息指定一个可选的 json 元素。
例如;

    ### Add a new User [POST]
To add a User send a JSON .....

+ Request (application/json)

{
"name": "A name",
"age": 30
}

我如何向 API 的读者表明年龄在 API 调用中是可选的,但仍然显示它是一个整数?

~科林

最佳答案

我推荐像这样的文档字段表。

### Source Fields

| field | required | type | example | description |
|------------|:-:|-------------|----------------------------------------|-------------|
| name | * | string | `average-lead-time-frontend` | Unique name for machines, used as reference key and for url usage. |
| title | * | string | `Average Lead Time Frontend` | Title for humans. |
| sourcetype | * | string | `team-avgLeadTime` | Source type identificator. |
| groups | | list | `["engagement-analytics", "builder"]` | List of groups where entity is member. |
| options | | object | `{ "team": 21926 }` | Addition options for sourcetype. |
| data | | list | `[70.3, 31.8]` | Actual data held by Source. |

生成的字段表: http://i.stack.imgur.com/cxocx.png
enter image description here

关于json - 如何为 json 请求对象指定可选元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22734103/

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