Mindbody · Schema

AddStaffResponse

Implementation of the 'AddStaffResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Staff object Contains information about the staff
View JSON Schema on GitHub

JSON Schema

public-api-v6-add-staff-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-add-staff-response-schema.json",
  "title": "AddStaffResponse",
  "description": "Implementation of the 'AddStaffResponse' model.",
  "type": "object",
  "properties": {
    "Staff": {
      "$ref": "#/components/schemas/Staff",
      "description": "Contains information about the staff"
    }
  }
}