Home OpenApiFragmentOperation Class
OpenApiFragmentOperation Class
Cancel

OpenApiFragmentOperation Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: OpenApiFragmentOperation 🡒 object

One operation within an Json.Schema.Api.OpenApi.OpenApiFragment.

Properties

NameTypeSummary
DescriptionstringGets or sets the description.
MethodstringGets or sets the HTTP method, lower-case.
OperationIdstringGets or sets the operation ID.
ParametersIReadOnlyList<OpenApiFragmentParameter>Gets or sets the parameters.
RequestBodyDescriptionstringGets or sets the request body description.
RequestBodyIsValidatedboolGets or sets whether the request body is validated, and therefore whether the validation failure response applies.
RequestBodyTypeTypeGets or sets the request body type, when the operation has one.
ResponsesIReadOnlyList<OpenApiFragmentResponse>Gets or sets the responses.
RoutestringGets or sets the route template.
SummarystringGets or sets the summary.
TagsIReadOnlyList<string>Gets or sets the tags.
Contents