Skip to content

Commit c9e4b80

Browse files
cgokeyChristopher D. Gokey
andauthored
MMT-4083: Increased lengh of pref label and alt label to 1024
Co-authored-by: Christopher D. Gokey <christopher.d.gokey@nasa.gov>
1 parent 4645501 commit c9e4b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static/src/js/schemas/umm/keywordSchema.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const keywordSchema = {
3232
PreferredLabel: {
3333
type: 'string',
3434
minLength: 1,
35-
maxLength: 80
35+
maxLength: 1024
3636
},
3737
AlternateLabels: {
3838
type: 'array',
@@ -41,7 +41,7 @@ const keywordSchema = {
4141
properties: {
4242
LabelName: {
4343
type: 'string',
44-
maxLength: 80
44+
maxLength: 1024
4545
},
4646
LabelType: {
4747
$ref: '#/definitions/LabelTypeEnum'

0 commit comments

Comments
 (0)