From ddd06fdb49a9b9fc03f617f3b7b3366769858440 Mon Sep 17 00:00:00 2001 From: TheBurchLog <5104941+TheBurchLog@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:31:57 -0500 Subject: [PATCH] updated schema --- brewtils/schemas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/brewtils/schemas.py b/brewtils/schemas.py index b062851b..b43a1e2a 100644 --- a/brewtils/schemas.py +++ b/brewtils/schemas.py @@ -473,6 +473,7 @@ class GardenSchema(BaseSchema): ) metadata = fields.Dict(allow_none=True) default_user = fields.Str(allow_none=True) + shared_users = fields.Bool(allow_none=True) class JobSchema(BaseSchema):