not表示json数据不允许匹配某种schema。
not
// a schema { "not": { "type": "string" } }
// success 42
// success { "key": "value" }
// failure "I am a string"