Mindbody · JSON Structure

Public Api V6 Program1 Structure

Implementation of the 'Program1' model.

Type: object Properties: 9
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

CancelOffset Id Name ScheduleType ContentFormat OnlineBookingDisabled ScheduleOffset ScheduleOffsetEnd PricingRelationships

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-program1-structure.json",
  "name": "Program1",
  "description": "Implementation of the 'Program1' model.",
  "type": "object",
  "properties": {
    "CancelOffset": {
      "type": "int32",
      "description": "The model property of type int.",
      "example": 10
    },
    "Id": {
      "type": "int32",
      "description": "The model property of type int.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "The model property of type str.",
      "example": "Sunset Yoga Studio"
    },
    "ScheduleType": {
      "$ref": "#/components/schemas/ScheduleType2Enum",
      "description": "The model property of type ScheduleType2Enum."
    },
    "ContentFormat": {
      "$ref": "#/components/schemas/ContentFormatEnum",
      "description": "The model property of type ContentFormatEnum."
    },
    "OnlineBookingDisabled": {
      "type": "boolean",
      "description": "The model property of type bool.",
      "example": true
    },
    "ScheduleOffset": {
      "type": "int32",
      "description": "The model property of type int.",
      "example": 10
    },
    "ScheduleOffsetEnd": {
      "type": "int32",
      "description": "The model property of type int.",
      "example": 10
    },
    "PricingRelationships": {
      "$ref": "#/components/schemas/PricingRelationships",
      "description": "The model property of type PricingRelationships."
    }
  }
}