schemas/authedUser.json in losant_rest-1.10.4 vs schemas/authedUser.json in losant_rest-1.11.0

- old
+ new

@@ -7,9 +7,12 @@ "pattern": "^[A-Fa-f\\d]{24}$" }, "token": { "type": "string", "minLength": 1 + }, + "needsToVerifyEmail": { + "type": "boolean" } }, "required": [ "userId", "token" \ No newline at end of file