init: company-haness 설계
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$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"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user