Page Contents

Home > @loopback/openapi-v3 > oas

oas variable

Signature:

oas: {
    api: typeof api;
    operation: typeof operation;
    get: typeof get;
    post: typeof post;
    del: typeof del;
    patch: typeof patch;
    put: typeof put;
    param: typeof param;
    requestBody: typeof requestBody;
    deprecated: typeof deprecated;
    response: typeof response;
    tags: typeof tags;
    visibility: typeof visibility;
}