Descriptor of an option that may be applied to a bundle when it is unlocked.
type BundleOption {# A description of the option.description: String # The identifier for the option.key: ID! # If specified, value must be one of the# values from this list.values: [String] }