Punchh · JSON-LD Context

Punchh Platform Functions Context

JSON-LD context defining the semantic vocabulary for Punchh Platform Functions from Punchh.

1 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

pch: https://developers.partech.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Redeemable

Properties

Property Type Container
redeemableId integer
redeemableUuid string
name
description
redeemableImageUrl string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "pch": "https://developers.partech.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Redeemable": "pch:Redeemable",
    "redeemableId": {
      "@id": "pch:redeemable_id",
      "@type": "xsd:integer"
    },
    "redeemableUuid": {
      "@id": "pch:redeemable_uuid",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "redeemableImageUrl": {
      "@id": "pch:redeemable_image_url",
      "@type": "xsd:string"
    }
  }
}