Home OpenApiFragmentParameter Class
OpenApiFragmentParameter Class
Cancel

OpenApiFragmentParameter Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: OpenApiFragmentParameter 🡒 object

A parameter within an Json.Schema.Api.OpenApi.OpenApiFragmentOperation.

Properties

NameTypeSummary
DescriptionstringGets or sets the description.
LocationstringGets or sets where the parameter is carried: path, query, or header.
NamestringGets or sets the parameter name.
RequiredboolGets or sets whether the parameter is required.
TypeTypeGets or sets the parameter type.
Contents