Hierarchy

  • ResponseObject

Properties

content?: {
    [media: string]: OpenAPIV3.MediaTypeObject;
}

Type declaration

description: string
headers?: {
    [header: string]: OpenAPIV3.ReferenceObject | OpenAPIV3.HeaderObject;
}

Type declaration

links?: {
    [link: string]: OpenAPIV3.ReferenceObject | OpenAPIV3.LinkObject;
}

Type declaration

Generated using TypeDoc