From fa7c95be4793e3b2df935d24de529eb04fbbb32f Mon Sep 17 00:00:00 2001 From: raphaelgazzotti Date: Tue, 24 Feb 2026 11:36:09 +0100 Subject: [PATCH] Removal of WebService reference. --- schemas/actors/accountInformation.schema.tpl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/actors/accountInformation.schema.tpl.json b/schemas/actors/accountInformation.schema.tpl.json index 497f9c5a..3fae576d 100644 --- a/schemas/actors/accountInformation.schema.tpl.json +++ b/schemas/actors/accountInformation.schema.tpl.json @@ -6,9 +6,9 @@ ], "properties": { "service": { - "_instruction": "Add the web service of this account.", + "_instruction": "Add the service associated with this account.", "_linkedTypes": [ - "core:WebService" + "core:Service" ] }, "userName": {