Upgrade
to

Current JSON Schema

{
"id": "http://example.com/schema",
"$schema": "http://json-schema.org/draft-04/schema#",
"dependencies": {
"foo": [
"bar"
]
},
"properties": {
"foo": {
"enum": [
"single-value"
]
},
"bar": {
"type": "number",
"minimum": 5,
"exclusiveMinimum": true
}
}
}

Upgraded JSON Schema