Skip to content

Commit 7079a8d

Browse files
committed
Remove maxSize on sourceName
1 parent beceb55 commit 7079a8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dataset/src/main/openapi/dataset.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,6 @@ components:
802802
type: string
803803
description: the source data name (e.g. filename associated to the dataset part)
804804
minLength: 1
805-
maxLength: 50
806805
description:
807806
type: string
808807
tags:
@@ -859,7 +858,6 @@ components:
859858
description: the source data name (e.g. filename associated to the dataset part)
860859
type: string
861860
minLength: 1
862-
maxLength: 50
863861
description:
864862
type: string
865863
tags:
@@ -881,7 +879,6 @@ components:
881879
description: the source data name (e.g. filename associated to the dataset part)
882880
type: string
883881
minLength: 1
884-
maxLength: 50
885882
description:
886883
type: string
887884
tags:

0 commit comments

Comments
 (0)