{
  "type": "object",
  "properties": {
    "name": {
      "description": "The new name of the user.",
      "type": "string"
    },
    "email": {
      "description": "The publicly visible email address of the user.",
      "type": "string"
    },
    "blog": {
      "description": "The new blog URL of the user.",
      "type": "string"
    },
    "twitter_username": {
      "description": "The new Twitter username of the user.",
      "type": [
        "string",
        "null"
      ]
    },
    "company": {
      "description": "The new company of the user.",
      "type": "string"
    },
    "location": {
      "description": "The new location of the user.",
      "type": "string"
    },
    "hireable": {
      "description": "The new hiring availability of the user.",
      "type": "boolean"
    },
    "bio": {
      "description": "The new short biography of the user.",
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2019-09/schema"
}