From 739fad7c479470d32a63547dfb442ac3ca687bc8 Mon Sep 17 00:00:00 2001 From: Pedro Crespo-Valero <32402063+pcrespov@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:56:48 +0100 Subject: [PATCH] update oas --- .../src/simcore_service_webserver/api/v0/openapi.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml b/services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml index 0aab228525b..5bf3e31784e 100644 --- a/services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml +++ b/services/web/server/src/simcore_service_webserver/api/v0/openapi.yaml @@ -9936,10 +9936,12 @@ components: properties: id: anyOf: - - type: string + - type: integer + exclusiveMinimum: true + minimum: 0 - type: 'null' title: Id - description: the user id + description: the user's id userName: type: string maxLength: 100 @@ -9947,7 +9949,9 @@ components: title: Username gid: anyOf: - - type: string + - type: integer + exclusiveMinimum: true + minimum: 0 - type: 'null' title: Gid description: the user primary gid