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
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ properties:
$ref: ../defs/print.schema.yaml#/properties/specificationId
status:
$ref: ../defs/print.schema.yaml#/properties/status
reasonCode:
$ref: ../defs/print.schema.yaml#/properties/reasonCode
reasonText:
$ref: ../defs/print.schema.yaml#/properties/reasonText
supplierId:
$ref: ../defs/print.schema.yaml#/properties/supplierId
time:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ properties:
]
type: "string"
pattern: "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z))$"
reasonCode:
type: string
description: A codified reason for the status of the message
examples:
- "FAILURE001"
reasonText:
type: string
description: Human-readable explanation for the reasonCode
examples:
- "Letter has too many pages"
Loading