13 lines
389 B
JSON
13 lines
389 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "work.schema.json",
|
|
"title": "work report — delta over report.schema.json",
|
|
"description": "작업 산출물. 무엇을 했는지 work-summary를 명시한다.",
|
|
"type": "object",
|
|
"required": ["work-summary"],
|
|
"properties": {
|
|
"work-summary": {"type": "string"},
|
|
"next-actions": {"type": "array"}
|
|
}
|
|
}
|