Optional Elements
| Modifier and Type |
Optional Element |
Description |
boolean |
withBodyParametersDescriptionTable |
Returns true if the RxMicro framework must generates a description table for HTTP body parameters.
|
boolean |
withExamples |
Returns true if the RxMicro framework must generates examples of HTTP requests and responses.
|
boolean |
withHeadersDescriptionTable |
Returns true if the RxMicro framework must generates a description table for HTTP headers.
|
boolean |
withInternalErrorResponse |
Returns true if the RxMicro framework must generates a documentation for internal error response.
|
boolean |
withJsonSchema |
Returns true if the RxMicro framework must generates a JSON schema for HTTP requests and responses.
|
boolean |
withPathVariablesDescriptionTable |
Returns true if the RxMicro framework must generates a description table for path variables.
|
boolean |
withQueryParametersDescriptionTable |
Returns true if the RxMicro framework must generates a description table for HTTP query parameters.
|
boolean |
withReadMore |
Returns true if the RxMicro framework must generates read more links to external resources.
|
boolean |
withRequestIdResponseHeader |
Returns true if the RxMicro framework must generates standard Request-Id HTTP header.
|
boolean |
withStandardDescriptions |
Returns true if the RxMicro framework must generates a standard description for HTTP headers, parameters and path variables.
|
boolean |
withValidationResponse |
Returns true if the RxMicro framework must generates a documentation for validation response.
|