@novice1/api-doc-generator - v1.0.0
    Preparing search index...
    interface OpenAPIHelperInterface {
        allowsEmptyValue(): boolean;
        getAdditionalProperties(): undefined | AdditionalProperties;
        getAlternatives(): OpenAPIHelperInterface[];
        getChildren(): Record<string, OpenAPIHelperInterface>;
        getDefaultValue(): unknown;
        getDescription(): string;
        getDiscriminator(): undefined | DiscriminatorObject;
        getEncoding(): undefined | Record<string, EncodingObject>;
        getEnum(): unknown[];
        getExamples(): undefined | Record<string, ReferenceObject | ExampleObject>;
        getExampleValue(): unknown;
        getFirstItem(): undefined | OpenAPIHelperInterface;
        getMax(): undefined | number;
        getMin(): undefined | number;
        getRef(): undefined | string;
        getStyle(): undefined | string;
        getType(): string;
        getUnit(): string;
        getXml(): undefined | XMLObject;
        hasAdditionalProperties(): boolean;
        hasDefaultValue(): boolean;
        hasDiscriminator(): boolean;
        hasEncoding(): boolean;
        hasExamples(): boolean;
        hasExampleValue(): boolean;
        hasMax(): boolean;
        hasMin(): boolean;
        hasRef(): boolean;
        hasStyle(): boolean;
        hasXml(): boolean;
        isDeprecated(): boolean;
        isRequired(): boolean;
        isUnique(): boolean;
        isValid(): boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods