{ "$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-add-arrival-response-schema.json", "title": "AddArrivalResponse", "description": "Implementation of the 'AddArrivalResponse' model.", "type": "object", "properties": { "ArrivalAdded": { "type": "boolean", "description": "When `true`, indicates that the arrival was added to the database.", "example": true }, "ClientService": { "$ref": "#/components/schemas/ClientService", "description": "Contains information about the pricing option being used to pay for the client\u2019s current service session." } } }