Mindbody · JSON Structure

Public Api V6 Substitute Class Teacher Response Structure

Implementation of the 'SubstituteClassTeacherResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Class

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-substitute-class-teacher-response-structure.json",
  "name": "SubstituteClassTeacherResponse",
  "description": "Implementation of the 'SubstituteClassTeacherResponse' model.",
  "type": "object",
  "properties": {
    "Class": {
      "$ref": "#/components/schemas/SubstituteTeacherClass",
      "description": "Contains information about the class that is being assigned a substitute teacher."
    }
  }
}