}, {
  key: "entry",
  schema: entryObj => {
    return isObject(entryObj) && Object.keys(entryObj).reduce((isValid, key) => {
      return isValid &&