请求 JSON 预览
本地校验通过后才允许提交给 API
{
"state": {
"row": {
"status": "complete",
"owner": "",
"due_date": "2026-09-18",
"notes": "Waiting for legal approval"
},
"today": "2026-09-20",
"rules": [
"completed work must not have unresolved blockers",
"overdue open work needs an owner"
]
},
"questions": {
"validation_action": {
"type": "choice",
"instructions": "What semantic validation action should the editor show?",
"criteria": {
"accept": "No semantic issue is visible",
"warn": "Allow saving but show a warning",
"block": "A deterministic policy should prevent saving"
}
},
"primary_issue": {
"type": "choice",
"instructions": "What is the primary semantic issue in this row?",
"criteria": {
"none": "No issue",
"status_conflict": "Status conflicts with the notes",
"missing_owner": "Required owner is absent",
"date_conflict": "Dates conflict with the workflow state"
}
},
"semantically_consistent": {
"type": "noul",
"instructions": "Are the row fields semantically consistent with each other?"
}
}
}