Mindbody · Schema

GetLiabilityWaiverResponse

Implementation of the 'GetLiabilityWaiverResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
LiabilityWaiver string Contains Liability Waiver text for a site
View JSON Schema on GitHub

JSON Schema

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