Action11Enum enumeration.
{ "$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-action11-enum-schema.json", "title": "Action11Enum", "description": "Action11Enum enumeration.", "type": "string", "enum": [ "Earned", "Redeemed", "Returned", "Removed", "LateCanceled" ] }