{ "$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-get-alternative-payment-methods-response-schema.json", "title": "GetAlternativePaymentMethodsResponse", "description": "Implementation of the 'GetAlternativePaymentMethodsResponse' model. Response for the GetAlternativePaymentMethods method.", "type": "object", "properties": { "PaymentMethods": { "type": "array", "items": { "$ref": "#/components/schemas/AlternativePaymentMethod" }, "description": "Contains information about the alternative payment methods.", "example": [ {} ] } } }