Home Operation Class
Operation Class
Cancel

Operation Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: Operation 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models an operation.

Properties

NameTypeSummary
CallbacksDictionary<string, Callback>Gets or sets the callbacks collection.
Deprecatedbool?Gets or sets whether the operation is deprecated.
DescriptionstringGets or sets the description.
ExtensionDataExtensionDataGets or set extension data.
ExternalDocsExternalDocumentationGets or sets external documentation.
OperationIdstringGets or sets the operation ID.
ParametersIReadOnlyList<Parameter>Gets or sets the parameters.
RequestBodyRequestBodyGets or sets the request body.
ResponsesResponseCollectionGets or sets the response collection.
SecurityIReadOnlyList<SecurityRequirement>Gets or sets the security requirements.
ServersIReadOnlyList<Server>Gets or sets the server collection.
SummarystringGets or sets the summary.
TagsIReadOnlyList<string>Gets or sets the tags.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.
Contents