Implementation of the 'GetPromoCodesResponse' 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-promo-codes-response-schema.json", "title": "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": [ {} ] } } }