Evaluation accepted; the respondent party capability is returned once.
application/json
{
"type": "object",
"additionalProperties": false,
"required": [
"data",
"requestId"
],
"properties": {
"data": {
"$ref": "#/components/schemas/NarrowEvaluationAcceptance",
"type": "object",
"additionalProperties": false,
"required": [
"schemaVersion",
"caseId",
"externalEvaluationId",
"evaluationDigest",
"accepted",
"status",
"evaluationPath",
"capabilityDelivery"
],
"properties": {
"schemaVersion": {
"type": "string",
"const": "narrow-evaluation-acceptance-v2"
},
"caseId": {
"type": "string"
},
"externalEvaluationId": {
"type": "string"
},
"evaluationDigest": {
"type": "string",
"pattern": "^[a-f0-9]{64}$"
},
"accepted": {
"type": "boolean",
"const": true
},
"status": {
"type": "string",
"const": "awaiting_party_submissions"
},
"evaluationPath": {
"type": "string"
},
"capabilityDelivery": {
"type": "string",
"const": "show_once_not_replayed"
},
"showOnce": {
"type": "object",
"additionalProperties": false,
"required": [
"respondentPartyToken"
],
"properties": {
"respondentPartyToken": {
"type": "string"
}
}
}
}
},
"requestId": {
"type": "string"
}
}
}