Mindbody · JSON Structure

Public Api V6 Get Genders Response Structure

Implementation of the 'GetGendersResponse' model.

Type: object Properties: 1
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

GetGendersResponse 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

GenderOptions

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-genders-response-structure.json",
  "name": "GetGendersResponse",
  "description": "Implementation of the 'GetGendersResponse' model.",
  "type": "object",
  "properties": {
    "GenderOptions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GenderOption"
      },
      "description": "A list of the gender options and their properties at the site",
      "example": [
        {}
      ]
    }
  }
}