Skip to content

Commit

Permalink
Merge pull request #244 from guardian/change-shape-of-two-recipe-fields
Browse files Browse the repository at this point in the history
Tweak a couple of recipe fields to be arrays of strings instead of strings
  • Loading branch information
frederickobrien committed Mar 13, 2024
2 parents cd88f02 + 796bfca commit 7ec7c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/src/main/thrift/content/schema_org.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ struct SchemaRecipe {
14: optional string cookTime
15: optional string totalTime
16: optional AuthorInfo author
17: optional string suitableForDiet
18: optional string cookingMethod
17: optional list<string> suitableForDiet
18: optional list<string> cookingMethod
}

struct RecipeStep {
Expand Down

0 comments on commit 7ec7c8c

Please sign in to comment.