Post breach typo in configuration_schema fix

This commit is contained in:
VakarisZ 2020-04-27 11:57:25 +03:00 committed by Shreya
parent 749c37f647
commit cdf65ae097
1 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@ SCHEMA = {
}, },
], ],
}, },
"post_breach_acts": { "post_breach_actions": {
"title": "Post breach actions", "title": "Post breach actions",
"type": "string", "type": "string",
"anyOf": [ "anyOf": [
@ -375,7 +375,7 @@ SCHEMA = {
"type": "array", "type": "array",
"uniqueItems": True, "uniqueItems": True,
"items": { "items": {
"$ref": "#/definitions/post_breach_acts" "$ref": "#/definitions/post_breach_actions"
}, },
"default": [ "default": [
"BackdoorUser", "BackdoorUser",