14 lines
635 B
JSON
14 lines
635 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "build.schema.json",
|
|
"title": "build report — delta over report.schema.json",
|
|
"description": "구현 산출물. 실제 코드/구성 등 실물 산출물(primary-artifacts, report와 분리·실존)과 수행한 검증(verification-performed)을 명시한다. 보고서 몇 줄로 실물 코드를 대체하지 않는다(#9).",
|
|
"type": "object",
|
|
"required": ["primary-artifacts", "verification-performed"],
|
|
"properties": {
|
|
"primary-artifacts": {"type": "array"},
|
|
"verification-performed": {},
|
|
"implementation-summary": {"type": "string"}
|
|
}
|
|
}
|