Skip navigation links

MicroProfile OpenAPI API v2.0

@Version(value="1.1") @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 v2.0

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