aboutsummaryrefslogtreecommitdiff
path: root/fixtures/schemas/report.schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'fixtures/schemas/report.schema.json')
-rw-r--r--fixtures/schemas/report.schema.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/fixtures/schemas/report.schema.json b/fixtures/schemas/report.schema.json
new file mode 100644
index 0000000..70ab4df
--- /dev/null
+++ b/fixtures/schemas/report.schema.json
@@ -0,0 +1,10 @@
+{
+ "schema": 1,
+ "required": ["schema", "kind", "files", "metrics"],
+ "properties": {
+ "schema": { "const": 1 },
+ "kind": { "type": "string" },
+ "files": { "type": "integer" },
+ "metrics": { "type": "object" }
+ }
+}