{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "AuthorizeRequest",
  "type": "object",
  "properties": {
    "idTag": {
      "type": "string",
      "maxLength": 20
    }
  },
  "required": [
    "idTag"
  ]
}