Controllers
August 18, 2020 ยท View on GitHub
x-exegesis-controller
Controls which module defines the controller for an operation.
x-exegesis-controller may contains "/"s if controllers are organized in a
hierarchy.
Allowed in:
- OpenAPI Object
- Paths Object
- Path Item Object
- Operation Object
- Media Type Object within the Operation Object's
requestBody.content[string].
Definitions at lower levels override definitions at higher levels.
x-exegesis-operationId
Controls which operation is called within a controller.
Allowed in:
- Operation Object - If
operationIdandx-exegesis-operationIdare both specified, thenx-exegesis-operationIdtakes precedence. - Media Type Object within the Operation Object's
requestBody.content[string].
Definitions at lower levels override definitions at higher levels. Definitions in Operation or Media Type Object also override operationId in the Operation Object.