{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-gift-card-layout-structure.json", "name": "GiftCardLayout", "description": "Implementation of the 'GiftCardLayout' model. Gift card layout", "type": "object", "properties": { "LayoutId": { "type": "int32", "description": "The ID of the layout.", "example": 123456 }, "LayoutName": { "type": "string", "description": "The name of the layout.", "example": "example-value" }, "LayoutUrl": { "type": "string", "description": "The URL of the layout.", "example": "https://example.mindbodyonline.com/resource/abc123" } } }