Existing request cancelled or replayed
application/json
{
"$ref": "#/components/schemas/PreAwardTerminationResponse",
"type": "object",
"additionalProperties": false,
"required": [
"data",
"requestId"
],
"properties": {
"data": {
"type": "object",
"additionalProperties": false,
"required": [
"caseId",
"caseStatus",
"revision",
"termination"
],
"properties": {
"caseId": {
"type": "string"
},
"caseStatus": {
"type": "string"
},
"revision": {
"type": "integer",
"minimum": 0
},
"termination": {
"$ref": "#/components/schemas/PreAwardTermination",
"type": "object",
"additionalProperties": false,
"required": [
"schemaVersion",
"id",
"kind",
"status",
"initiatedBySide",
"initiatedAt",
"confirmations",
"fundsEffect"
],
"properties": {
"schemaVersion": {
"type": "string",
"const": "pre-award-termination-v1"
},
"id": {
"type": "string"
},
"kind": {
"type": "string",
"enum": [
"claimant_withdrawal",
"party_agreement"
]
},
"status": {
"type": "string",
"enum": [
"pending",
"completed",
"cancelled",
"superseded"
]
},
"initiatedBySide": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"initiatedAt": {
"type": "string",
"format": "date-time"
},
"confirmations": {
"type": "array",
"maxItems": 2,
"items": {
"type": "object",
"additionalProperties": false,
"required": [
"side",
"confirmedAt"
],
"properties": {}
}
},
"completedAt": {
"type": "string",
"format": "date-time"
},
"cancelledAt": {
"type": "string",
"format": "date-time"
},
"fundsEffect": {
"type": "string",
"const": "none"
},
"adoptsRulesVersion": {
"type": "string"
},
"adoptsRulesHash": {
"type": "string",
"pattern": "^[a-f0-9]{64}$"
}
}
},
"deadlinesContinue": {
"type": "boolean"
}
}
},
"requestId": {
"type": "string"
}
}
}