Skip to content

Commit 323b2fb

Browse files
fix(data-format): remove invoice item currency constraints
1 parent 4c300c3 commit 323b2fb

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

packages/data-format/src/format/rnf_invoice/rnf_invoice-0.0.1.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@
130130
"type": "number"
131131
},
132132
"currency": {
133-
"type": "string",
134-
"minLength": 3,
135-
"maxLength": 3
133+
"type": "string"
136134
},
137135
"deliveryDate": {
138136
"type": "string",

packages/data-format/src/format/rnf_invoice/rnf_invoice-0.0.2.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@
134134
"type": "number"
135135
},
136136
"currency": {
137-
"type": "string",
138-
"minLength": 2,
139-
"maxLength": 5
137+
"type": "string"
140138
},
141139
"deliveryDate": {
142140
"type": "string",

packages/data-format/src/format/rnf_invoice/rnf_invoice-0.0.3.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,7 @@
167167
}
168168
},
169169
"currency": {
170-
"type": "string",
171-
"minLength": 2,
172-
"maxLength": 10
170+
"type": "string"
173171
},
174172
"deliveryDate": {
175173
"type": "string",

0 commit comments

Comments
 (0)