Princess Beef Heavy Industries · JSON-LD Context

Princess Beef Heavy Industries Context

JSON-LD context defining the semantic vocabulary for Princess Beef Heavy Industries from Princess Beef Heavy Industries.

0 Classes 2 Properties 1 Namespaces
View Context View on GitHub

Namespaces

pb33f: https://pb33f.io/wiretap/giftshop-api/

Properties

Property Type Container
Product
Error

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "pb33f": "https://pb33f.io/wiretap/giftshop-api/",
    "Product": {
      "@id": "pb33f:Product",
      "@context": {
        "id": "https://schema.org/identifier",
        "shortCode": "https://schema.org/sku",
        "name": "https://schema.org/name",
        "description": "https://schema.org/description",
        "price": "https://schema.org/price",
        "category": "https://schema.org/category",
        "image": "https://schema.org/image"
      }
    },
    "Error": {
      "@id": "pb33f:Error",
      "@context": {
        "type": "https://schema.org/url",
        "title": "https://schema.org/name",
        "status": "https://schema.org/httpStatusCode",
        "detail": "https://schema.org/description",
        "instance": "https://schema.org/url"
      }
    }
  }
}