Skip to content

Commit

Permalink
MODEXPW-483 Added 's'
Browse files Browse the repository at this point in the history
  • Loading branch information
obozhko-folio committed Jul 16, 2024
1 parent 79c4948 commit 36a36bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/user/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@
"type": "object",
"additionalProperties": true
},
"preferredEmailCommunications": {
"preferredEmailCommunication": {
"type": "array",
"items": {
"type": "string",
"enum": ["Support", "Programs", "Services"]
},
"maxItems": 3,
"uniqueItems": true,
"description": "Preferred email communications types"
"description": "Preferred email communication types"
}
},
"additionalProperties": false
Expand Down

0 comments on commit 36a36bb

Please sign in to comment.