C# (CSharp) Swagger.ObjectModel Namespace

Nested Namespaces

Swagger.ObjectModel.Builders
Swagger.ObjectModel.Tests

Сlasses

Name Description
BodyParameter The body parameter.
Contact The contact.
DataType Base class for Swagger data types.
ExternalDocumentation The external documentation.
ExternalDocumentationBuilder The external documentation builder.
Header The header.
Info The Info object provides metadata about the API. The metadata can be used by the clients if needed, and can be presented in the Swagger-UI for convenience.
License The license.
Model A Model Object holds the definition of a new model for this API Declaration.
ModelProperty A Property Object holds the definition of a new property for a model.
OAuth2Scope Describes an OAuth2 authorization scope.
Operation
Parameter The Parameter Object describes a single parameter to be sent in an operation and maps to the parameters field in the Operation Object.
PathItem The path item.
Response Describes a single response from an API Operation.
Schema The schema.
SecurityScheme The security scheme.
SwaggerModel
SwaggerModel.SwaggerSerializerStrategy
SwaggerRoot The swagger root.
Tag The tag.
Utilities