microprofile openapi是否与swagger中的AllowableValue同义?

microprofile openapi是否与swagger中的AllowableValue同义?,swagger,openapi,microprofile,Swagger,Openapi,Microprofile,我正在开发一个Java应用程序。对于io.swagger.v3,我们可以使用@parameter(description=“Level of detail in result”,schema=@io.swagger.v3.oas.annotations.media.schema(allowableValues={“low”、“high”、“debug”}))列出所有可接受的参数值,因此只允许使用“low”、“high”、“debug”。现在我被要求使用org.eclipse.microfile.

我正在开发一个Java应用程序。对于io.swagger.v3,我们可以使用
@parameter(description=“Level of detail in result”,schema=@io.swagger.v3.oas.annotations.media.schema(allowableValues={“low”、“high”、“debug”}))
列出所有可接受的参数值,因此只允许使用“low”、“high”、“debug”。现在我被要求使用org.eclipse.microfile.openapi而不是招摇过市。但是,我找不到如何使用oepnapi实现这一点。有人能帮我吗