Bloomreach · JSON-LD Context
Bloomreach Context
JSON-LD context defining the semantic vocabulary for Bloomreach from Bloomreach.
6 Classes
59 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
br:
https://documentation.bloomreach.com/vocab#
xsd:
http://www.w3.org/2001/XMLSchema#
Classes
BloomreachProduct
BloomreachVariant
BloomreachSearchResponse
BloomreachCatalog
BloomreachWidget
BloomreachJob
Properties
| Property | Type | Container |
|---|---|---|
| pid | string | |
| item_id | string | |
| variant_id | string | |
| skuid | string | |
| title | string | |
| description | string | |
| brand | string | |
| price | decimal | |
| sale_price | decimal | |
| url | reference | |
| thumb_image | reference | |
| sku_color | string | |
| sku_size | string | |
| sku_price | decimal | |
| sku_sale_price | decimal | |
| sku_thumb_images | reference | list |
| sku_swatch_images | reference | list |
| variants | reference | set |
| views | index | |
| attributes | ||
| category_id | list | |
| category_paths | list | |
| tags | list | |
| numFound | integer | |
| start | integer | |
| docs | list | |
| facet_counts | ||
| facets | list | |
| facet_fields | ||
| facet_ranges | ||
| stats | ||
| stats_fields | ||
| metadata | ||
| widget_id | string | |
| widget_type | string | |
| rid | string | |
| account_id | string | |
| domain_key | string | |
| catalog_name | string | |
| account_name | string | |
| environment_name | string | |
| job_id | string | |
| job_type | string | |
| job_status | string | |
| workspace_id | string | |
| import_id | string | |
| project_token | string | |
| customer_id | string | |
| event_type | string | |
| channel_id | string | |
| document_type | string | |
| suggestionGroups | list | |
| querySuggestions | list | |
| searchSuggestions | list | |
| attributeSuggestions | list | |
| queryContext | ||
| originalQuery | string | |
| displayText | string | |
| numResults | integer |
JSON-LD Document
{
"@context": {
"@version": 1.1,
"schema": "https://schema.org/",
"br": "https://documentation.bloomreach.com/vocab#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"BloomreachProduct": "br:Product",
"BloomreachVariant": "br:Variant",
"BloomreachSearchResponse": "br:SearchResponse",
"BloomreachCatalog": "br:Catalog",
"BloomreachWidget": "br:Widget",
"BloomreachJob": "br:Job",
"pid": { "@id": "br:productId", "@type": "xsd:string" },
"item_id": { "@id": "br:itemId", "@type": "xsd:string" },
"variant_id": { "@id": "br:variantId", "@type": "xsd:string" },
"skuid": { "@id": "br:skuId", "@type": "xsd:string" },
"title": { "@id": "schema:name", "@type": "xsd:string" },
"description": { "@id": "schema:description", "@type": "xsd:string" },
"brand": { "@id": "schema:brand", "@type": "xsd:string" },
"price": { "@id": "schema:price", "@type": "xsd:decimal" },
"sale_price": { "@id": "br:salePrice", "@type": "xsd:decimal" },
"url": { "@id": "schema:url", "@type": "@id" },
"thumb_image": { "@id": "schema:image", "@type": "@id" },
"sku_color": { "@id": "schema:color", "@type": "xsd:string" },
"sku_size": { "@id": "schema:size", "@type": "xsd:string" },
"sku_price": { "@id": "br:skuPrice", "@type": "xsd:decimal" },
"sku_sale_price": { "@id": "br:skuSalePrice", "@type": "xsd:decimal" },
"sku_thumb_images": { "@id": "br:skuThumbnailImages", "@type": "@id", "@container": "@list" },
"sku_swatch_images": { "@id": "br:skuSwatchImages", "@type": "@id", "@container": "@list" },
"variants": { "@id": "br:hasVariant", "@type": "@id", "@container": "@set" },
"views": { "@id": "br:hasView", "@container": "@index" },
"attributes": { "@id": "br:attributes" },
"category_id": { "@id": "schema:category", "@container": "@list" },
"category_paths": { "@id": "br:categoryPaths", "@container": "@list" },
"tags": { "@id": "schema:keywords", "@container": "@list" },
"numFound": { "@id": "br:totalResults", "@type": "xsd:integer" },
"start": { "@id": "br:resultOffset", "@type": "xsd:integer" },
"docs": { "@id": "br:results", "@container": "@list" },
"facet_counts": { "@id": "br:facetCounts" },
"facets": { "@id": "br:facets", "@container": "@list" },
"facet_fields": { "@id": "br:facetFields" },
"facet_ranges": { "@id": "br:facetRanges" },
"stats": { "@id": "br:statistics" },
"stats_fields": { "@id": "br:statisticsFields" },
"metadata": { "@id": "br:metadata" },
"widget_id": { "@id": "br:widgetId", "@type": "xsd:string" },
"widget_type": { "@id": "br:widgetType", "@type": "xsd:string" },
"rid": { "@id": "br:requestId", "@type": "xsd:string" },
"account_id": { "@id": "br:accountId", "@type": "xsd:string" },
"domain_key": { "@id": "br:domainKey", "@type": "xsd:string" },
"catalog_name": { "@id": "br:catalogName", "@type": "xsd:string" },
"account_name": { "@id": "br:accountName", "@type": "xsd:string" },
"environment_name": { "@id": "br:environmentName", "@type": "xsd:string" },
"job_id": { "@id": "br:jobId", "@type": "xsd:string" },
"job_type": { "@id": "br:jobType", "@type": "xsd:string" },
"job_status": { "@id": "br:jobStatus", "@type": "xsd:string" },
"workspace_id": { "@id": "br:workspaceId", "@type": "xsd:string" },
"import_id": { "@id": "br:importId", "@type": "xsd:string" },
"project_token": { "@id": "br:projectToken", "@type": "xsd:string" },
"customer_id": { "@id": "br:customerId", "@type": "xsd:string" },
"event_type": { "@id": "br:eventType", "@type": "xsd:string" },
"channel_id": { "@id": "br:channelId", "@type": "xsd:string" },
"document_type": { "@id": "br:documentType", "@type": "xsd:string" },
"suggestionGroups": { "@id": "br:suggestionGroups", "@container": "@list" },
"querySuggestions": { "@id": "br:querySuggestions", "@container": "@list" },
"searchSuggestions": { "@id": "br:searchSuggestions", "@container": "@list" },
"attributeSuggestions": { "@id": "br:attributeSuggestions", "@container": "@list" },
"queryContext": { "@id": "br:queryContext" },
"originalQuery": { "@id": "br:originalQuery", "@type": "xsd:string" },
"displayText": { "@id": "br:displayText", "@type": "xsd:string" },
"numResults": { "@id": "br:numResults", "@type": "xsd:integer" }
}
}