{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-checkout-shopping-cart-response-structure.json", "name": "CheckoutShoppingCartResponse", "description": "Implementation of the 'CheckoutShoppingCartResponse' model. The API Response model for Checkout Shopping Cart APIs", "type": "object", "properties": { "ShoppingCart": { "$ref": "#/components/schemas/ShoppingCart", "description": "Contains information about the shopping cart." }, "Classes": { "type": "array", "items": { "$ref": "#/components/schemas/Class" }, "description": "Contains information about the classes.", "example": [ {} ] }, "Appointments": { "type": "array", "items": { "$ref": "#/components/schemas/Appointment" }, "description": "Contains information about the appointments.", "example": [ {} ] }, "Enrollments": { "type": "array", "items": { "$ref": "#/components/schemas/ClassSchedule" }, "description": "Contains information about enrollment class schedules.", "example": [ {} ] } } }