Skip to content

Commit

Permalink
feat: remove limitation on description in 3d (#178)
Browse files Browse the repository at this point in the history
* feat: remove limitation on description in 3d

* fix: set limit to 500
  • Loading branch information
netanelC authored Nov 9, 2023
1 parent 9f72f67 commit 0f3366e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/yaml/3dCatalog/3dMetadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ components:
example: 3DPhotoRealistic
description:
type: string
maxLength: 250
maxLength: 500
nullable: true
description: description and comments
creationDate:
Expand Down Expand Up @@ -225,7 +225,7 @@ components:
example: 3DPhotoRealistic
description:
type: string
maxLength: 250
maxLength: 500
nullable: true
description: description and comments
creationDate:
Expand Down Expand Up @@ -409,7 +409,7 @@ components:
example: 3DPhotoRealistic
description:
type: string
maxLength: 250
maxLength: 500
nullable: true
description: description and comments
creationDate:
Expand Down Expand Up @@ -597,7 +597,7 @@ components:
description:
type: string
nullable: true
maxLength: 250
maxLength: 500
description: description and comments
creationDate:
type: string
Expand Down

0 comments on commit 0f3366e

Please sign in to comment.