call-qa-processing / ml-services /evaluation /v2 /contracts /supervisor_draft.schema.json
aniketqxp's picture
feat: publish evaluator outcomes and stage progress
40b1357 verified
Raw
History Blame Contribute Delete
1.05 kB
{
"additionalProperties": false,
"properties": {
"supporting_finding_ids": {
"items": {
"type": "string"
},
"maxItems": 4,
"title": "Supporting Finding Ids",
"type": "array"
},
"positive_finding_ids": {
"items": {
"type": "string"
},
"maxItems": 4,
"title": "Positive Finding Ids",
"type": "array"
},
"evidence_ids": {
"items": {
"type": "string"
},
"maxItems": 8,
"title": "Evidence Ids",
"type": "array"
},
"uncertainty_codes": {
"items": {
"type": "string"
},
"maxItems": 4,
"title": "Uncertainty Codes",
"type": "array"
},
"context_note": {
"anyOf": [
{
"maxLength": 600,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Context Note"
}
},
"title": "SupervisorDraft",
"type": "object"
}