Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions models/src/main/thrift/content/v1.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,8 @@ struct ProductElementFields {
9: optional ProductImage image;

10: optional list<BlockElement> content;

11: optional string id;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest a more granular name could be useful here. productId if that's appropriate, or productElementId if that's more accurate.

}

struct BlockElement {
Expand Down
Loading