UML Modeling Guide

Stereotype «OpenAPITag»

Stereotype «OpenAPITag»

OpenAPI supports to group REST resource by tags. Using stereotype «OpenAPITag» you can define such tags.

To actually tag a resource you need to define a dependency from the tag to operation representing the REST resource / operation


Stereotype «OpenAPITag»  
Applicable Elements Component  
Tagged Values    
Name Type Description
externalDocsURL String Tagged value can be used to define the link of an external URL with further docs.
order int Optional tagged value can be used to order tags.


Generated by JEAF Generator