Skip to content

Commit e9fe393

Browse files
committed
Add missing test file
1 parent 4d9e290 commit e9fe393

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/example.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"profiles": [{
3+
"id": "json",
4+
"checks": ["json"]
5+
},{
6+
"id": "ap",
7+
"checks": [{
8+
"schema": "../lib/validate/profiles-schema.json",
9+
"language": "json-schema"
10+
}]
11+
}],
12+
"downloads": "urlcache",
13+
"stage": "./"
14+
}

0 commit comments

Comments
 (0)