From 0f3366ee40388d07b43fd44f45408599aac0aca1 Mon Sep 17 00:00:00 2001 From: netanelC <34451523+netanelC@users.noreply.github.com> Date: Thu, 9 Nov 2023 15:00:18 +0200 Subject: [PATCH] feat: remove limitation on description in 3d (#178) * feat: remove limitation on description in 3d * fix: set limit to 500 --- src/yaml/3dCatalog/3dMetadata.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/yaml/3dCatalog/3dMetadata.yaml b/src/yaml/3dCatalog/3dMetadata.yaml index 595bea4..767d9a6 100644 --- a/src/yaml/3dCatalog/3dMetadata.yaml +++ b/src/yaml/3dCatalog/3dMetadata.yaml @@ -45,7 +45,7 @@ components: example: 3DPhotoRealistic description: type: string - maxLength: 250 + maxLength: 500 nullable: true description: description and comments creationDate: @@ -225,7 +225,7 @@ components: example: 3DPhotoRealistic description: type: string - maxLength: 250 + maxLength: 500 nullable: true description: description and comments creationDate: @@ -409,7 +409,7 @@ components: example: 3DPhotoRealistic description: type: string - maxLength: 250 + maxLength: 500 nullable: true description: description and comments creationDate: @@ -597,7 +597,7 @@ components: description: type: string nullable: true - maxLength: 250 + maxLength: 500 description: description and comments creationDate: type: string