Stereotype «OpenAPIServer»
When defining an OpenAPI specification it is also possible to define the servers on which the API is available. For each server a component with stereotype «OpenAPIServer»
needs to be defined.
Stereotype | «OpenAPIServer» |
|
---|---|---|
Applicable Elements | Component |
|
Tagged Values | ||
Name | Type | Description |
url |
String |
URL under which the server is available. |
order |
int |
Attribute can be used to define a stable order within the defined OpenAPI server instances within a specification file. |
Generated by JEAF Generator