# CreateFeatureInput **Type:** GraphQL inputs **Description:** Input for creating a feature ## Fields - aggregationType (String): Select an Aggregation Type for the feature. Valid values: NONE, SUM, MAX. Example: "SUM" - autoDeploy (Boolean): Auto Deploy flag to indicate whether the feature should be deployed or not. If true, the feature will be automatically deployed after creation. - description (String): Describe the characteristics of this feature that make it unique. Maximum length: 2000 characters. Example: "This feature enables advanced reporting." - featureName (String): Name to uniquely identify the feature. Must contain only ASCII letters, numbers, or _ (underscore) with no whitespace. Maximum length: 64 characters. Example: "MyFeature" - featureOverrideParams (FeatureOverrideParamsInput): Optional override parameters for the feature. - borrowable (Boolean): Indicates whether the feature is borrowable. Example: true. - counted (String): Determines whether the feature is counted. Valid values: Yes, No, Do_Not_Override. Example: "Yes" - dupGroup (DupGroupInput): Duplication group details for the feature - notice (String): Notice string to override the default value. Maximum length: 255 characters. Example: "This is a notice." - reusable (String): Determines whether the feature is reusable. Valid values: Yes, No, Do_Not_Override. Example: "No" - serialNumber (String): Serial number to override the default value. Maximum length: 255 characters. Example: "SN123456" - vendorString (String): Vendor string to override the default value. Maximum length: 255 characters. Example: "Vendor123" - maxVersion (String): Specify maxVersion of the feature. Format: yyyy.MMdd, yyyy.MM.dd, or yyyy.MM . Example: "2023.10.15" - version (String): If a FIXED version format is selected, specify version of the feature. Must not contain whitespace characters. Maximum length: 64 characters. Example: "1.0" - versionFormat (String): Select a FIXED or DATEBASED version format. Valid values: FIXED, DATEBASED. Example: "FIXED"