Whisky Hunter · JSON Structure

Whisky Hunter Distillery Structure

Structure of a distillery record in the Whisky Hunter database.

Type: Properties: 0
WhiskySpiritsAuctionsMarket DataCollectorsInvestors

Whisky Hunter Distillery is a JSON Structure definition published by Whisky Hunter.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Whisky Hunter Distillery",
  "description": "Structure of a distillery record in the Whisky Hunter database.",
  "fields": [
    { "name": "name", "type": "string", "required": true, "description": "Full distillery name." },
    { "name": "slug", "type": "string", "required": true, "description": "URL slug for data queries." },
    { "name": "country", "type": "string", "required": false, "description": "Country of origin." }
  ]
}