Skip to content

Only show our defined alerts in the alert list#91

Open
mint-thompson wants to merge 1 commit intomainfrom
only-alerts-in-alert-list
Open

Only show our defined alerts in the alert list#91
mint-thompson wants to merge 1 commit intomainfrom
only-alerts-in-alert-list

Conversation

@mint-thompson
Copy link
Copy Markdown
Collaborator

An alert schema is used to find alerts in JSON MRFs. A custom attribute is used in these schemas to define the messages for those alerts. Any type of validation error using the alert schema that does not have that custom message attribute is not one of our alerts, and should be discarded. For example, if the payers_information attribute is not an array, that is a validation error, but it also causes an error when validating against the alert schema. It will be shown in the list of errors and will not be shown in the list of alerts.

Update dependencies from audit.

An alert schema is used to find alerts in JSON MRFs. A custom attribute
is used in these schemas to define the messages for those alerts. Any
type of validation error using the alert schema that does not have that
custom message attribute is not one of our alerts, and should be
discarded. For example, if the payers_information attribute is not an
array, that is a validation error, but it also causes an error when
validating against the alert schema. It will be shown in the list of
errors and will not be shown in the list of alerts.

Update dependencies from audit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant