definitions:
  User:
    type: object
    properties:
      id:
        type: uint
      username:
        type: string
      email:
        type: string
      password:
        type: string
    required:
      - username
      - email
      - password