type: specs.openrewrite.org/v1beta/recipe
name: com.yourorg.RecipeA # A fully qualified, unique name for this recipe
displayName: Recipe A # A human-readable name for this recipe
description: Applies Recipe B # A human-readable description for this recipe
recipeList: # the list of recipes which comprise this recipe
- com.yourorg.RecipeB: # A fully qualified name for a recipe defined elsewhere
exampleConfig: foo # A configurable parameter of RecipeB