在我的请求模型中,我有一个字段,如 @Schema(description = "blahblah", example = "19680228", type = "Date当我转到并将我的.yaml文件粘贴到它中时,我希望它会取起example,并在端点的示例部分和模型模式中显示birthDate为19680228。否则,当我到达
我在我的yaml文件中定义了missingRatio变量,如下所示。Openapi版本是"3.0.0"missingRatio: format: float maximum: 0.3default: 0.2 description: "Ratio of data to remove for validation"
但不幸