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 »

When creating an Open API specification there might come up situations where you rather want to publish multiple smaller specification artifacts then one larger one. JEAF Generator supports such modularization as it supports to define dependencies between Open API specifications. For such cases you can define dependencies between Open API specifications in the UML model. These dependencies need to be marked with using stereotype «OpenAPISpecReference».

Stereotype

OpenAPISpecReference

Applicable Elements

Dependency

Tagged Values

Name

Type

Description

 location

String

Optional location where the dependent specification is available. If the location is not defined then the referenced Open API specification file is expected to be located in the same directory.

For further information please refer to:

  • No labels