{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetAvailableRecallHuntGroupsObject", "title": "GetAvailableRecallHuntGroupsObject", "type": "object", "required": [ "id", "name" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvZEdWamFHNXBZMkZzTFhOMWNIQnZjblF0TlRVMU9EWTNOVE13T1VCbmJXRnBiQzVqYjIwPQ", "description": "A unique identifier for the hunt group." }, "name": { "type": "string", "example": "Technical Support Group - 5558675309", "description": "Unique name for the hunt group." } } }