Skip to main content

OpenApiInfo

Assembly: ServiceStack.Api.OpenApi.dll
View Source
Declaration
[DataContract]
public class OpenApiInfo

Properties

Title

View Source
Declaration
[DataMember(Name = "title")]
public string Title { get; set; }

Description

View Source
Declaration
[DataMember(Name = "description")]
public string Description { get; set; }

TermsOfServiceUrl

View Source
Declaration
[DataMember(Name = "termsOfServiceUrl")]
public string TermsOfServiceUrl { get; set; }

Contact

View Source
Declaration
[DataMember(Name = "contact")]
public OpenApiContact Contact { get; set; }

License

View Source
Declaration
[DataMember(Name = "license")]
public OpenApiLicense License { get; set; }

Version

View Source
Declaration
[DataMember(Name = "version")]
public string Version { get; set; }