Skip to content

Commit 1d8fce2

Browse files
author
AWS
committed
AWS B2B Data Interchange Update: Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code
1 parent 7e959fc commit 1d8fce2

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS B2B Data Interchange",
4+
"contributor": "",
5+
"description": "Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code"
6+
}

services/b2bi/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2859,13 +2859,13 @@
28592859
"type":"string",
28602860
"max":15,
28612861
"min":2,
2862-
"pattern":"[a-zA-Z0-9]*"
2862+
"pattern":"[a-zA-Z0-9 ]*"
28632863
},
28642864
"X12ApplicationSenderCode":{
28652865
"type":"string",
28662866
"max":15,
28672867
"min":2,
2868-
"pattern":"[a-zA-Z0-9]*"
2868+
"pattern":"[a-zA-Z0-9 ]*"
28692869
},
28702870
"X12ComponentSeparator":{
28712871
"type":"string",
@@ -3005,7 +3005,7 @@
30053005
"type":"string",
30063006
"max":15,
30073007
"min":15,
3008-
"pattern":"[a-zA-Z0-9]*"
3008+
"pattern":"[a-zA-Z0-9 ]*"
30093009
},
30103010
"X12RepetitionSeparator":{
30113011
"type":"string",
@@ -3028,7 +3028,7 @@
30283028
"type":"string",
30293029
"max":15,
30303030
"min":15,
3031-
"pattern":"[a-zA-Z0-9]*"
3031+
"pattern":"[a-zA-Z0-9 ]*"
30323032
},
30333033
"X12TransactionSet":{
30343034
"type":"string",

0 commit comments

Comments
 (0)