Mindbody · JSON Structure

Public Api V6 Amenity Structure

Implementation of the 'Amenity' model. Definition of a location amenity

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Amenity 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-amenity-structure.json",
  "name": "Amenity",
  "description": "Implementation of the 'Amenity' model. Definition of a location amenity",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "The ID number of the amenity.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "The name of the amenity, for example, food or lockers.",
      "example": "Sunset Yoga Studio"
    }
  }
}