From 3cca9ec925c850d434f93215b633e22bf0dcb7c7 Mon Sep 17 00:00:00 2001 From: Kirill Lakhov Date: Tue, 11 Feb 2025 15:44:35 +0300 Subject: [PATCH] updated schema --- cvat/schema.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cvat/schema.yml b/cvat/schema.yml index c41217ae95d2..2f3317f916ef 100644 --- a/cvat/schema.yml +++ b/cvat/schema.yml @@ -6907,14 +6907,14 @@ components: maxLength: 64 logo: type: string - title: + subtitle: type: string maxLength: 1024 required: - description - logo - name - - title + - subtitle - version AcceptInvitationRead: type: object