{ "$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-promo-codes-response-structure.json", "name": "GetPromoCodesResponse", "description": "Implementation of the 'GetPromoCodesResponse' model.", "type": "object", "properties": { "PaginationResponse": { "$ref": "#/components/schemas/PaginationResponse", "description": "Pagination Response" }, "PromoCodes": { "type": "array", "items": { "$ref": "#/components/schemas/PromoCode" }, "description": "Contains information about Promocodes at a site", "example": [ {} ] } } }