{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-terminate-contract-response-structure.json", "name": "TerminateContractResponse", "description": "Implementation of the 'TerminateContractResponse' model.", "type": "object", "properties": { "Contract": { "$ref": "#/components/schemas/ClientContract", "description": "Contains confirmation message for the successful contract termination." } } }