aboutsummaryrefslogtreecommitdiff
path: root/fixtures/schemas/report.schema.json
blob: 70ab4dfe2042b8f7f6c20c1ec8dcc19e9c3d49e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
	"schema": 1,
	"required": ["schema", "kind", "files", "metrics"],
	"properties": {
		"schema": { "const": 1 },
		"kind": { "type": "string" },
		"files": { "type": "integer" },
		"metrics": { "type": "object" }
	}
}