Challenge stored under the pinned historical procedure.
application/json
{
"type": "object",
"properties": {
"ok": {
"const": true
},
"data": {
"type": "object",
"properties": {
"status": {
"const": "committed"
},
"dispute": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"revision": {
"type": "integer"
},
"aiConfigurationChallenges": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"concern": {
"type": "string"
},
"detail": {
"type": "string"
},
"filedBySide": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"filedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"statusBeforeHold": {
"type": "string"
},
"suspendedRunIds": {
"type": "array",
"items": {
"type": "string"
}
},
"resolution": {
"type": "object",
"properties": {
"at": {
"type": "string"
},
"actorLabel": {
"type": "string"
},
"reasons": {
"type": "string"
},
"replacementSelected": {
"type": "boolean"
}
}
}
}
}
}
}
},
"challenge": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"concern": {
"type": "string"
},
"detail": {
"type": "string"
},
"filedBySide": {
"type": "string",
"enum": [
"claimant",
"respondent"
]
},
"filedAt": {
"type": "string"
},
"status": {
"type": "string"
},
"statusBeforeHold": {
"type": "string"
},
"suspendedRunIds": {
"type": "array",
"items": {
"type": "string"
}
},
"resolution": {
"type": "object",
"properties": {
"at": {
"type": "string"
},
"actorLabel": {
"type": "string"
},
"reasons": {
"type": "string"
},
"replacementSelected": {
"type": "boolean"
}
}
}
}
}
},
"required": [
"status",
"dispute",
"challenge"
]
}
},
"required": [
"ok",
"data"
]
}