Implementation of the 'GetMembershipsResponse' model.
{ "$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-memberships-response-schema.json", "title": "GetMembershipsResponse", "description": "Implementation of the 'GetMembershipsResponse' model.", "type": "object", "properties": { "Memberships": { "type": "array", "items": { "$ref": "#/components/schemas/Membership" }, "description": "Details about the memberships.", "example": [ {} ] } } }