Mindbody · JSON Structure

Public Api V6 Level Structure

Implementation of the 'Level' model. A session level.

Type: object Properties: 3
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Id Name Description

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-level-structure.json",
  "name": "Level",
  "description": "Implementation of the 'Level' model. A session level.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "int32",
      "description": "Contains the Id given to this level.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "Contains the name given to this level.",
      "example": "Sunset Yoga Studio"
    },
    "Description": {
      "type": "string",
      "description": "Contains a description of this level.",
      "example": "Example note for Mindbody Public API."
    }
  }
}