13 lines
600 B
JSON
13 lines
600 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "spec.schema.json",
|
|
"title": "spec report — delta over report.schema.json",
|
|
"description": "기능명세 산출물. PRD/api-contract/수용기준 등 실물 산출물(primary-artifacts, report와 분리·실존)과 수용기준(acceptance-criteria)을 명시한다. 보고서 몇 줄로 실물 명세를 대체하지 않는다(#9).",
|
|
"type": "object",
|
|
"required": ["primary-artifacts", "acceptance-criteria"],
|
|
"properties": {
|
|
"primary-artifacts": {"type": "array"},
|
|
"acceptance-criteria": {"type": "array"}
|
|
}
|
|
}
|