{ "$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-mobile-providers-response-schema.json", "title": "GetMobileProvidersResponse", "description": "Implementation of the 'GetMobileProvidersResponse' model. Get Mobile Providers Response Object", "type": "object", "properties": { "MobileProviders": { "type": "array", "items": { "$ref": "#/components/schemas/MobileProvider" }, "description": "A list of mobile providers.", "example": [ {} ] } } }