diff --git a/schema/Product.schema.yaml b/schema/Product.schema.yaml index b5b67866..a860e20b 100644 --- a/schema/Product.schema.yaml +++ b/schema/Product.schema.yaml @@ -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.