type: object properties: login: description: User login type: string new_password: description: User password type: string new_password_confirmation: description: User password repeat type: string type: description: User type type: string enum: - USER - ADMIN keyCount: description: API keys count type: integer preferences: description: User preferences $ref: ../schemas/UserPreferences.yaml