# FeatureBundleFeatureInput **Type:** GraphQL inputs **Description:** Feature within a feature bundle ## Fields - 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" - quantity (Int): Quantity of the feature (minimum value is 1). Example: 1 - version (String): Version of the feature (for FIXED version format). Maximum length: 64 characters. Example: "1.0"