{ "$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-activation-code-response-schema.json", "title": "GetActivationCodeResponse", "description": "Implementation of the 'GetActivationCodeResponse' model.", "type": "object", "properties": { "ActivationCode": { "type": "string", "description": "An activation code used to provide access to a site\u2019s business data through MINDBODY.", "example": "example-value" }, "ActivationLink": { "type": "string", "description": "A link to the Manage Credentials screen.", "example": "example-value" } } }