{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-assigned-client-index-structure.json", "name": "AssignedClientIndex", "description": "Implementation of the 'AssignedClientIndex' model. Represents a client index value assigned to a client", "type": "object", "properties": { "Id": { "type": "int32", "description": "The index ID assigned to the client.", "example": 123456 }, "ValueId": { "type": "int32", "description": "The index\u2019s value ID.", "example": 123456 } } }