{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetHuntGroupCallbackNumberDependenciesObject",
"title": "GetHuntGroupCallbackNumberDependenciesObject",
"type": "object",
"required": [
"isLocationEcbnDefault",
"isSelfEcbnDefault",
"dependentMemberCount"
],
"properties": {
"isLocationEcbnDefault": {
"type": "boolean",
"example": true,
"description": "The default emergency callback number for the location when `isLocationEcbnDefault` is true."
},
"isSelfEcbnDefault": {
"type": "boolean",
"description": "The default emergency callback number."
},
"dependentMemberCount": {
"type": "number",
"example": 4,
"description": "Number of members using this hunt group as their emergency callback number."
}
}
}