Adjust DarwinReasonCode and remove unused PushPort types
All checks were successful
Generate and Release Protos / release (push) Successful in 41s
All checks were successful
Generate and Release Protos / release (push) Successful in 41s
This commit is contained in:
@@ -31,18 +31,21 @@
|
||||
"additionalItems": false,
|
||||
"items": {
|
||||
"type": "object",
|
||||
"required": ["c", "lR", "cR"],
|
||||
"required": ["c"],
|
||||
"properties": {
|
||||
"c": {
|
||||
"type": "integer",
|
||||
"name": "code",
|
||||
"description": "The 'code' that the late/cancel reason maps to"
|
||||
},
|
||||
"lR": {
|
||||
"lr": {
|
||||
"type": "string",
|
||||
"name": "Late Reason",
|
||||
"description": "The lateReason string for the item"
|
||||
},
|
||||
"cR": {
|
||||
"cr": {
|
||||
"type": "string",
|
||||
"name": "Cancellation Reason",
|
||||
"description": "The cancelReason string for the item"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user