Canto Context
JSON-LD context defining the semantic vocabulary for Canto from Canto.
27 Classes
10 Properties
2 Namespaces
Namespaces
canto:
https://www.canto.com/api/terms/
pim:
https://www.canto.com/api/pim/terms/
Classes
id
type
product_id
product_type
product_type_id
sku
name
description
status
created_at
updated_at
dimension_id
options
catalog_id
catalog_name
category_id
parent_category_id
variant_id
webhook_id
callback_url
events
asset_id
share_link_id
attribute_id
attribute_type
channel_template_id
channel_name
Properties
| Property |
Type |
Container |
| Product |
reference |
|
| Dimension |
reference |
|
| Catalog |
reference |
|
| Category |
reference |
|
| Variant |
reference |
|
| Webhook |
reference |
|
| Asset |
reference |
|
| ShareLink |
reference |
|
| CustomAttribute |
reference |
|
| ChannelTemplate |
reference |
|
JSON-LD Document
{
"@context": {
"@vocab": "https://schema.org/",
"canto": "https://www.canto.com/api/terms/",
"pim": "https://www.canto.com/api/pim/terms/",
"id": "@id",
"type": "@type",
"Product": {
"@id": "schema:Product",
"@type": "@id"
},
"product_id": "canto:productId",
"product_type": "canto:productType",
"product_type_id": "canto:productTypeId",
"sku": "schema:sku",
"name": "schema:name",
"description": "schema:description",
"status": "canto:status",
"created_at": "schema:dateCreated",
"updated_at": "schema:dateModified",
"Dimension": {
"@id": "canto:Dimension",
"@type": "@id"
},
"dimension_id": "canto:dimensionId",
"options": "canto:options",
"Catalog": {
"@id": "canto:Catalog",
"@type": "@id"
},
"catalog_id": "canto:catalogId",
"catalog_name": "canto:catalogName",
"Category": {
"@id": "schema:CategoryCode",
"@type": "@id"
},
"category_id": "canto:categoryId",
"parent_category_id": "canto:parentCategoryId",
"Variant": {
"@id": "schema:ProductModel",
"@type": "@id"
},
"variant_id": "canto:variantId",
"Webhook": {
"@id": "canto:Webhook",
"@type": "@id"
},
"webhook_id": "canto:webhookId",
"callback_url": "canto:callbackUrl",
"events": "canto:events",
"Asset": {
"@id": "schema:MediaObject",
"@type": "@id"
},
"asset_id": "canto:assetId",
"ShareLink": {
"@id": "schema:URL",
"@type": "@id"
},
"share_link_id": "canto:shareLinkId",
"CustomAttribute": {
"@id": "canto:CustomAttribute",
"@type": "@id"
},
"attribute_id": "canto:attributeId",
"attribute_type": "canto:attributeType",
"ChannelTemplate": {
"@id": "canto:ChannelTemplate",
"@type": "@id"
},
"channel_template_id": "canto:channelTemplateId",
"channel_name": "canto:channelName"
}
}