Pantry · JSON-LD Context

Pantry Context

JSON-LD context defining the semantic vocabulary for Pantry from Pantry.

8 Classes 1 Properties 1 Namespaces
View Context View on GitHub

Namespaces

pantry: https://getpantry.cloud/#

Classes

name description contactEmail Pantry Basket ttl percentFull notifications

Properties

Property Type Container
baskets set

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "pantry": "https://getpantry.cloud/#",
    "name": "schema:name",
    "description": "schema:description",
    "contactEmail": "schema:email",
    "Pantry": "pantry:Pantry",
    "Basket": "pantry:Basket",
    "baskets": {
      "@id": "pantry:basket",
      "@container": "@set"
    },
    "ttl": "pantry:ttl",
    "percentFull": "pantry:percentFull",
    "notifications": "pantry:notifications"
  }
}