Mindbody · Schema

SessionType1

Implementation of the 'SessionType1' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
Type object The model property of type Type1Enum.
DefaultTimeLength integer The model property of type int.
StaffTimeLength integer The model property of type int.
ProgramId integer The model property of type int.
NumDeducted integer The model property of type int.
Id integer The model property of type int.
Name string The model property of type str.
Active boolean The model property of type bool.
Capacity integer The model property of type int.
ResourceRequired boolean The model property of type bool.
Category object The model property of type ServiceTag.
Subcategory object The model property of type ServiceTag.
OnlineDescription string The model property of type str.
AvailableForAddOn boolean The model property of type bool.
View JSON Schema on GitHub

JSON Schema

public-api-v6-session-type1-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-session-type1-schema.json",
  "title": "SessionType1",
  "description": "Implementation of the 'SessionType1' model.",
  "type": "object",
  "properties": {
    "Type": {
      "$ref": "#/components/schemas/Type1Enum",
      "description": "The model property of type Type1Enum."
    },
    "DefaultTimeLength": {
      "type": "integer",
      "format": "int32",
      "description": "The model property of type int.",
      "example": 1
    },
    "StaffTimeLength": {
      "type": "integer",
      "format": "int32",
      "description": "The model property of type int.",
      "example": 1
    },
    "ProgramId": {
      "type": "integer",
      "format": "int32",
      "description": "The model property of type int.",
      "example": 123456
    },
    "NumDeducted": {
      "type": "integer",
      "format": "int32",
      "description": "The model property of type int.",
      "example": 1
    },
    "Id": {
      "type": "integer",
      "format": "int32",
      "description": "The model property of type int.",
      "example": 123456
    },
    "Name": {
      "type": "string",
      "description": "The model property of type str.",
      "example": "Sunset Yoga Studio"
    },
    "Active": {
      "type": "boolean",
      "description": "The model property of type bool.",
      "example": true
    },
    "Capacity": {
      "type": "integer",
      "format": "int32",
      "description": "The model property of type int.",
      "example": 1
    },
    "ResourceRequired": {
      "type": "boolean",
      "description": "The model property of type bool.",
      "example": true
    },
    "Category": {
      "$ref": "#/components/schemas/ServiceTag",
      "description": "The model property of type ServiceTag."
    },
    "Subcategory": {
      "$ref": "#/components/schemas/ServiceTag",
      "description": "The model property of type ServiceTag."
    },
    "OnlineDescription": {
      "type": "string",
      "description": "The model property of type str.",
      "example": "Example note for Mindbody Public API."
    },
    "AvailableForAddOn": {
      "type": "boolean",
      "description": "The model property of type bool.",
      "example": true
    }
  }
}