{
    "type": "object",
    "properties": {
        "foo": {
            "typeof": "function"
        }
    },
    "required": [
        "foo"
    ],
    "$schema": "http://json-schema.org/draft-04/schema#"
}