Skip to content

Commit

Permalink
Merge pull request #75 from folio-org/MODEXPW-477-1
Browse files Browse the repository at this point in the history
MODEXPW-477 - Items and holdings tenant populating
  • Loading branch information
siarhei-charniak authored Jul 16, 2024
2 parents aa2a499 + 2e9d1ad commit ab00570
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 ab00570

Please sign in to comment.