OpenApiPathLikeKind enumeration
Defines the kinds of OpenAPI path-like objects.
public enum OpenApiPathLikeKind
Values
| name | value | description |
|---|---|---|
| Path | 0 | A standard OpenAPI path. |
| Webhook | 1 | An OpenAPI webhook. |
| Callback | 2 | An OpenAPI callback. |
See Also
- namespace Kestrun.OpenApi
- OpenApiPathLikeKind.cs