Hi, I am using Java CXF for OpenAPI support in my Java REST Service. All my annotations use OpenAPI V3 annotations. In one of my service, I need to provide a formatted JSONObject as an example instead of defining a JSON string in the @Schema object ? I see lot of examples with Swagger where they show the example as valid JSONObject, but not sure how they would do that with constants.
Can somehow help me with how that could be achieved ? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
