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

    Common output attribute properties (without data_type and truncate)

    interface OutputAttributeBase {
        $id: ExplicitKey;
        dataType: AttributeDataType;
        description?: string;
        name: string;
    }
    Index

    Properties

    Now.ID['my_skill_travel_response_output']
    

    Data type for the output attribute

    description?: string

    Description of the output attribute

    name: string

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