{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-get-memberships-response-structure.json", "name": "GetMembershipsResponse", "description": "Implementation of the 'GetMembershipsResponse' model.", "type": "object", "properties": { "Memberships": { "type": "array", "items": { "$ref": "#/components/schemas/Membership" }, "description": "Details about the memberships.", "example": [ {} ] } } }