{
  "name": "WineGraph",
  "description": "Canonical open data model + interchange standard for the wine trade.",
  "version": "0.1.0",
  "spec": "https://winegraph.ai/standard",
  "schema": "https://winegraph.ai/standard/schema.json",
  "context": "https://winegraph.ai/standard/context.jsonld",
  "openapi": "https://winegraph.ai/openapi.json",
  "api": "https://api.winegraph.ai/v1",
  "entityTypes": [
    "producer",
    "sku",
    "vintage",
    "brand",
    "importer",
    "distributor",
    "retailer",
    "restaurant",
    "region",
    "grape",
    "place",
    "term",
    "award",
    "critic",
    "publication"
  ],
  "edgeTypes": [
    "produces",
    "imports",
    "distributes",
    "listed_by",
    "in_region",
    "has_grape",
    "subregion_of",
    "related_to",
    "awarded",
    "rated_by",
    "reviewed_by",
    "listed_in"
  ],
  "license": "spec: Apache-2.0 · data: ODbL"
}