{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-amenity1-structure.json", "name": "Amenity1", "description": "Implementation of the 'Amenity1' model. A specific amenity at a location", "type": "object", "properties": { "Id": { "type": "int32", "description": "The identifying ID of the amenity.", "example": 123456 }, "Name": { "type": "string", "description": "The name of the amenity (e.g. \"Lockers\" or \"Food/Drink\").", "example": "Sunset Yoga Studio" } } }