Skip to content

Commit

Permalink
Update schema_org.thrift
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickobrien committed Mar 13, 2024
1 parent cd88f02 commit 796bfca
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 796bfca

Please sign in to comment.