Skip to content

Commit

Permalink
fix schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-charniak committed Jul 16, 2024
1 parent aa2a499 commit 2e9d1ad
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions schemas/user/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,16 @@
"description": "Object that contains custom field",
"type": "object",
"additionalProperties": true
},
"preferredEmailCommunication": {
"type": "array",
"items": {
"type": "string",
"enum": ["Support", "Programs", "Services"]
},
"maxItems": 3,
"uniqueItems": true,
"description": "Preferred email communication types"
}
},
"additionalProperties": false
Expand Down

0 comments on commit 2e9d1ad

Please sign in to comment.