Mindbody · Schema

SessionType1

Implementation of the 'SessionType1' model.

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

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
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-api-v6-session-type1"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.