{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-add-formula-note-request-structure.json", "name": "AddFormulaNoteRequest", "description": "Implementation of the 'AddFormulaNoteRequest' model.", "type": "object", "properties": { "ClientId": { "type": "string", "description": "The ID of the client who needs to have a formula note added.", "example": "example-value" }, "Note": { "type": "string", "description": "The new formula note text.", "example": "example-value" }, "AppointmentId": { "type": "int32", "description": "The appointment ID that the formula note is related to.", "example": 123456 } } }