Skip to content

Commit

Permalink
fix(Product): Make brand prop consistent with Organization
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Aug 21, 2019
1 parent d5e0f87 commit f4d2a9f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions schema/Product.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ description: |
Any offered product or service. For example, a pair of shoes;
a haircut; or an episode of a TV show streamed online.
properties:
brand:
brands:
'@id': schema:brand
description: Brand that the product is labelled with.
allOf:
- $ref: Brand
description: Brands that the product is labelled with.
type: array
items:
$ref: Brand
logo:
'@id': schema:logo
description: The logo of the product.
Expand Down

0 comments on commit f4d2a9f

Please sign in to comment.