{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CallForwardRulesSet", "title": "CallForwardRulesSet", "type": "object", "required": [ "id" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0NBTExfRk9SV0FSRElOR19TRUxFQ1RJVkVfUlVMRS9kR1Z6ZEZKMWJHVTA", "description": "Unique ID for the rule." }, "enabled": { "type": "boolean", "example": true, "description": "Reflects if rule is enabled." } } }