com.github.fge.jsonschema.examples.fstab-bad.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of json-schema-validator Show documentation
Show all versions of json-schema-validator Show documentation
A Java implementation of the JSON Schema specification
{
"/": {
"fstype": "btrfs",
"options": [ "ssd" ]
},
"/tmp": {
"device": "tmpfs",
"fstype": "tmpfs",
"options": [ "size=64M" ]
},
"/var/lib/mysql": {
"device": "/dev/data/mysql",
"fstype": "btrfs"
}
}