Mindbody · JSON Structure

Public Api V6 Amenity1 Structure

Implementation of the 'Amenity1' model. A specific amenity at a location

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Amenity1 is a JSON Structure definition published by Mindbody, 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/mindbody/refs/heads/main/json-structure/public-api-v6-amenity1-structure.json",
  "name": "Amenity1",
  "description": "Implementation of the 'Amenity1' model. A specific amenity at a location",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The identifying ID of the amenity.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "The name of the amenity (e.g. \"Lockers\" or \"Food/Drink\").",
      "example": "Sunset Yoga Studio"
    }
  }
}