Namespace: Json.Schema.Api.OpenApi
Inheritance: OpenApiFragmentParameter 🡒 object
A parameter within an Json.Schema.Api.OpenApi.OpenApiFragmentOperation.
Properties
| Name | Type | Summary |
|---|---|---|
| Description | string | Gets or sets the description. |
| Location | string | Gets or sets where the parameter is carried: path, query, or header. |
| Name | string | Gets or sets the parameter name. |
| Required | bool | Gets or sets whether the parameter is required. |
| Type | Type | Gets or sets the parameter type. |