ref属性是否具有更高的优先级并忽略其他字段?

时间:2019-07-31 14:05:56

标签: php annotations swagger openapi

我正在尝试以这种方式在Swagger版本3中设置响应及其内容:

 *@OA\Response(
 *   ref="#/components/responses/SomeSuccessApiResponse",
 *   response="200",
 *   @OA\JsonContent(ref="#/components/schemas/EntityIWant")
 * )

在生成的方案中,content属性被强调为不正确,并且在此处不允许这样做。

由于this documentation中的最后一点,请参见$ref and Sibling Elements,看来ref肯定会覆盖所有内容,对吗?

0 个答案:

没有答案