C# Class Swagger.ObjectModel.Model

A Model Object holds the definition of a new model for this API Declaration.
Models in Swagger allow for inheritance. The inheritance is controlled by two fields - SubTypes to give the name of the models extending this definition, and Discriminator to support polymorphism.
Inheritance: SwaggerModel
Exibir arquivo Open project: khellang/Nancy.Swagger Class Usage Examples

Private Properties

Property Type Description