Skip navigation links

MicroProfile OpenAPI API v3.1

@Version(value="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.

See: Description

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

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")))
 
Skip navigation links

MicroProfile OpenAPI API v3.1

Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.