Mindbody · JSON Structure

Public Api V6 Contract Item Structure

Implementation of the 'ContractItem' model.

Type: object Properties: 7
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

Id Name Description Type Price Quantity OneTimeItem

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-contract-item-structure.json",
  "name": "ContractItem",
  "description": "Implementation of the 'ContractItem' model.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "description": "The ID of the item.",
      "example": "example-value"
    },
    "Name": {
      "type": "string",
      "description": "The name of the item.",
      "example": "Sunset Yoga Studio"
    },
    "Description": {
      "type": "string",
      "description": "A description of the item.",
      "example": "Example note for Mindbody Public API."
    },
    "Type": {
      "type": "string",
      "description": "The type of the item.",
      "example": "example-value"
    },
    "Price": {
      "type": "double",
      "description": "The price of the item.",
      "example": 49.99
    },
    "Quantity": {
      "type": "int32",
      "description": "The quantity of the item.",
      "example": 10
    },
    "OneTimeItem": {
      "type": "boolean",
      "description": "When `true`, indicates that the item is charged only once.<br /> When `false`, indicates that the item is charged multiple times.",
      "example": true
    }
  }
}