@Version("1.0")

Package org.eclipse.microprofile.openapi.annotations.media

A set of annotations to represent input and output data type, media type and relevant examples.

Example usage:

 content = @Content(
      examples = @ExampleObject(
          name = "example",
          value = "1")))