Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mod-orders-storage/schemas/receiving_history.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"poLineNumber": {
"description": "A human readable number assigned to this PO line",
"pattern": "^[a-zA-Z0-9]{1,16}-[0-9]{1,3}$",
"pattern": "^[a-zA-Z0-9]{1,22}-[0-9]{1,3}$",
"type": "string"
},
"poLineReceiptStatus": {
Expand Down
2 changes: 1 addition & 1 deletion mod-orders-storage/schemas/title.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"poLineNumber": {
"description": "The number of the POL identified by poLineId",
"type": "string",
"pattern": "^[a-zA-Z0-9]{1,16}-[0-9]{1,3}$",
"pattern": "^[a-zA-Z0-9]{1,22}-[0-9]{1,3}$",
"x-fqm-essential": true,
"x-fqm-visible-by-default": true
},
Expand Down
2 changes: 1 addition & 1 deletion mod-orders/schemas/po_number.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"poNumber": {
"description": "A human readable generated or manually entered ID assigned to the purchase order",
"type": "string",
"pattern": "^[a-zA-Z0-9]{1,16}$"
"pattern": "^[a-zA-Z0-9]{1,22}$"
}
},
"required": [
Expand Down