mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:23:04 +02:00
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"title": "Short contract title",
|
|
"objective": "One-paragraph objective and success definition.",
|
|
"acceptance_criteria": [
|
|
"Criterion 1",
|
|
"Criterion 2"
|
|
],
|
|
"out_of_scope": [
|
|
"Explicitly excluded item 1"
|
|
],
|
|
"verifier": "Name the command(s) or gate responsible for verification"
|
|
}
|