Mindbody · JSON Structure

Public Api V6 M0 Culture Neutral Public Key Token B77A5C561934E089 Structure

Implementation of the '0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' model.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

key value

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-m0-culture-neutral-public-key-token-b77a5c561934e089-structure.json",
  "name": "M0CultureNeutralPublicKeyTokenB77a5c561934e089",
  "description": "Implementation of the '0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]' model.",
  "type": "object",
  "properties": {
    "key": {
      "type": "string",
      "description": "The model property of type str.",
      "example": "example-value"
    },
    "value": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "The model property of type List[str].",
      "example": [
        "example-value"
      ]
    }
  }
}