13 lines
415 B
JSON
13 lines
415 B
JSON
{
|
|
"$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": {}
|
|
}
|
|
}
|