clanLib.jsonschema: move tests from pkgs/clan-cli
This commit is contained in:
17
lib/jsonschema/example-data.json
Normal file
17
lib/jsonschema/example-data.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "John Doe",
|
||||
"age": 42,
|
||||
"isAdmin": false,
|
||||
"kernelModules": [
|
||||
"usbhid",
|
||||
"usb_storage"
|
||||
],
|
||||
"userIds": {
|
||||
"mic92": 1,
|
||||
"lassulus": 2,
|
||||
"davhau": 3
|
||||
},
|
||||
"services": {
|
||||
"opt": "this option doesn't make sense"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user