init: company-haness 설계
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#", "type": "object",
|
||||
"required": ["left", "right", "dimensions", "findings", "verdict", "reviewer-role-id"],
|
||||
"properties": {
|
||||
"left": {"type": "object", "required": ["artifact-kind", "artifact-id", "artifact-sha256"]},
|
||||
"right": {"type": "object", "required": ["artifact-kind", "artifact-id", "artifact-sha256"]},
|
||||
"dimensions": {"type": "array", "minItems": 1}, "findings": {"type": "array"},
|
||||
"verdict": {"enum": ["Passed", "Failed"]}, "reviewer-role-id": {"type": "string", "minLength": 1}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user