Skip to main content

OpenApiResponse

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

Properties

Description

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

Schema

View Source
Declaration
[DataMember(Name = "schema")]
public OpenApiSchema Schema { get; set; }

Headers

View Source
Declaration
[DataMember(Name = "headers")]
public Dictionary<string, OpenApiProperty> Headers { get; set; }

Examples

View Source
Declaration
[DataMember(Name = "examples")]
public Dictionary<string, string> Examples { get; set; }