mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
reformat
This commit is contained in:
@@ -8,7 +8,7 @@ uuid = {
|
||||
"format": "validate_uuid",
|
||||
"validationMessage": "is not a valid UUID",
|
||||
"code": "1001", # yet to be implemented
|
||||
"link": "link to our error documentation not yet implemented"
|
||||
"link": "link to our error documentation not yet implemented",
|
||||
}
|
||||
|
||||
nullable_uuid = {
|
||||
@@ -16,14 +16,14 @@ nullable_uuid = {
|
||||
"format": "validate_uuid",
|
||||
"validationMessage": "is not a valid UUID",
|
||||
"code": "1001", # yet to be implemented
|
||||
"link": "link to our error documentation not yet implemented"
|
||||
"link": "link to our error documentation not yet implemented",
|
||||
}
|
||||
|
||||
|
||||
personalisation = {
|
||||
"type": "object",
|
||||
"code": "1001", # yet to be implemented
|
||||
"link": "link to our error documentation not yet implemented"
|
||||
"link": "link to our error documentation not yet implemented",
|
||||
}
|
||||
|
||||
|
||||
@@ -33,5 +33,5 @@ https_url = {
|
||||
"pattern": "^https.*",
|
||||
"validationMessage": "is not a valid https url",
|
||||
"code": "1001", # yet to be implemented
|
||||
"link": "link to our error documentation not yet implemented"
|
||||
"link": "link to our error documentation not yet implemented",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user