@suluk/core - v0.1.13
    Preparing search index...

    Interface Response

    Named in its containing map. Precedence: request > pathResponses > apiResponses (C012 #17b).

    interface Response {
        status: string | number;
        contentType?: string | string[];
        contentSchema?: SchemaOrRef;
        description?: string;
    }
    Index

    Properties

    status: string | number

    HTTP status ("200"/200), a wildcard ("5XX"), or "default".

    contentType?: string | string[]
    contentSchema?: SchemaOrRef
    description?: string