11 lines
219 B
JSON
11 lines
219 B
JSON
|
|
{
|
||
|
|
"schema": 1,
|
||
|
|
"required": ["schema", "kind", "files", "metrics"],
|
||
|
|
"properties": {
|
||
|
|
"schema": { "const": 1 },
|
||
|
|
"kind": { "type": "string" },
|
||
|
|
"files": { "type": "integer" },
|
||
|
|
"metrics": { "type": "object" }
|
||
|
|
}
|
||
|
|
}
|