{
    "properties": {
        "foo": {
            "type": "string",
            "pattern": "^[a-c]+$"
        },
        "bar": {
            "type": "string",
            "pattern": "^[d-f]+$"
        }
    }
}