Home RuntimeExpressionSourceType Enum
RuntimeExpressionSourceType Enum
Cancel

RuntimeExpressionSourceType Enum

RuntimeExpressionSourceType Enum

Namespace: Json.Schema.Api.OpenApi

Defines the different runtime expression sources.

Values

NameSummary
UnspecifiedIndicates the expression source type is unknown.
HeaderIndicates the expression source is the header.
QueryIndicates the expression source is the query string.
PathIndicates the expression source is the path.
BodyIndicates the expression source is the body.
Contents