Mindbody · JSON Structure

Public Api V6 Discount Structure

Implementation of the 'Discount' model. Discount for a promo code

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Discount 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

Type Amount

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-discount-structure.json",
  "name": "Discount",
  "description": "Implementation of the 'Discount' model. Discount for a promo code",
  "type": "object",
  "properties": {
    "Type": {
      "type": "string",
      "description": "Type of discount percentage/amount",
      "example": "example-value"
    },
    "Amount": {
      "type": "double",
      "description": "Amount of discount",
      "example": 49.99
    }
  }
}