From f259393d2a4a65a5405b5c37515598ab2a3c52ac Mon Sep 17 00:00:00 2001 From: netanelC Date: Thu, 9 Nov 2023 13:20:23 +0200 Subject: [PATCH 1/2] feat: remove limitation on description in 3d --- src/yaml/3dCatalog/3dMetadata.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/yaml/3dCatalog/3dMetadata.yaml b/src/yaml/3dCatalog/3dMetadata.yaml index 595bea4..c089437 100644 --- a/src/yaml/3dCatalog/3dMetadata.yaml +++ b/src/yaml/3dCatalog/3dMetadata.yaml @@ -45,7 +45,6 @@ components: example: 3DPhotoRealistic description: type: string - maxLength: 250 nullable: true description: description and comments creationDate: @@ -225,7 +224,6 @@ components: example: 3DPhotoRealistic description: type: string - maxLength: 250 nullable: true description: description and comments creationDate: @@ -409,7 +407,6 @@ components: example: 3DPhotoRealistic description: type: string - maxLength: 250 nullable: true description: description and comments creationDate: @@ -597,7 +594,6 @@ components: description: type: string nullable: true - maxLength: 250 description: description and comments creationDate: type: string From 2acdbfbbe96f793379db558091e12774665942bd Mon Sep 17 00:00:00 2001 From: netanelC Date: Thu, 9 Nov 2023 13:38:36 +0200 Subject: [PATCH 2/2] fix: set limit to 500 --- src/yaml/3dCatalog/3dMetadata.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/yaml/3dCatalog/3dMetadata.yaml b/src/yaml/3dCatalog/3dMetadata.yaml index c089437..767d9a6 100644 --- a/src/yaml/3dCatalog/3dMetadata.yaml +++ b/src/yaml/3dCatalog/3dMetadata.yaml @@ -45,6 +45,7 @@ components: example: 3DPhotoRealistic description: type: string + maxLength: 500 nullable: true description: description and comments creationDate: @@ -224,6 +225,7 @@ components: example: 3DPhotoRealistic description: type: string + maxLength: 500 nullable: true description: description and comments creationDate: @@ -407,6 +409,7 @@ components: example: 3DPhotoRealistic description: type: string + maxLength: 500 nullable: true description: description and comments creationDate: @@ -594,6 +597,7 @@ components: description: type: string nullable: true + maxLength: 500 description: description and comments creationDate: type: string