From c29eee36e0417de41c4cfab15394fbaf874e8303 Mon Sep 17 00:00:00 2001 From: Rain Date: Wed, 24 Jul 2024 18:19:38 -0700 Subject: [PATCH] update one more file Created using spr 1.3.6-beta.1 --- schema/rss-sled-plan.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/rss-sled-plan.json b/schema/rss-sled-plan.json index ebd6de514d..a3d3425870 100644 --- a/schema/rss-sled-plan.json +++ b/schema/rss-sled-plan.json @@ -1016,8 +1016,8 @@ } }, "UserId": { - "title": "A name unique within the parent collection", - "description": "Names must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Names cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.", + "title": "A username for a local-only user", + "description": "Usernames must begin with a lower case ASCII letter, be composed exclusively of lowercase ASCII, uppercase ASCII, numbers, and '-', and may not end with a '-'. Usernames cannot be a UUID, but they may contain a UUID. They can be at most 63 characters long.", "type": "string", "maxLength": 63, "minLength": 1,