{
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "format": "email"
    },
    "password": {
      "type": "string"
    },
    "full_name": {
      "type": "string"
    }
  },
  "additionalProperties": true
}
