Home ComponentCollection Class
ComponentCollection Class
Cancel

ComponentCollection Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: ComponentCollection 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models the components collection.

Properties

NameTypeSummary
CallbacksDictionary<string, Callback>Gets or sets the callback components.
ExamplesDictionary<string, Example>Gets or sets the example components.
ExtensionDataExtensionDataGets or set extension data.
HeadersDictionary<string, Header>Gets or sets the header components.
LinksDictionary<string, Link>Gets or sets the link components.
ParametersDictionary<string, Parameter>Gets or sets the parameter components.
PathItemsDictionary<string, PathItem>Gets or sets the path item components.
RequestBodiesDictionary<string, RequestBody>Gets or sets the request body components.
ResponsesDictionary<string, Response>Gets or sets the response components.
SchemasDictionary<string, JsonSchema>Gets or sets the schema components.
SecuritySchemesDictionary<string, SecurityScheme>Gets or sets the security scheme components.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.
Contents