Tripleseat · JSON Structure

Tripleseat Api Site Structure

A group of venues or locations.

Type: object Properties: 2
RestaurantEventsCateringLeadsWebhooksSales

Site is a JSON Structure definition published by Tripleseat, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tripleseat/refs/heads/main/json-structure/tripleseat-api-site-structure.json",
  "name": "Site",
  "description": "A group of venues or locations.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Unique identifier of the site.",
      "example": 500123
    },
    "name": {
      "type": "string",
      "description": "Name of the site.",
      "example": "Spring Gala Dinner"
    }
  }
}