Skip to content

Commit

Permalink
fix!: Manually modify the Firebase auth data JSON schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Feb 9, 2021
1 parent 9e830d6 commit 3fe5d30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonschema/google/events/firebase/auth/v1/AuthEventData.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@
},
"metadata": {
"properties": {
"createdAt": {
"createTime": {
"type": "string",
"description": "The date the user was created.",
"format": "date-time"
},
"lastSignedInAt": {
"lastSignInTime": {
"type": "string",
"description": "The date the user last signed in.",
"format": "date-time"
Expand Down

0 comments on commit 3fe5d30

Please sign in to comment.