@servicenow/sdk - v4.7.0
    Preparing search index...

    Common input attribute properties (without data_type and truncate)

    interface InputAttributeCommon {
        $id: ExplicitKey;
        description?: string;
        mandatory?: boolean;
        name: string;
        testValues?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Now.ID['my_skill_user_query_input']
    
    description?: string

    Description of the input attribute

    mandatory?: boolean

    Whether the input is mandatory

    false
    
    name: string

    Attribute name - the internal name will be generated automatically IMPORTANT: Must not contain underscores (_) or special characters

    testValues?: string

    Test values for the attribute Used for testing and validation purposes