{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SelectiveRejectCallGet", "title": "SelectiveRejectCallGet", "type": "object", "required": [ "enabled" ], "properties": { "enabled": { "type": "boolean", "example": true, "description": "`true` if the Selective Reject feature is enabled." }, "criteria": { "type": "array", "items": { "$ref": "#/components/schemas/SelectiveRejectCriteria" }, "description": "A list of criteria specifying conditions when selective reject is in effect." } } }