From b341b10fabc4c65f009635e94bcff70da6a816c3 Mon Sep 17 00:00:00 2001 From: Jip Date: Mon, 24 Jul 2023 10:46:45 +0200 Subject: [PATCH] Fix product schema offers declaration description The described property cannot be a list, but has to be a reference to an offer (or aggregate offer as that is a derivative of an offer). See the Schema docs for the declaration: https://schema.org/Product The example also shows an object with an `@id` instead of a list. --- docs/features/schema/pieces/product.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/schema/pieces/product.md b/docs/features/schema/pieces/product.md index 86e80f26..29e0104c 100644 --- a/docs/features/schema/pieces/product.md +++ b/docs/features/schema/pieces/product.md @@ -27,7 +27,7 @@ If the node is not output, any entities which would otherwise have declared them ## Optional properties The following should be added whenever available and valid: -* `offers`: An array of references-by-ID to one or more `Offer` or `AggregateOffer` pieces. +* `offers`: A reference by ID to an `Offer` or `AggregateOffer` piece. * `brand`: A reference to an `Organization` piece, representing brand associated with the `Product`. * `seller`: A reference to an `Organization` piece which represents the `WebSite.` * `description`: A text description of the product.