{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedErrorTrackingAssignmentRuleUpdateRequest", "title": "PatchedErrorTrackingAssignmentRuleUpdateRequest", "type": "object", "properties": { "filters": { "allOf": [ { "$ref": "#/components/schemas/PropertyGroupFilterValue" } ], "nullable": true, "description": "Property-group filters that define when this rule matches incoming error events." }, "assignee": { "allOf": [ { "$ref": "#/components/schemas/ErrorTrackingAssignmentRuleAssigneeRequest" } ], "nullable": true, "description": "User or role to assign matching issues to." } } }