Mindbody · JSON Structure

Public Api V6 Get Liability Waiver Response Structure

Implementation of the 'GetLiabilityWaiverResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetLiabilityWaiverResponse 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

LiabilityWaiver

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-get-liability-waiver-response-structure.json",
  "name": "GetLiabilityWaiverResponse",
  "description": "Implementation of the 'GetLiabilityWaiverResponse' model.",
  "type": "object",
  "properties": {
    "LiabilityWaiver": {
      "type": "string",
      "description": "Contains Liability Waiver text for a site",
      "example": "example-value"
    }
  }
}