Liability is a JSON Structure definition published by Mindbody, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-liability-structure.json",
"name": "Liability",
"description": "Implementation of the 'Liability' model.",
"type": "object",
"properties": {
"AgreementDate": {
"type": "datetime",
"description": "The date and time at which the client agreed to the liability waiver for the business.",
"example": "2026-05-28T14:30:00Z"
},
"IsReleased": {
"type": "boolean",
"description": "The client\u2019s liability release status.<br /> When `true`, indicates that the client has agreed to the liability release for the business.<br /> When `false`, indicates that the client has not agreed to the liability release for the business.",
"example": true
},
"ReleasedBy": {
"type": "int32",
"description": "An ID indicating who released liability for the client. If the client agreed to the liability waiver by signing into an account online, this value is `null`. If a staff member marked the waiver as signed on behalf of the client, it is the staff member\u2019s ID. `0` indicates that the business owner marked the liability waiver as signed on behalf of the client.",
"example": 1
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.