Mindbody · Schema

CancelSingleClassResponse

Implementation of the 'CancelSingleClassResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Class object A resulting class.
View JSON Schema on GitHub

JSON Schema

public-api-v6-cancel-single-class-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-cancel-single-class-response-schema.json",
  "title": "CancelSingleClassResponse",
  "description": "Implementation of the 'CancelSingleClassResponse' model.",
  "type": "object",
  "properties": {
    "Class": {
      "$ref": "#/components/schemas/Class",
      "description": "A resulting class."
    }
  }
}