bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Type Alias JsonBodyInputSchema

    type JsonBodyInputSchema = {
        arrayField?: boolean;
        defaultValue?: string | number | boolean;
        headerField?: boolean;
        helper?: string;
        hideFromDetailsDisplay?: boolean;
        hyperlink?: { showAsGenericView?: boolean; url: string };
        key: string;
        label: string;
        options?: { label: string; value: string | number | boolean }[];
        required?: boolean;
        type: string;
    }
    Index

    Properties

    arrayField?: boolean
    defaultValue?: string | number | boolean
    headerField?: boolean
    helper?: string
    hideFromDetailsDisplay?: boolean

    Note only applicable for public parameters input schemas

    hyperlink?: { showAsGenericView?: boolean; url: string }
    key: string
    label: string
    options?: { label: string; value: string | number | boolean }[]
    required?: boolean
    type: string