Mindbody · Schema

M0CultureNeutralPublicKeyTokenB77a5c561934e089

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

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
key string The model property of type str.
value array The model property of type List[str].
View JSON Schema on GitHub

JSON Schema

public-api-v6-m0-culture-neutral-public-key-token-b77a5c561934e089-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-m0-culture-neutral-public-key-token-b77a5c561934e089-schema.json",
  "title": "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"
      ]
    }
  }
}