Skip to content

Commit 554fce6

Browse files
authored
Update 0006-recipe-marketplace-csv-format.md
1 parent 7bc928a commit 554fce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/adr/0006-recipe-marketplace-csv-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ We will use a CSV format for recipe marketplace data with the following structur
3030

3131
### Optional Recipe Metadata Columns
3232

33-
- **`displayName`**: Human-readable recipe display name (defaults to `name` if not specified)
34-
- **`description`**: Recipe description (defaults to empty string if not specified)
33+
- **`displayName`**: Human-readable recipe display name
34+
- **`description`**: Recipe description
3535
- **`estimatedEffortPerOccurrence`**: ISO-8601 duration format (e.g., PT5M, PT1H)
3636
- **`category1, category2, ..., categoryN`**: Zero or more category columns, read **left to right** with **left representing the deepest level category**
3737
- **`option1Name, option1DisplayName, option1Description`**: First recipe option

0 commit comments

Comments
 (0)