diff --git a/ramls/staging_user.json b/ramls/staging_user.json index 876d49c..98bcc85 100644 --- a/ramls/staging_user.json +++ b/ramls/staging_user.json @@ -5,11 +5,11 @@ "type": "object", "properties": { "isEmailVerified": { - "description": "A boolean flag that indicates whether the patron has completed email verification. If this value is not provided when creating a new record, it will default to false.", + "description": "A boolean flag that indicates whether the patron has completed email verification. If this value is not provided when creating a new record, it will default to false. However, for Kiosk user registrations, this value should be sent true.", "type": "boolean" }, "status": { - "description": "Represents the patron's tier status, which can be either TIER-1 or TIER-2. If this value is not provided when creating a new record, the default status will be set to TIER-1. However, for Kiosk user registrations, this value should be sent true.", + "description": "Represents the patron's tier status, which can be either TIER-1 or TIER-2. If this value is not provided when creating a new record, the default status will be set to TIER-1.", "type": "string", "enum": ["TIER-1", "TIER-2"] },