Skip to content

Commit

Permalink
Merge pull request #2337 from pdcp1/fix/admin-data-error-field
Browse files Browse the repository at this point in the history
Remove duplicate `adminData` definition from User
  • Loading branch information
kepae authored Oct 6, 2023
2 parents ef62630 + 544e11f commit caeb02b
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@
},
"userId": {
"bsonType": "string"
},
"adminData": {
"bsonType": "object",
"properties": {
"email": {"bsonType": "string"},
"disabled": {"bsonType": "bool"},
"creationDate": {"bsonType": "string"},
"lastAuthenticationDate": {"bsonType": "string"}
}
}
},
"required": [
Expand Down

0 comments on commit caeb02b

Please sign in to comment.