{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CallForwardRulesModifyObject",
"title": "CallForwardRulesModifyObject",
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0NBTExfRk9SV0FSRElOR19TRUxFQ1RJVkVfUlVMRS9WR1Z6ZENCU2RXeGw",
"description": "A unique identifier for the auto attendant call forward selective rule."
},
"enabled": {
"type": "boolean",
"example": true,
"description": "Flag to indicate if always call forwarding selective rule criteria is active. If not set, flag will be set to false."
}
}
}