@typia/website
    Preparing search index...
    interface IBodyParameter {
        description?: string;
        in: string;
        name: string;
        required?: boolean;
        schema: SwaggerV2.IJsonSchema;
    }
    Index

    Properties

    description?: string
    in: string
    name: string
    required?: boolean