Skip to content

Commit

Permalink
drop enum from subject
Browse files Browse the repository at this point in the history
  • Loading branch information
acsauk committed Jan 25, 2024
1 parent ec268d2 commit 414f148
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions domains/POAS/events/notification-sent/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
},
"subject": {
"type": "string",
"description": "What the notification was about",
"enum": ["CertificateProviderInvite"]
"description": "What the notification was about"
}
},
"required": ["uid", "deliveryMethod", "subject"]
Expand Down

0 comments on commit 414f148

Please sign in to comment.