init: company-haness 설계
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "decision.schema.json",
|
||||
"title": "decision report — delta over report.schema.json",
|
||||
"description": "의사결정 산출물. 권고안(recommendation)을 반드시 명시한다. 로더가 공통 스키마의 required/properties에 이 델타를 병합한다.",
|
||||
"type": "object",
|
||||
"required": ["recommendation"],
|
||||
"properties": {
|
||||
"recommendation": {"type": "string"},
|
||||
"decision-question": {"type": "string"},
|
||||
"options": {"type": "array"}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user