Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

RegisterCompleteResponse

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RegisterCompleteResponse",
  "type": "object",
  "properties": {
    "user_id": {
      "type": "integer",
      "format": "int64"
    },
    "user_login_hash": {
      "type": "array",
      "items": {
        "type": "integer",
        "format": "uint8",
        "maximum": 255,
        "minimum": 0
      }
    }
  },
  "required": [
    "user_login_hash",
    "user_id"
  ]
}