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


@Version("1.2") @ProviderType 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")))