From f4d2a9fdb7f60020850b1a14bc93508dad5bb196 Mon Sep 17 00:00:00 2001 From: Nokome Bentley Date: Wed, 21 Aug 2019 17:16:35 +1200 Subject: [PATCH] fix(Product): Make `brand` prop consistent with Organization --- schema/Product.schema.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.