Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Stereotype «OpenAPI3Specification» can be used to mark a component as Open API 3 specification. This element represents the specification document that will be generated by JEAF Generator.

Stereotype

OpenAPI3Specification

Applicable Elements

Component

Tagged Values

Name

Type

Description

 resourceName

String

Name of the file that will be generated as Open API specification file. By default it will be named as openapi.yml.

openAPIVersion

String

Open API version on which the specification is based. Default value is 3.0.0.

apiVersion

String

Version of the API that is represented by this Open API specification. We strongly recommend to version you API according to the rules of Semantic Versioning.

contactName

String

Name of the team or person that will be mentioned in your Open API specification as contact.

contactURL

String

URL of the contact for your Open API specification.

contactEmail

String

Email of the contact that is mentioned in your Open API specification.

licenseName

String

Name of the license under which your Open API specification is published e.g. Apache 2.0.

licenseURL

String

URL under which the used license is available.

For further information please refer to:

  • No labels