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.
Controls which operation is called within a controller.
Allowed in:
- Operation Object - If
operationId
andx-exegesis-operationId
are both specified, thenx-exegesis-operationId
takes 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.