Product
Any offered product or service. For example, a pair of shoes; a haircut; or an episode of a TV show streamed online.
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
type (required) | schema:type | enum{ Product } |
The name of the type. | Entity |
alternateNames | schema:alternateName | array[ string ] |
Alternate names (aliases) for the item. | Thing |
brands | schema:brand | array[ Brand ] |
Brands that the product is labelled with. | Product |
description | schema:description | array[ BlockContent ] | array[ InlineContent ] | string |
A description of the item. | Thing |
id | schema:id | string |
The identifier for this item. | Entity |
identifiers | schema:identifier | array[ PropertyValue | string ] |
Any kind of identifier for any kind of Thing. | Thing |
images | schema:image | array[ ImageObject | string:uri ] |
Images of the item. | Thing |
logo | schema:logo | string:uri | ImageObject |
The logo of the product. | Product |
meta | stencila:meta | object |
Metadata associated with this item. | Entity |
name | schema:name | string |
The name of the item. | Thing |
productID | schema:productID | string |
Product identification code. | Product |
url | schema:url | string:uri |
The URL of the item. | Thing |
Parent: Thing
Descendants: None
As: JSON-LD JSON-Schema
Note: This documentation was
autogenerated from Product.schema.yaml
. Please
help improve these docs (and show how we humans 💁 can do better than bots 🤖!) by creating a Markdown documentation
file🙏