Mindbody · JSON Structure

Public Api V6 Get Required Client Fields Response Structure

Implementation of the 'GetRequiredClientFieldsResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetRequiredClientFieldsResponse is a JSON Structure definition published by Mindbody, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

RequiredClientFields

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-get-required-client-fields-response-structure.json",
  "name": "GetRequiredClientFieldsResponse",
  "description": "Implementation of the 'GetRequiredClientFieldsResponse' model.",
  "type": "object",
  "properties": {
    "RequiredClientFields": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "A list of strings that maps to the client fields that are required by the site.",
      "example": [
        "example-value"
      ]
    }
  }
}