{ "$schema": "https://schemas.alumio.com/meta/type.jsd#", "$id": "https://schemas.alumio.com/Product.jsd", "title": "http://alumio.org/Product", "description": "Any offered product or service.", "allOf": [ { "$ref": "Thing.jsd" }, { "properties": { "additionalProperty": { "$ref": "additionalProperty.prop.jsd" }, "award": { "$ref": "award.prop.jsd" }, "brand": { "$ref": "brand.prop.jsd" }, "color": { "$ref": "color.prop.jsd" }, "depth": { "$ref": "depth.prop.jsd" }, "height": { "$ref": "height.prop.jsd" }, "manufacturer": { "$ref": "manufacturer.prop.jsd" }, "offers": { "$ref": "offers.prop.jsd" }, "productID": { "$ref": "productID.prop.jsd" }, "sku": { "$ref": "sku.prop.jsd" }, "weight": { "$ref": "weight.prop.jsd" }, "width": { "$ref": "width.prop.jsd" }, "gtin": { "$ref": "gtin.prop.jsd" }, "gtin8": { "$ref": "gtin8.prop.jsd" }, "gtin12": { "$ref": "gtin12.prop.jsd" }, "gtin13": { "$ref": "gtin13.prop.jsd" }, "gtin14": { "$ref": "gtin14.prop.jsd" }, "isRelatedTo": { "$ref": "isRelatedTo.prop.jsd" }, "isSimilarTo": { "$ref": "isSimilarTo.prop.jsd" }, "isVariantOf": { "$ref": "isVariantOf.prop.jsd" }, "category": { "$ref": "category.prop.jsd" }, "productionDate": { "$ref": "productionDate.prop.jsd" }, "purchaseDate": { "$ref": "purchaseDate.prop.jsd" }, "releaseDate": { "$ref": "releaseDate.prop.jsd" }, "countryOfOrigin": { "$ref": "countryOfOrigin" }, "itemCondition": { "$ref": "itemCondition.prop.jsd" }, "model": { "$ref": "model.prop.jsd" }, "mpn": { "$ref": "mpn.prop.jsd" }, "aggregateRating": { "$ref": "aggregateRating.prop.jsd" }, "locale": { "$ref": "locale.prop.jsd" }, "translations": { "$ref": "translations.prop.jsd" } } } ] }