schemas/authedUser.json in losant_rest-1.19.2 vs schemas/authedUser.json in losant_rest-1.19.3

- old
+ new

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