{
  "type": "object",
  "properties": {
    "password": {
      "type": "string"
    },
    "token": {
      "type": "string"
    }
  },
  "required": ["password", "token"],
  "additionalProperties": true
}
