All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fge.jsonschema.examples.fstab-bad.json Maven / Gradle / Ivy

There is a newer version: 2.2.6
Show newest version
{
    "/": {
        "fstype": "btrfs",
        "options": [ "ssd" ]
    },
    "/tmp": {
        "device": "tmpfs",
        "fstype": "tmpfs",
        "options": [ "size=64M" ]
    },
    "/var/lib/mysql": {
        "device": "/dev/data/mysql",
        "fstype": "btrfs"
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy