init: company-haness 설계
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"$id": "blocked.schema.json",
|
||||
"title": "blocked report — delta over report.schema.json",
|
||||
"description": "블로커 산출물. 무엇이 막았는지 blocker를 명시한다(사람 게이트/외부 의존 등).",
|
||||
"type": "object",
|
||||
"required": ["blocker", "resume-condition"],
|
||||
"properties": {
|
||||
"blocker": {},
|
||||
"resume-condition": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user