Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When creating an Open API OpenAPI 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 OpenAPI specifications. For such cases you can define dependencies between Open API OpenAPI 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 OpenAPI specification file is expected to be located in the same directory.

...