{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CancelLoginAccountParams",
  "type": "object",
  "required": [
    "loginId"
  ],
  "properties": {
    "loginId": {
      "type": "string"
    }
  }
}