swagger-typescript-api
    Preparing search index...

    Interface ParsedSchema<C>

    interface ParsedSchema<C> {
        $parsedSchema: boolean;
        allFieldsAreOptional?: boolean;
        content: C;
        description?: string;
        isExtractedRequestBody?: boolean;
        isExtractedRequestParams?: boolean;
        isExtractedResponseBody?: boolean;
        isExtractedResponseError?: boolean;
        name: string;
        schemaType: string;
        type: string;
        typeIdentifier: string;
    }

    Type Parameters

    • C
    Index

    Properties

    $parsedSchema: boolean
    allFieldsAreOptional?: boolean
    content: C
    description?: string
    isExtractedRequestBody?: boolean
    isExtractedRequestParams?: boolean
    isExtractedResponseBody?: boolean
    isExtractedResponseError?: boolean
    name: string
    schemaType: string
    type: string
    typeIdentifier: string