Skip to content

Commit b09c9b8

Browse files
authored
chore(data-format): rnf invoice allow negative line items (#1618)
1 parent e7cd450 commit b09c9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
},
125125
"unitPrice": {
126126
"type": "string",
127-
"pattern": "^\\d+$"
127+
"pattern": "^-?\\d+$"
128128
},
129129
"discount": {
130130
"type": "string",

0 commit comments

Comments
 (0)