OpenApiComponentSet class
Set of discovered OpenAPI component types.
public sealed class OpenApiComponentSet
Public Members
| name | description |
|---|---|
| OpenApiComponentSet() | The default constructor. |
| CallbackTypes { get; set; } | Callback types available for reuse in the specification. |
| ExampleTypes { get; set; } | Example types available for reuse in the specification. |
| HeaderTypes { get; set; } | Header types available for reuse in the specification. |
| LinkTypes { get; set; } | Link types available for reuse in the specification. |
| ParameterTypes { get; set; } | Parameter types available for reuse in the specification. |
| PathItemTypes { get; set; } | Path item types available for reuse in the specification. |
| RequestBodyTypes { get; set; } | Request body types available for reuse in the specification. |
| ResponseTypes { get; set; } | Response types available for reuse in the specification. |
| SchemaTypes { get; set; } | Schema types available for reuse in the specification. |
| SecuritySchemeTypes { get; set; } | Security scheme types available for reuse in the specification. |
See Also
- namespace Kestrun.OpenApi
- OpenApiComponentSet.cs