RuntimeExpressionSourceType Enum
Namespace: Json.Schema.Api.OpenApi
Defines the different runtime expression sources.
Values
| Name | Summary |
|---|---|
| Unspecified | Indicates the expression source type is unknown. |
| Header | Indicates the expression source is the header. |
| Query | Indicates the expression source is the query string. |
| Path | Indicates the expression source is the path. |
| Body | Indicates the expression source is the body. |