Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对如何在 JSON 文档(使用 Swagger)中指示 OR 有疑问。
我不想发表评论,表明但想知道展示这一点的典型方式是什么?
假设我有以下内容:方法类型:PATCH
{ Object1:{...}, Object2:{...} }
向 API 调用者显示其中一个字段是必需的,但同时输入这两个字段是可选的,有什么好方法?本质上是 XOR 或 OR