npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs npm WARN deprecated json-schema-ref-parser@6.1.0: Please switch to @apidevtools/json-schema-ref-parser added 817 packages, and audited 822 packages in 7s 120 packages are looking for funding run `npm fund` for details found 0 vulnerabilities > test > npm run build:generate && rm -rf coverage && rm -rf .nyc_output && npm-run-all -c test:* > build:generate > npm-run-all build:generate:* > build:generate:scopes > npx openapi-codegen -i ../openapi/dist/openapi.json -p @cross-lab-project/codegen-typescript-addon:preset:scopes -o src/generated loading addon "@cross-lab-project/codegen-typescript-addon" addon path: /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/crosslab-typescript-addon/lib/cjs/index.js Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/src/generated/scopes.ts > build:generate:code > npx openapi-codegen -i dist/openapi.json -p @cross-lab-project/codegen-typescript-addon:preset:service -o src/generated loading addon "@cross-lab-project/codegen-typescript-addon" addon path: /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/crosslab-typescript-addon/lib/cjs/index.js Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/src/generated/basicValidation.ts Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/src/generated/index.ts Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/src/generated/requestValidation.ts Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/src/generated/routes.ts Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/src/generated/signatures.ts Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/src/generated/types.ts > build:generate:test > npx openapi-codegen -i dist/openapi.json -p @cross-lab-project/codegen-typescript-addon:preset:service:test -o test/generated loading addon "@cross-lab-project/codegen-typescript-addon" addon path: /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/crosslab-typescript-addon/lib/cjs/index.js Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/test/generated/basicValidation.spec.ts Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/test/generated/index.spec.ts Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/test/generated/requestValidation.spec.ts Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/test/generated/routes.spec.ts Writing /data/gitlab-runner/mvrNoxCy/0/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/services/auth/test/generated/types.spec.ts > test:database > nyc --temp-dir .nyc_output/database --silent --reporter=html env-cmd -e development ts-mocha --require @babel/register test/database/index.spec.ts Database Model Tests getModelName ✔ should return the correct name for the provided model Data Source Tests initializeDataSource ✔ should initialize the data source successfully (288ms) ✔ should teardown the data source correctly ✔ should throw an error on getRepository() if the data source has not been initialized ✔ should throw an error on teardown() if the data source has not been initialized ✔ should update the data source correctly (398ms) Repositories ✔ Should setup the repository tests (458ms) Active Key Repository Test create ✔ should create a model from empty data ✔ should create a model from valid data (active key 1) ✔ should create a model from valid data (GET /auth active key) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized find ✔ should find all models ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOne ✔ should find a specific existing model (active key 1) ✔ should find a specific existing model (GET /auth active key) ✔ should return null when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOneOrFail ✔ should find a specific existing model (active key 1) ✔ should find a specific existing model (GET /auth active key) ✔ should throw a MissingEntityError when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized format ✔ should correctly format a model (active key 1) ✔ should correctly format a model (GET /auth active key) remove ✔ should remove a specific existing model (active key 1) ✔ should remove a specific existing model (GET /auth active key) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized save ✔ should save a valid model (active key 1) ✔ should save a valid model (GET /auth active key) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized write ✔ should write valid data to a model correctly (active key 1) ✔ should write valid data to a model correctly (GET /auth active key) Key Repository Test create ✔ should create a model from empty data ✔ should create a model from valid data (key 1) ✔ should create a model from valid data (GET /auth key) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized find ✔ should find all models ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOne ✔ should find a specific existing model (key 1) ✔ should find a specific existing model (GET /auth key) ✔ should return null when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOneOrFail ✔ should find a specific existing model (key 1) ✔ should find a specific existing model (GET /auth key) ✔ should throw a MissingEntityError when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized format ✔ should correctly format a model (key 1) ✔ should correctly format a model (GET /auth key) remove ✔ should remove a specific existing model (key 1) ✔ should remove a specific existing model (GET /auth key) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized save ✔ should save a valid model (key 1) ✔ should save a valid model (GET /auth key) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized write ✔ should write valid data to a model correctly (key 1) ✔ should write valid data to a model correctly (GET /auth key) Role Repository Test additional ✔ should add user to role only if user is not already present ✔ should remove user from role only if user is present ✔ it should not write property 'name' if it is not provided ✔ it should not write property 'scopes' if it is not provided create ✔ should create a model from empty data ✔ should create a model from valid data (superadmin) ✔ should create a model from valid data (user) ✔ should create a model from valid data (deviceservice) ✔ should create a model from valid data (device) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized find ✔ should find all models ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOne ✔ should find a specific existing model (superadmin) ✔ should find a specific existing model (user) ✔ should find a specific existing model (deviceservice) ✔ should find a specific existing model (device) ✔ should return null when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOneOrFail ✔ should find a specific existing model (superadmin) ✔ should find a specific existing model (user) ✔ should find a specific existing model (deviceservice) ✔ should find a specific existing model (device) ✔ should throw a MissingEntityError when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized format ✔ should correctly format a model (superadmin) ✔ should correctly format a model (user) ✔ should correctly format a model (deviceservice) ✔ should correctly format a model (device) remove ✔ should remove a specific existing model (superadmin) ✔ should remove a specific existing model (user) ✔ should remove a specific existing model (deviceservice) ✔ should remove a specific existing model (device) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized save ✔ should throw an UninitializedRepositoryError if the repository has not been initialized ✔ should save a valid model (superadmin) ✔ should save a valid model (user) ✔ should save a valid model (deviceservice) ✔ should save a valid model (device) write ✔ should write valid data to a model correctly (superadmin) ✔ should write valid data to a model correctly (user) ✔ should write valid data to a model correctly (deviceservice) ✔ should write valid data to a model correctly (device) Scope Repository Test create ✔ should create a model from empty data ✔ should create a model from valid data (scope 1) ✔ should create a model from valid data (scope 2) ✔ should create a model from valid data (scope 3) ✔ should create a model from valid data (scope 4) ✔ should create a model from valid data (scope 5) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized find ✔ should find all models ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOne ✔ should find a specific existing model (scope 1) ✔ should find a specific existing model (scope 2) ✔ should find a specific existing model (scope 3) ✔ should find a specific existing model (scope 4) ✔ should find a specific existing model (scope 5) ✔ should return null when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOneOrFail ✔ should find a specific existing model (scope 1) ✔ should find a specific existing model (scope 2) ✔ should find a specific existing model (scope 3) ✔ should find a specific existing model (scope 4) ✔ should find a specific existing model (scope 5) ✔ should throw a MissingEntityError when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized format ✔ should correctly format a model (scope 1) ✔ should correctly format a model (scope 2) ✔ should correctly format a model (scope 3) ✔ should correctly format a model (scope 4) ✔ should correctly format a model (scope 5) remove ✔ should remove a specific existing model (scope 1) ✔ should remove a specific existing model (scope 2) ✔ should remove a specific existing model (scope 3) ✔ should remove a specific existing model (scope 4) ✔ should remove a specific existing model (scope 5) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized save ✔ should save a valid model (scope 1) ✔ should save a valid model (scope 2) ✔ should save a valid model (scope 3) ✔ should save a valid model (scope 4) ✔ should save a valid model (scope 5) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized write ✔ should write valid data to a model correctly (scope 1) ✔ should write valid data to a model correctly (scope 2) ✔ should write valid data to a model correctly (scope 3) ✔ should write valid data to a model correctly (scope 4) ✔ should write valid data to a model correctly (scope 5) Token Repository Test additional ✔ should add scope to token model only if it is not already present create ✔ should create a model from empty data ✔ should create a model from valid data (superadmin expired token) ✔ should create a model from valid data (superadmin valid user token 1) ✔ should create a model from valid data (superadmin valid user token 2) ✔ should create a model from valid data (GET /auth valid user token) ✔ should create a model from valid data (GET /auth valid device token) ✔ should create a model from valid data (GET /auth expired token) ✔ should create a model from valid data (POST /logout valid user token) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized find ✔ should find all models ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOne ✔ should find a specific existing model (superadmin expired token) ✔ should find a specific existing model (superadmin valid user token 1) ✔ should find a specific existing model (superadmin valid user token 2) ✔ should find a specific existing model (GET /auth valid user token) ✔ should find a specific existing model (GET /auth valid device token) ✔ should find a specific existing model (GET /auth expired token) ✔ should find a specific existing model (POST /logout valid user token) ✔ should return null when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOneOrFail ✔ should find a specific existing model (superadmin expired token) ✔ should find a specific existing model (superadmin valid user token 1) ✔ should find a specific existing model (superadmin valid user token 2) ✔ should find a specific existing model (GET /auth valid user token) ✔ should find a specific existing model (GET /auth valid device token) ✔ should find a specific existing model (GET /auth expired token) ✔ should find a specific existing model (POST /logout valid user token) ✔ should throw a MissingEntityError when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized format ✔ should correctly format a model (superadmin expired token) ✔ should correctly format a model (superadmin valid user token 1) ✔ should correctly format a model (superadmin valid user token 2) ✔ should correctly format a model (GET /auth valid user token) ✔ should correctly format a model (GET /auth valid device token) ✔ should correctly format a model (GET /auth expired token) ✔ should correctly format a model (POST /logout valid user token) remove ✔ should remove a specific existing model (superadmin expired token) ✔ should remove a specific existing model (superadmin valid user token 1) ✔ should remove a specific existing model (superadmin valid user token 2) ✔ should remove a specific existing model (GET /auth valid user token) ✔ should remove a specific existing model (GET /auth valid device token) ✔ should remove a specific existing model (GET /auth expired token) ✔ should remove a specific existing model (POST /logout valid user token) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized save ✔ should save a valid model (superadmin expired token) ✔ should save a valid model (superadmin valid user token 1) ✔ should save a valid model (superadmin valid user token 2) ✔ should save a valid model (GET /auth valid user token) ✔ should save a valid model (GET /auth valid device token) ✔ should save a valid model (GET /auth expired token) ✔ should save a valid model (POST /logout valid user token) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized write ✔ should write valid data to a model correctly (superadmin expired token) ✔ should write valid data to a model correctly (superadmin valid user token 1) ✔ should write valid data to a model correctly (superadmin valid user token 2) ✔ should write valid data to a model correctly (GET /auth valid user token) ✔ should write valid data to a model correctly (GET /auth valid device token) ✔ should write valid data to a model correctly (GET /auth expired token) ✔ should write valid data to a model correctly (POST /logout valid user token) User Repository Test additional ✔ should add role to user only if role is not already present ✔ should remove role from user only if role is present ✔ should only write username if provided ✔ should only write password if provided ✔ should only write roles if provided create ✔ should create a model from empty data ✔ should create a model from valid data (superadmin) (180ms) ✔ should create a model from valid data (deviceservice) (179ms) ✔ should create a model from valid data (GET /auth user) (178ms) ✔ should create a model from valid data (POST /device_authentication_token user) (179ms) ✔ should create a model from valid data (POST /logout user) (178ms) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized find ✔ should find all models ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOne ✔ should find a specific existing model (superadmin) ✔ should find a specific existing model (deviceservice) ✔ should find a specific existing model (GET /auth user) ✔ should find a specific existing model (POST /device_authentication_token user) ✔ should find a specific existing model (POST /logout user) ✔ should return null when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized findOneOrFail ✔ should find a specific existing model (superadmin) ✔ should find a specific existing model (deviceservice) ✔ should find a specific existing model (GET /auth user) ✔ should find a specific existing model (POST /device_authentication_token user) ✔ should find a specific existing model (POST /logout user) ✔ should throw a MissingEntityError when the model does not exist ✔ should throw an UninitializedRepositoryError if the repository has not been initialized format ✔ should correctly format a model (superadmin) ✔ should correctly format a model (deviceservice) ✔ should correctly format a model (GET /auth user) ✔ should correctly format a model (POST /device_authentication_token user) ✔ should correctly format a model (POST /logout user) remove ✔ should remove a specific existing model (superadmin) ✔ should remove a specific existing model (deviceservice) ✔ should remove a specific existing model (GET /auth user) ✔ should remove a specific existing model (POST /device_authentication_token user) ✔ should remove a specific existing model (POST /logout user) ✔ should throw an UninitializedRepositoryError if the repository has not been initialized save ✔ should throw an UninitializedRepositoryError if the repository has not been initialized ✔ should save a valid model (superadmin) (181ms) ✔ should save a valid model (deviceservice) (179ms) ✔ should save a valid model (GET /auth user) (179ms) ✔ should save a valid model (POST /device_authentication_token user) (178ms) ✔ should save a valid model (POST /logout user) (178ms) write ✔ should write valid data to a model correctly (superadmin) (177ms) ✔ should write valid data to a model correctly (deviceservice) (178ms) ✔ should write valid data to a model correctly (GET /auth user) (177ms) ✔ should write valid data to a model correctly (POST /device_authentication_token user) (180ms) ✔ should write valid data to a model correctly (POST /logout user) (178ms) 252 passing (19s) > test:operations > nyc --temp-dir .nyc_output/operations --silent --reporter=html env-cmd -e development ts-mocha --require @babel/register test/operations/index.spec.ts Operations ✔ should initialize the test data GET /auth ✔ should authenticate a non-allowlisted user with a valid token ✔ should authenticate an allowlisted user with a valid token ✔ should not authenticate a non-allowlisted user with an invalid token ✔ should return status 200 with empty headers for non-allowlisted user without an 'Authorization'-header ✔ should not authenticate a non-allowlisted user with an expired token ✔ should not authenticate a non-allowlisted user with a malformed 'Authorization'-header ✔ should not authenticate a non-allowlisted user with an empty token ✔ should throw an InconsistentDatabaseError if no user is associated with the found token ✔ should authenticate a non-allowlisted device with a valid device token POST /device_authentication_token ✔ should throw a MissingEntityError if the requesting user cannot be found in the database ✔ should allow the owner of the device to issue a device authentication token ✔ should allow a user with scope 'device_token' to issue a device authentication token for the device of another user ✔ should allow a user with scope 'device_token:create' to issue a device authentication token for the device of another user GET /identity ✔ should get the identity of a known user ✔ should not get the identity of an unknown user PATCH /identity ✔ should update the identity of a known user ✔ should update the identity of a known user with undefined body ✔ should not update the identity of an unknown user POST /login ✔ should login the local test user successfully (113ms) ✔ should not login a local user with wrong username ✔ should not login a local user with wrong password (91ms) ✔ should login using loginTui ✔ should convert an LdapAuthenticationError to an AuthenticationError ✔ should throw an AuthenticationError when the returned token model is undefined POST /logout ✔ should logout the user successfully ✔ should throw an error if the user is not found ✔ should not delete a token which doesn't belong to the requesting user POST /register ✔ should register the user successfully (189ms) ✔ should throw a RegistrationError if user with the same username already exists (95ms) ✔ should throw a RegistrationError if user cannot be saved (93ms) ✔ should throw an InconsistentDatabaseError if the role 'user' is missing in the database (99ms) GET /roles ✔ should get all roles POST /roles ✔ should correctly add a new role GET /roles/{role_id} ✔ should find and return the role with the provided id ✔ should throw a MissingEntityError if the role cannot be found PATCH /roles/{role_id} ✔ should successfully patch the role ✔ should not change anything if the body is undefined ✔ should throw a MissingEntityError if the role cannot be found DELETE /roles/{role_id} ✔ should delete the role successfully ✔ should throw a MissingEntityError if the role cannot be found GET /roles/{role_id}/roles ✔ should get all users of the role ✔ should throw a MissingEntityError if the role cannot be found POST /roles/{role_id}/roles ✔ should successfully add the users to the role ✔ should not add any users if the body is undefined ✔ should throw a MissingEntityError if the role cannot be found DELETE /roles/{role_id}/roles ✔ should successfully remove the users from the role ✔ should not remove any users if the body is undefined ✔ should throw a MissingEntityError if the role cannot be found GET /users ✔ should get all users POST /users ✔ should correctly add a new valid user (182ms) ✔ should throw a RegistrationError if user with the same username already exists (92ms) DELETE /users/{user_id} ✔ should delete the user successfully ✔ should throw a MissingEntityError if the user cannot be found GET /users/{user_id} ✔ should find and return the user with the provided id ✔ should throw a MissingEntityError if the user cannot be found PATCH /users/{user_id} ✔ should successfully patch the user (95ms) ✔ should not change anything if the body is undefined ✔ should throw a MissingEntityError if the user cannot be found DELETE /users/{user_id}/roles ✔ should successfully remove the roles from the user ✔ should not remove any roles if body is undefined ✔ should throw a MissingEntityError if the user cannot be found GET /users/{user_id}/roles ✔ should get all roles of the user ✔ should throw a MissingEntityError if the user cannot be found POST /users/{user_id}/roles ✔ should successfully add the roles to the user ✔ should not add any roles if body is undefined ✔ should throw a MissingEntityError if the user cannot be found 67 passing (6s) > test:index > nyc --temp-dir .nyc_output/index --silent --reporter=html env-cmd -e development ts-mocha --require @babel/register test/index.spec.ts Index ✔ should have at least one active key (73ms) ✔ should create the route "/.well-known/jwks.json" correctly ✔ should create the route "/.well-known/openid-configuration" correctly 3 passing (10s) > test:config > nyc --temp-dir .nyc_output/config --silent --reporter=html env-cmd -e development ts-mocha --require @babel/register test/config.spec.ts Config ✔ should handle a valid PORT option correctly ✔ should use the default PORT value when none is provided ✔ should handle a valid NODE_ENV option correctly ✔ should use the default NODE_ENV value when none is provided ✔ should handle a valid BASE_URL option correctly ✔ should use the default BASE_URL value when none is provided ✔ should handle a valid SECURITY_ISSUER option correctly ✔ should exit if the SECURITY_ISSUER option is not set ✔ should handle a valid SECURITY_AUDIENCE option correctly ✔ should exit if the SECURITY_AUDIENCE option is not set ✔ should handle a valid ALLOWLIST option correctly ✔ should handle an empty ALLOWLIST option correctly die ✔ should exit the program and log the reason 13 passing (19ms) > test:generated > nyc --temp-dir .nyc_output/generated --silent --reporter=html env-cmd -e development ts-mocha --require @babel/register test/generated/index.spec.ts Generated Basic Validation Tests ✔ should correctly validate valid UserType objects ✔ should correctly validate invalid UserType objects with changed schema property type ✔ should correctly validate invalid UserType objects with negated schema property type ✔ should correctly validate invalid UserType objects with removed schema.url property ✔ should correctly validate invalid UserType objects with removed schema.username property ✔ should correctly validate invalid UserType objects with removed schema.scopes property ✔ should correctly validate invalid UserType objects with removed schema.url property format ✔ should correctly validate invalid UserType objects with changed schema.url property type ✔ should correctly validate invalid UserType objects with negated schema.url property type ✔ should correctly validate invalid UserType objects with changed schema.username property type ✔ should correctly validate invalid UserType objects with negated schema.username property type ✔ should correctly validate invalid UserType objects with changed schema.scopes property type ✔ should correctly validate invalid UserType objects with negated schema.scopes property type ✔ should correctly validate invalid UserType objects with changed schema.scopes.items property type ✔ should correctly validate invalid UserType objects with negated schema.scopes.items property type ✔ should correctly validate valid Credentials objects ✔ should correctly validate invalid Credentials objects with changed schema property type ✔ should correctly validate invalid Credentials objects with negated schema property type ✔ should correctly validate invalid Credentials objects with removed schema.username property ✔ should correctly validate invalid Credentials objects with removed schema.password property ✔ should correctly validate invalid Credentials objects with changed schema.username property type ✔ should correctly validate invalid Credentials objects with negated schema.username property type ✔ should correctly validate invalid Credentials objects with changed schema.password property type ✔ should correctly validate invalid Credentials objects with negated schema.password property type ✔ should correctly validate valid AuthMethod objects ✔ should correctly validate invalid AuthMethod objects with removed schema property enum ✔ should correctly validate invalid AuthMethod objects with changed schema property type ✔ should correctly validate invalid AuthMethod objects with negated schema property type ✔ should correctly validate valid User objects ✔ should correctly validate invalid User objects with changed schema property type ✔ should correctly validate invalid User objects with negated schema property type ✔ should correctly validate invalid User objects with removed schema.url property ✔ should correctly validate invalid User objects with removed schema.id property ✔ should correctly validate invalid User objects with removed schema.username property ✔ should correctly validate invalid User objects with removed schema.password property ✔ should correctly validate invalid User objects with removed schema.url property format ✔ should correctly validate invalid User objects with changed schema.url property type ✔ should correctly validate invalid User objects with negated schema.url property type ✔ should correctly validate invalid User objects with changed schema.id property type ✔ should correctly validate invalid User objects with negated schema.id property type ✔ should correctly validate invalid User objects with changed schema.username property type ✔ should correctly validate invalid User objects with negated schema.username property type ✔ should correctly validate invalid User objects with changed schema.password property type ✔ should correctly validate invalid User objects with negated schema.password property type ✔ should correctly validate valid UserUpdate objects ✔ should correctly validate valid UserUpdate objects with missing schema.username property ✔ should correctly validate valid UserUpdate objects with missing schema.password property ✔ should correctly validate invalid UserUpdate objects with changed schema property type ✔ should correctly validate invalid UserUpdate objects with negated schema property type ✔ should correctly validate invalid UserUpdate objects with changed schema.username property type ✔ should correctly validate invalid UserUpdate objects with negated schema.username property type ✔ should correctly validate invalid UserUpdate objects with changed schema.password property type ✔ should correctly validate invalid UserUpdate objects with negated schema.password property type ✔ should correctly validate valid Role objects ✔ should correctly validate invalid Role objects with changed schema property type ✔ should correctly validate invalid Role objects with negated schema property type ✔ should correctly validate invalid Role objects with removed schema.url property ✔ should correctly validate invalid Role objects with removed schema.id property ✔ should correctly validate invalid Role objects with removed schema.name property ✔ should correctly validate invalid Role objects with removed schema.scopes property ✔ should correctly validate invalid Role objects with removed schema.url property format ✔ should correctly validate invalid Role objects with changed schema.url property type ✔ should correctly validate invalid Role objects with negated schema.url property type ✔ should correctly validate invalid Role objects with changed schema.id property type ✔ should correctly validate invalid Role objects with negated schema.id property type ✔ should correctly validate invalid Role objects with changed schema.name property type ✔ should correctly validate invalid Role objects with negated schema.name property type ✔ should correctly validate invalid Role objects with changed schema.scopes property type ✔ should correctly validate invalid Role objects with negated schema.scopes property type ✔ should correctly validate invalid Role objects with changed schema.scopes.items property type ✔ should correctly validate invalid Role objects with negated schema.scopes.items property type ✔ should correctly validate valid Authorization objects ✔ should correctly validate invalid Authorization objects with changed schema property type ✔ should correctly validate invalid Authorization objects with negated schema property type ✔ should correctly validate valid XRealIP objects ✔ should correctly validate invalid XRealIP objects with removed schema property format ✔ should correctly validate invalid XRealIP objects with changed schema property type ✔ should correctly validate invalid XRealIP objects with negated schema property type ✔ should correctly validate valid XForwardedProto objects ✔ should correctly validate invalid XForwardedProto objects with changed schema property type ✔ should correctly validate invalid XForwardedProto objects with negated schema property type ✔ should correctly validate valid DeviceUrl objects ✔ should correctly validate invalid DeviceUrl objects with changed schema property type ✔ should correctly validate invalid DeviceUrl objects with negated schema property type ✔ should correctly validate valid UserId objects ✔ should correctly validate invalid UserId objects with changed schema property type ✔ should correctly validate invalid UserId objects with negated schema property type ✔ should correctly validate valid RoleId objects ✔ should correctly validate invalid RoleId objects with changed schema property type ✔ should correctly validate invalid RoleId objects with negated schema property type ✔ should correctly validate valid getAuthHeaderAuthorization objects ✔ should correctly validate invalid getAuthHeaderAuthorization objects with removed schema property format ✔ should correctly validate invalid getAuthHeaderAuthorization objects with changed schema property type ✔ should correctly validate invalid getAuthHeaderAuthorization objects with negated schema property type ✔ should correctly validate valid postLoginRequestBody objects ✔ should correctly validate invalid postLoginRequestBody objects with changed schema.allOf[0] property type ✔ should correctly validate invalid postLoginRequestBody objects with negated schema.allOf[0] property type ✔ should correctly validate invalid postLoginRequestBody objects with removed schema.allOf[0].username property ✔ should correctly validate invalid postLoginRequestBody objects with removed schema.allOf[0].password property ✔ should correctly validate invalid postLoginRequestBody objects with changed schema.allOf[0].username property type ✔ should correctly validate invalid postLoginRequestBody objects with negated schema.allOf[0].username property type ✔ should correctly validate invalid postLoginRequestBody objects with changed schema.allOf[0].password property type ✔ should correctly validate invalid postLoginRequestBody objects with negated schema.allOf[0].password property type ✔ should correctly validate invalid postLoginRequestBody objects with changed schema.allOf[1] property type ✔ should correctly validate invalid postLoginRequestBody objects with negated schema.allOf[1] property type ✔ should correctly validate invalid postLoginRequestBody objects with removed schema.allOf[1].method property enum ✔ should correctly validate invalid postLoginRequestBody objects with changed schema.allOf[1].method property type ✔ should correctly validate invalid postLoginRequestBody objects with negated schema.allOf[1].method property type ✔ should correctly validate invalid postLoginRequestBody objects with negated schema property type ✔ should correctly validate valid postLoginResponse201 objects ✔ should correctly validate invalid postLoginResponse201 objects with changed schema property type ✔ should correctly validate invalid postLoginResponse201 objects with negated schema property type ✔ should correctly validate valid postLogoutRequestBody objects ✔ should correctly validate valid postLogoutRequestBody objects with missing schema.token property ✔ should correctly validate invalid postLogoutRequestBody objects with changed schema property type ✔ should correctly validate invalid postLogoutRequestBody objects with negated schema property type ✔ should correctly validate invalid postLogoutRequestBody objects with changed schema.token property type ✔ should correctly validate invalid postLogoutRequestBody objects with negated schema.token property type ✔ should correctly validate valid postDeviceAuthenticationTokenResponse201 objects ✔ should correctly validate invalid postDeviceAuthenticationTokenResponse201 objects with changed schema property type ✔ should correctly validate invalid postDeviceAuthenticationTokenResponse201 objects with negated schema property type ✔ should correctly validate valid getUsersResponse200 objects ✔ should correctly validate invalid getUsersResponse200 objects with changed schema property type ✔ should correctly validate invalid getUsersResponse200 objects with negated schema property type ✔ should correctly validate invalid getUsersResponse200 objects with changed schema.items property type ✔ should correctly validate invalid getUsersResponse200 objects with negated schema.items property type ✔ should correctly validate invalid getUsersResponse200 objects with removed schema.items.url property ✔ should correctly validate invalid getUsersResponse200 objects with removed schema.items.id property ✔ should correctly validate invalid getUsersResponse200 objects with removed schema.items.username property ✔ should correctly validate invalid getUsersResponse200 objects with removed schema.items.password property ✔ should correctly validate invalid getUsersResponse200 objects with removed schema.items.url property format ✔ should correctly validate invalid getUsersResponse200 objects with changed schema.items.url property type ✔ should correctly validate invalid getUsersResponse200 objects with negated schema.items.url property type ✔ should correctly validate invalid getUsersResponse200 objects with changed schema.items.id property type ✔ should correctly validate invalid getUsersResponse200 objects with negated schema.items.id property type ✔ should correctly validate invalid getUsersResponse200 objects with changed schema.items.username property type ✔ should correctly validate invalid getUsersResponse200 objects with negated schema.items.username property type ✔ should correctly validate invalid getUsersResponse200 objects with changed schema.items.password property type ✔ should correctly validate invalid getUsersResponse200 objects with negated schema.items.password property type ✔ should correctly validate valid postUsersRequestBody objects ✔ should correctly validate invalid postUsersRequestBody objects with changed schema property type ✔ should correctly validate invalid postUsersRequestBody objects with negated schema property type ✔ should correctly validate invalid postUsersRequestBody objects with removed schema.url property ✔ should correctly validate invalid postUsersRequestBody objects with removed schema.id property ✔ should correctly validate invalid postUsersRequestBody objects with removed schema.username property ✔ should correctly validate invalid postUsersRequestBody objects with removed schema.password property ✔ should correctly validate invalid postUsersRequestBody objects with removed schema.url property format ✔ should correctly validate invalid postUsersRequestBody objects with changed schema.url property type ✔ should correctly validate invalid postUsersRequestBody objects with negated schema.url property type ✔ should correctly validate invalid postUsersRequestBody objects with changed schema.id property type ✔ should correctly validate invalid postUsersRequestBody objects with negated schema.id property type ✔ should correctly validate invalid postUsersRequestBody objects with changed schema.username property type ✔ should correctly validate invalid postUsersRequestBody objects with negated schema.username property type ✔ should correctly validate invalid postUsersRequestBody objects with changed schema.password property type ✔ should correctly validate invalid postUsersRequestBody objects with negated schema.password property type ✔ should correctly validate valid postUsersResponse201 objects ✔ should correctly validate invalid postUsersResponse201 objects with changed schema property type ✔ should correctly validate invalid postUsersResponse201 objects with negated schema property type ✔ should correctly validate invalid postUsersResponse201 objects with removed schema.url property ✔ should correctly validate invalid postUsersResponse201 objects with removed schema.id property ✔ should correctly validate invalid postUsersResponse201 objects with removed schema.username property ✔ should correctly validate invalid postUsersResponse201 objects with removed schema.password property ✔ should correctly validate invalid postUsersResponse201 objects with removed schema.url property format ✔ should correctly validate invalid postUsersResponse201 objects with changed schema.url property type ✔ should correctly validate invalid postUsersResponse201 objects with negated schema.url property type ✔ should correctly validate invalid postUsersResponse201 objects with changed schema.id property type ✔ should correctly validate invalid postUsersResponse201 objects with negated schema.id property type ✔ should correctly validate invalid postUsersResponse201 objects with changed schema.username property type ✔ should correctly validate invalid postUsersResponse201 objects with negated schema.username property type ✔ should correctly validate invalid postUsersResponse201 objects with changed schema.password property type ✔ should correctly validate invalid postUsersResponse201 objects with negated schema.password property type ✔ should correctly validate valid getUsersByUserIdResponse200 objects ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with changed schema property type ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with negated schema property type ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with removed schema.url property ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with removed schema.id property ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with removed schema.username property ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with removed schema.password property ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with removed schema.url property format ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with changed schema.url property type ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with negated schema.url property type ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with changed schema.id property type ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with negated schema.id property type ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with changed schema.username property type ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with negated schema.username property type ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with changed schema.password property type ✔ should correctly validate invalid getUsersByUserIdResponse200 objects with negated schema.password property type ✔ should correctly validate valid patchUsersByUserIdRequestBody objects ✔ should correctly validate valid patchUsersByUserIdRequestBody objects with missing schema.username property ✔ should correctly validate valid patchUsersByUserIdRequestBody objects with missing schema.password property ✔ should correctly validate invalid patchUsersByUserIdRequestBody objects with changed schema property type ✔ should correctly validate invalid patchUsersByUserIdRequestBody objects with negated schema property type ✔ should correctly validate invalid patchUsersByUserIdRequestBody objects with changed schema.username property type ✔ should correctly validate invalid patchUsersByUserIdRequestBody objects with negated schema.username property type ✔ should correctly validate invalid patchUsersByUserIdRequestBody objects with changed schema.password property type ✔ should correctly validate invalid patchUsersByUserIdRequestBody objects with negated schema.password property type ✔ should correctly validate valid patchUsersByUserIdResponse200 objects ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with changed schema property type ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with negated schema property type ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with removed schema.url property ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with removed schema.id property ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with removed schema.username property ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with removed schema.password property ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with removed schema.url property format ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with changed schema.url property type ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with negated schema.url property type ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with changed schema.id property type ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with negated schema.id property type ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with changed schema.username property type ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with negated schema.username property type ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with changed schema.password property type ✔ should correctly validate invalid patchUsersByUserIdResponse200 objects with negated schema.password property type ✔ should correctly validate valid getUsersByUserIdRolesResponse200 objects ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with changed schema property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with negated schema property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with changed schema.items property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with negated schema.items property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with removed schema.items.url property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with removed schema.items.id property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with removed schema.items.name property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with removed schema.items.scopes property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with removed schema.items.url property format ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with changed schema.items.url property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with negated schema.items.url property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with changed schema.items.id property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with negated schema.items.id property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with changed schema.items.name property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with negated schema.items.name property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with changed schema.items.scopes property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with negated schema.items.scopes property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with changed schema.items.scopes.items property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200 objects with negated schema.items.scopes.items property type ✔ should correctly validate valid postUsersByUserIdRolesRequestBody objects ✔ should correctly validate invalid postUsersByUserIdRolesRequestBody objects with changed schema property type ✔ should correctly validate invalid postUsersByUserIdRolesRequestBody objects with negated schema property type ✔ should correctly validate invalid postUsersByUserIdRolesRequestBody objects with changed schema.items property type ✔ should correctly validate invalid postUsersByUserIdRolesRequestBody objects with negated schema.items property type ✔ should correctly validate valid deleteUsersByUserIdRolesRequestBody objects ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBody objects with changed schema property type ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBody objects with negated schema property type ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBody objects with changed schema.items property type ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBody objects with negated schema.items property type ✔ should correctly validate valid getRolesResponse200 objects ✔ should correctly validate invalid getRolesResponse200 objects with changed schema property type ✔ should correctly validate invalid getRolesResponse200 objects with negated schema property type ✔ should correctly validate invalid getRolesResponse200 objects with changed schema.items property type ✔ should correctly validate invalid getRolesResponse200 objects with negated schema.items property type ✔ should correctly validate invalid getRolesResponse200 objects with removed schema.items.url property ✔ should correctly validate invalid getRolesResponse200 objects with removed schema.items.id property ✔ should correctly validate invalid getRolesResponse200 objects with removed schema.items.name property ✔ should correctly validate invalid getRolesResponse200 objects with removed schema.items.scopes property ✔ should correctly validate invalid getRolesResponse200 objects with removed schema.items.url property format ✔ should correctly validate invalid getRolesResponse200 objects with changed schema.items.url property type ✔ should correctly validate invalid getRolesResponse200 objects with negated schema.items.url property type ✔ should correctly validate invalid getRolesResponse200 objects with changed schema.items.id property type ✔ should correctly validate invalid getRolesResponse200 objects with negated schema.items.id property type ✔ should correctly validate invalid getRolesResponse200 objects with changed schema.items.name property type ✔ should correctly validate invalid getRolesResponse200 objects with negated schema.items.name property type ✔ should correctly validate invalid getRolesResponse200 objects with changed schema.items.scopes property type ✔ should correctly validate invalid getRolesResponse200 objects with negated schema.items.scopes property type ✔ should correctly validate invalid getRolesResponse200 objects with changed schema.items.scopes.items property type ✔ should correctly validate invalid getRolesResponse200 objects with negated schema.items.scopes.items property type ✔ should correctly validate valid postRolesRequestBody objects ✔ should correctly validate invalid postRolesRequestBody objects with changed schema property type ✔ should correctly validate invalid postRolesRequestBody objects with negated schema property type ✔ should correctly validate invalid postRolesRequestBody objects with removed schema.url property ✔ should correctly validate invalid postRolesRequestBody objects with removed schema.id property ✔ should correctly validate invalid postRolesRequestBody objects with removed schema.name property ✔ should correctly validate invalid postRolesRequestBody objects with removed schema.scopes property ✔ should correctly validate invalid postRolesRequestBody objects with removed schema.url property format ✔ should correctly validate invalid postRolesRequestBody objects with changed schema.url property type ✔ should correctly validate invalid postRolesRequestBody objects with negated schema.url property type ✔ should correctly validate invalid postRolesRequestBody objects with changed schema.id property type ✔ should correctly validate invalid postRolesRequestBody objects with negated schema.id property type ✔ should correctly validate invalid postRolesRequestBody objects with changed schema.name property type ✔ should correctly validate invalid postRolesRequestBody objects with negated schema.name property type ✔ should correctly validate invalid postRolesRequestBody objects with changed schema.scopes property type ✔ should correctly validate invalid postRolesRequestBody objects with negated schema.scopes property type ✔ should correctly validate invalid postRolesRequestBody objects with changed schema.scopes.items property type ✔ should correctly validate invalid postRolesRequestBody objects with negated schema.scopes.items property type ✔ should correctly validate valid postRolesResponse201 objects ✔ should correctly validate invalid postRolesResponse201 objects with changed schema property type ✔ should correctly validate invalid postRolesResponse201 objects with negated schema property type ✔ should correctly validate invalid postRolesResponse201 objects with removed schema.url property ✔ should correctly validate invalid postRolesResponse201 objects with removed schema.id property ✔ should correctly validate invalid postRolesResponse201 objects with removed schema.name property ✔ should correctly validate invalid postRolesResponse201 objects with removed schema.scopes property ✔ should correctly validate invalid postRolesResponse201 objects with removed schema.url property format ✔ should correctly validate invalid postRolesResponse201 objects with changed schema.url property type ✔ should correctly validate invalid postRolesResponse201 objects with negated schema.url property type ✔ should correctly validate invalid postRolesResponse201 objects with changed schema.id property type ✔ should correctly validate invalid postRolesResponse201 objects with negated schema.id property type ✔ should correctly validate invalid postRolesResponse201 objects with changed schema.name property type ✔ should correctly validate invalid postRolesResponse201 objects with negated schema.name property type ✔ should correctly validate invalid postRolesResponse201 objects with changed schema.scopes property type ✔ should correctly validate invalid postRolesResponse201 objects with negated schema.scopes property type ✔ should correctly validate invalid postRolesResponse201 objects with changed schema.scopes.items property type ✔ should correctly validate invalid postRolesResponse201 objects with negated schema.scopes.items property type ✔ should correctly validate valid getRolesByRoleIdResponse200 objects ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with changed schema property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with negated schema property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with removed schema.url property ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with removed schema.id property ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with removed schema.name property ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with removed schema.scopes property ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with removed schema.url property format ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with changed schema.url property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with negated schema.url property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with changed schema.id property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with negated schema.id property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with changed schema.name property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with negated schema.name property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with changed schema.scopes property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with negated schema.scopes property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with changed schema.scopes.items property type ✔ should correctly validate invalid getRolesByRoleIdResponse200 objects with negated schema.scopes.items property type ✔ should correctly validate valid patchRolesByRoleIdRequestBody objects ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with changed schema property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with negated schema property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with removed schema.url property ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with removed schema.id property ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with removed schema.name property ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with removed schema.scopes property ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with removed schema.url property format ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with changed schema.url property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with negated schema.url property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with changed schema.id property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with negated schema.id property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with changed schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with negated schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with changed schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with negated schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with changed schema.scopes.items property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBody objects with negated schema.scopes.items property type ✔ should correctly validate valid patchRolesByRoleIdResponse200 objects ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with changed schema property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with negated schema property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with removed schema.url property ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with removed schema.id property ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with removed schema.name property ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with removed schema.scopes property ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with removed schema.url property format ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with changed schema.url property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with negated schema.url property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with changed schema.id property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with negated schema.id property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with changed schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with negated schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with changed schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with negated schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with changed schema.scopes.items property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200 objects with negated schema.scopes.items property type ✔ should correctly validate valid getRolesByRoleIdUsersResponse200 objects ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with changed schema property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with negated schema property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with changed schema.items property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with negated schema.items property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with removed schema.items.url property ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with removed schema.items.id property ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with removed schema.items.username property ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with removed schema.items.password property ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with removed schema.items.url property format ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with changed schema.items.url property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with negated schema.items.url property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with changed schema.items.id property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with negated schema.items.id property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with changed schema.items.username property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with negated schema.items.username property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with changed schema.items.password property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200 objects with negated schema.items.password property type ✔ should correctly validate valid postRolesByRoleIdUsersRequestBody objects ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBody objects with changed schema property type ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBody objects with negated schema property type ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBody objects with changed schema.items property type ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBody objects with negated schema.items property type ✔ should correctly validate valid deleteRolesByRoleIdUsersRequestBody objects ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBody objects with changed schema property type ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBody objects with negated schema property type ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBody objects with changed schema.items property type ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBody objects with negated schema.items property type ✔ should correctly validate valid getIdentityResponse200 objects ✔ should correctly validate invalid getIdentityResponse200 objects with changed schema property type ✔ should correctly validate invalid getIdentityResponse200 objects with negated schema property type ✔ should correctly validate invalid getIdentityResponse200 objects with removed schema.url property ✔ should correctly validate invalid getIdentityResponse200 objects with removed schema.id property ✔ should correctly validate invalid getIdentityResponse200 objects with removed schema.username property ✔ should correctly validate invalid getIdentityResponse200 objects with removed schema.password property ✔ should correctly validate invalid getIdentityResponse200 objects with removed schema.url property format ✔ should correctly validate invalid getIdentityResponse200 objects with changed schema.url property type ✔ should correctly validate invalid getIdentityResponse200 objects with negated schema.url property type ✔ should correctly validate invalid getIdentityResponse200 objects with changed schema.id property type ✔ should correctly validate invalid getIdentityResponse200 objects with negated schema.id property type ✔ should correctly validate invalid getIdentityResponse200 objects with changed schema.username property type ✔ should correctly validate invalid getIdentityResponse200 objects with negated schema.username property type ✔ should correctly validate invalid getIdentityResponse200 objects with changed schema.password property type ✔ should correctly validate invalid getIdentityResponse200 objects with negated schema.password property type ✔ should correctly validate valid patchIdentityRequestBody objects ✔ should correctly validate valid patchIdentityRequestBody objects with missing schema.username property ✔ should correctly validate valid patchIdentityRequestBody objects with missing schema.password property ✔ should correctly validate invalid patchIdentityRequestBody objects with changed schema property type ✔ should correctly validate invalid patchIdentityRequestBody objects with negated schema property type ✔ should correctly validate invalid patchIdentityRequestBody objects with changed schema.username property type ✔ should correctly validate invalid patchIdentityRequestBody objects with negated schema.username property type ✔ should correctly validate invalid patchIdentityRequestBody objects with changed schema.password property type ✔ should correctly validate invalid patchIdentityRequestBody objects with negated schema.password property type ✔ should correctly validate valid patchIdentityResponse200 objects ✔ should correctly validate invalid patchIdentityResponse200 objects with changed schema property type ✔ should correctly validate invalid patchIdentityResponse200 objects with negated schema property type ✔ should correctly validate invalid patchIdentityResponse200 objects with removed schema.url property ✔ should correctly validate invalid patchIdentityResponse200 objects with removed schema.id property ✔ should correctly validate invalid patchIdentityResponse200 objects with removed schema.username property ✔ should correctly validate invalid patchIdentityResponse200 objects with removed schema.password property ✔ should correctly validate invalid patchIdentityResponse200 objects with removed schema.url property format ✔ should correctly validate invalid patchIdentityResponse200 objects with changed schema.url property type ✔ should correctly validate invalid patchIdentityResponse200 objects with negated schema.url property type ✔ should correctly validate invalid patchIdentityResponse200 objects with changed schema.id property type ✔ should correctly validate invalid patchIdentityResponse200 objects with negated schema.id property type ✔ should correctly validate invalid patchIdentityResponse200 objects with changed schema.username property type ✔ should correctly validate invalid patchIdentityResponse200 objects with negated schema.username property type ✔ should correctly validate invalid patchIdentityResponse200 objects with changed schema.password property type ✔ should correctly validate invalid patchIdentityResponse200 objects with negated schema.password property type ✔ should correctly validate valid postRegisterRequestBody objects ✔ should correctly validate invalid postRegisterRequestBody objects with changed schema.allOf[0] property type ✔ should correctly validate invalid postRegisterRequestBody objects with negated schema.allOf[0] property type ✔ should correctly validate invalid postRegisterRequestBody objects with removed schema.allOf[0].username property ✔ should correctly validate invalid postRegisterRequestBody objects with removed schema.allOf[0].password property ✔ should correctly validate invalid postRegisterRequestBody objects with changed schema.allOf[0].username property type ✔ should correctly validate invalid postRegisterRequestBody objects with negated schema.allOf[0].username property type ✔ should correctly validate invalid postRegisterRequestBody objects with changed schema.allOf[0].password property type ✔ should correctly validate invalid postRegisterRequestBody objects with negated schema.allOf[0].password property type ✔ should correctly validate invalid postRegisterRequestBody objects with changed schema.allOf[1] property type ✔ should correctly validate invalid postRegisterRequestBody objects with negated schema.allOf[1] property type ✔ should correctly validate invalid postRegisterRequestBody objects with negated schema property type ✔ should correctly validate valid UserTypeRequest objects ✔ should correctly validate invalid UserTypeRequest objects with changed schema property type ✔ should correctly validate invalid UserTypeRequest objects with negated schema property type ✔ should correctly validate invalid UserTypeRequest objects with removed schema.url property ✔ should correctly validate invalid UserTypeRequest objects with removed schema.username property ✔ should correctly validate invalid UserTypeRequest objects with removed schema.scopes property ✔ should correctly validate invalid UserTypeRequest objects with removed schema.url property format ✔ should correctly validate invalid UserTypeRequest objects with changed schema.url property type ✔ should correctly validate invalid UserTypeRequest objects with negated schema.url property type ✔ should correctly validate invalid UserTypeRequest objects with changed schema.username property type ✔ should correctly validate invalid UserTypeRequest objects with negated schema.username property type ✔ should correctly validate invalid UserTypeRequest objects with changed schema.scopes property type ✔ should correctly validate invalid UserTypeRequest objects with negated schema.scopes property type ✔ should correctly validate invalid UserTypeRequest objects with changed schema.scopes.items property type ✔ should correctly validate invalid UserTypeRequest objects with negated schema.scopes.items property type ✔ should correctly validate valid UserTypeResponse objects ✔ should correctly validate invalid UserTypeResponse objects with changed schema property type ✔ should correctly validate invalid UserTypeResponse objects with negated schema property type ✔ should correctly validate invalid UserTypeResponse objects with removed schema.url property ✔ should correctly validate invalid UserTypeResponse objects with removed schema.username property ✔ should correctly validate invalid UserTypeResponse objects with removed schema.scopes property ✔ should correctly validate invalid UserTypeResponse objects with removed schema.url property format ✔ should correctly validate invalid UserTypeResponse objects with changed schema.url property type ✔ should correctly validate invalid UserTypeResponse objects with negated schema.url property type ✔ should correctly validate invalid UserTypeResponse objects with changed schema.username property type ✔ should correctly validate invalid UserTypeResponse objects with negated schema.username property type ✔ should correctly validate invalid UserTypeResponse objects with changed schema.scopes property type ✔ should correctly validate invalid UserTypeResponse objects with negated schema.scopes property type ✔ should correctly validate invalid UserTypeResponse objects with changed schema.scopes.items property type ✔ should correctly validate invalid UserTypeResponse objects with negated schema.scopes.items property type ✔ should correctly validate valid CredentialsRequest objects ✔ should correctly validate invalid CredentialsRequest objects with changed schema property type ✔ should correctly validate invalid CredentialsRequest objects with negated schema property type ✔ should correctly validate invalid CredentialsRequest objects with removed schema.username property ✔ should correctly validate invalid CredentialsRequest objects with removed schema.password property ✔ should correctly validate invalid CredentialsRequest objects with changed schema.username property type ✔ should correctly validate invalid CredentialsRequest objects with negated schema.username property type ✔ should correctly validate invalid CredentialsRequest objects with changed schema.password property type ✔ should correctly validate invalid CredentialsRequest objects with negated schema.password property type ✔ should correctly validate valid CredentialsResponse objects ✔ should correctly validate invalid CredentialsResponse objects with changed schema property type ✔ should correctly validate invalid CredentialsResponse objects with negated schema property type ✔ should correctly validate invalid CredentialsResponse objects with removed schema.username property ✔ should correctly validate invalid CredentialsResponse objects with removed schema.password property ✔ should correctly validate invalid CredentialsResponse objects with changed schema.username property type ✔ should correctly validate invalid CredentialsResponse objects with negated schema.username property type ✔ should correctly validate invalid CredentialsResponse objects with changed schema.password property type ✔ should correctly validate invalid CredentialsResponse objects with negated schema.password property type ✔ should correctly validate valid AuthMethodRequest objects ✔ should correctly validate invalid AuthMethodRequest objects with removed schema property enum ✔ should correctly validate invalid AuthMethodRequest objects with changed schema property type ✔ should correctly validate invalid AuthMethodRequest objects with negated schema property type ✔ should correctly validate valid AuthMethodResponse objects ✔ should correctly validate invalid AuthMethodResponse objects with removed schema property enum ✔ should correctly validate invalid AuthMethodResponse objects with changed schema property type ✔ should correctly validate invalid AuthMethodResponse objects with negated schema property type ✔ should correctly validate valid UserRequest objects ✔ should correctly validate invalid UserRequest objects with changed schema property type ✔ should correctly validate invalid UserRequest objects with negated schema property type ✔ should correctly validate invalid UserRequest objects with removed schema.username property ✔ should correctly validate invalid UserRequest objects with removed schema.password property ✔ should correctly validate invalid UserRequest objects with changed schema.username property type ✔ should correctly validate invalid UserRequest objects with negated schema.username property type ✔ should correctly validate invalid UserRequest objects with changed schema.password property type ✔ should correctly validate invalid UserRequest objects with negated schema.password property type ✔ should correctly validate valid UserResponse objects ✔ should correctly validate invalid UserResponse objects with changed schema property type ✔ should correctly validate invalid UserResponse objects with negated schema property type ✔ should correctly validate invalid UserResponse objects with removed schema.url property ✔ should correctly validate invalid UserResponse objects with removed schema.id property ✔ should correctly validate invalid UserResponse objects with removed schema.username property ✔ should correctly validate invalid UserResponse objects with removed schema.url property format ✔ should correctly validate invalid UserResponse objects with changed schema.url property type ✔ should correctly validate invalid UserResponse objects with negated schema.url property type ✔ should correctly validate invalid UserResponse objects with changed schema.id property type ✔ should correctly validate invalid UserResponse objects with negated schema.id property type ✔ should correctly validate invalid UserResponse objects with changed schema.username property type ✔ should correctly validate invalid UserResponse objects with negated schema.username property type ✔ should correctly validate valid UserUpdateRequest objects ✔ should correctly validate valid UserUpdateRequest objects with missing schema.username property ✔ should correctly validate valid UserUpdateRequest objects with missing schema.password property ✔ should correctly validate invalid UserUpdateRequest objects with changed schema property type ✔ should correctly validate invalid UserUpdateRequest objects with negated schema property type ✔ should correctly validate invalid UserUpdateRequest objects with changed schema.username property type ✔ should correctly validate invalid UserUpdateRequest objects with negated schema.username property type ✔ should correctly validate invalid UserUpdateRequest objects with changed schema.password property type ✔ should correctly validate invalid UserUpdateRequest objects with negated schema.password property type ✔ should correctly validate valid UserUpdateResponse objects ✔ should correctly validate valid UserUpdateResponse objects with missing schema.username property ✔ should correctly validate invalid UserUpdateResponse objects with changed schema property type ✔ should correctly validate invalid UserUpdateResponse objects with negated schema property type ✔ should correctly validate invalid UserUpdateResponse objects with changed schema.username property type ✔ should correctly validate invalid UserUpdateResponse objects with negated schema.username property type ✔ should correctly validate valid RoleRequest objects ✔ should correctly validate invalid RoleRequest objects with changed schema property type ✔ should correctly validate invalid RoleRequest objects with negated schema property type ✔ should correctly validate invalid RoleRequest objects with removed schema.name property ✔ should correctly validate invalid RoleRequest objects with removed schema.scopes property ✔ should correctly validate invalid RoleRequest objects with changed schema.name property type ✔ should correctly validate invalid RoleRequest objects with negated schema.name property type ✔ should correctly validate invalid RoleRequest objects with changed schema.scopes property type ✔ should correctly validate invalid RoleRequest objects with negated schema.scopes property type ✔ should correctly validate invalid RoleRequest objects with changed schema.scopes.items property type ✔ should correctly validate invalid RoleRequest objects with negated schema.scopes.items property type ✔ should correctly validate valid RoleResponse objects ✔ should correctly validate invalid RoleResponse objects with changed schema property type ✔ should correctly validate invalid RoleResponse objects with negated schema property type ✔ should correctly validate invalid RoleResponse objects with removed schema.url property ✔ should correctly validate invalid RoleResponse objects with removed schema.id property ✔ should correctly validate invalid RoleResponse objects with removed schema.name property ✔ should correctly validate invalid RoleResponse objects with removed schema.scopes property ✔ should correctly validate invalid RoleResponse objects with removed schema.url property format ✔ should correctly validate invalid RoleResponse objects with changed schema.url property type ✔ should correctly validate invalid RoleResponse objects with negated schema.url property type ✔ should correctly validate invalid RoleResponse objects with changed schema.id property type ✔ should correctly validate invalid RoleResponse objects with negated schema.id property type ✔ should correctly validate invalid RoleResponse objects with changed schema.name property type ✔ should correctly validate invalid RoleResponse objects with negated schema.name property type ✔ should correctly validate invalid RoleResponse objects with changed schema.scopes property type ✔ should correctly validate invalid RoleResponse objects with negated schema.scopes property type ✔ should correctly validate invalid RoleResponse objects with changed schema.scopes.items property type ✔ should correctly validate invalid RoleResponse objects with negated schema.scopes.items property type ✔ should correctly validate valid AuthorizationRequest objects ✔ should correctly validate invalid AuthorizationRequest objects with changed schema property type ✔ should correctly validate invalid AuthorizationRequest objects with negated schema property type ✔ should correctly validate valid AuthorizationResponse objects ✔ should correctly validate invalid AuthorizationResponse objects with changed schema property type ✔ should correctly validate invalid AuthorizationResponse objects with negated schema property type ✔ should correctly validate valid XRealIPRequest objects ✔ should correctly validate invalid XRealIPRequest objects with removed schema property format ✔ should correctly validate invalid XRealIPRequest objects with changed schema property type ✔ should correctly validate invalid XRealIPRequest objects with negated schema property type ✔ should correctly validate valid XRealIPResponse objects ✔ should correctly validate invalid XRealIPResponse objects with removed schema property format ✔ should correctly validate invalid XRealIPResponse objects with changed schema property type ✔ should correctly validate invalid XRealIPResponse objects with negated schema property type ✔ should correctly validate valid XForwardedProtoRequest objects ✔ should correctly validate invalid XForwardedProtoRequest objects with changed schema property type ✔ should correctly validate invalid XForwardedProtoRequest objects with negated schema property type ✔ should correctly validate valid XForwardedProtoResponse objects ✔ should correctly validate invalid XForwardedProtoResponse objects with changed schema property type ✔ should correctly validate invalid XForwardedProtoResponse objects with negated schema property type ✔ should correctly validate valid DeviceUrlRequest objects ✔ should correctly validate invalid DeviceUrlRequest objects with changed schema property type ✔ should correctly validate invalid DeviceUrlRequest objects with negated schema property type ✔ should correctly validate valid DeviceUrlResponse objects ✔ should correctly validate invalid DeviceUrlResponse objects with changed schema property type ✔ should correctly validate invalid DeviceUrlResponse objects with negated schema property type ✔ should correctly validate valid UserIdRequest objects ✔ should correctly validate invalid UserIdRequest objects with changed schema property type ✔ should correctly validate invalid UserIdRequest objects with negated schema property type ✔ should correctly validate valid UserIdResponse objects ✔ should correctly validate invalid UserIdResponse objects with changed schema property type ✔ should correctly validate invalid UserIdResponse objects with negated schema property type ✔ should correctly validate valid RoleIdRequest objects ✔ should correctly validate invalid RoleIdRequest objects with changed schema property type ✔ should correctly validate invalid RoleIdRequest objects with negated schema property type ✔ should correctly validate valid RoleIdResponse objects ✔ should correctly validate invalid RoleIdResponse objects with changed schema property type ✔ should correctly validate invalid RoleIdResponse objects with negated schema property type ✔ should correctly validate valid getAuthHeaderAuthorizationRequest objects ✔ should correctly validate invalid getAuthHeaderAuthorizationRequest objects with removed schema property format ✔ should correctly validate invalid getAuthHeaderAuthorizationRequest objects with changed schema property type ✔ should correctly validate invalid getAuthHeaderAuthorizationRequest objects with negated schema property type ✔ should correctly validate valid getAuthHeaderAuthorizationResponse objects ✔ should correctly validate invalid getAuthHeaderAuthorizationResponse objects with removed schema property format ✔ should correctly validate invalid getAuthHeaderAuthorizationResponse objects with changed schema property type ✔ should correctly validate invalid getAuthHeaderAuthorizationResponse objects with negated schema property type ✔ should correctly validate valid postLoginRequestBodyRequest objects ✔ should correctly validate invalid postLoginRequestBodyRequest objects with changed schema.allOf[0] property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with negated schema.allOf[0] property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with removed schema.allOf[0].username property ✔ should correctly validate invalid postLoginRequestBodyRequest objects with removed schema.allOf[0].password property ✔ should correctly validate invalid postLoginRequestBodyRequest objects with changed schema.allOf[0].username property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with negated schema.allOf[0].username property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with changed schema.allOf[0].password property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with negated schema.allOf[0].password property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with changed schema.allOf[1] property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with negated schema.allOf[1] property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with removed schema.allOf[1].method property enum ✔ should correctly validate invalid postLoginRequestBodyRequest objects with changed schema.allOf[1].method property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with negated schema.allOf[1].method property type ✔ should correctly validate invalid postLoginRequestBodyRequest objects with negated schema property type ✔ should correctly validate valid postLoginRequestBodyResponse objects ✔ should correctly validate invalid postLoginRequestBodyResponse objects with changed schema.allOf[0] property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with negated schema.allOf[0] property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with removed schema.allOf[0].username property ✔ should correctly validate invalid postLoginRequestBodyResponse objects with removed schema.allOf[0].password property ✔ should correctly validate invalid postLoginRequestBodyResponse objects with changed schema.allOf[0].username property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with negated schema.allOf[0].username property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with changed schema.allOf[0].password property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with negated schema.allOf[0].password property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with changed schema.allOf[1] property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with negated schema.allOf[1] property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with removed schema.allOf[1].method property enum ✔ should correctly validate invalid postLoginRequestBodyResponse objects with changed schema.allOf[1].method property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with negated schema.allOf[1].method property type ✔ should correctly validate invalid postLoginRequestBodyResponse objects with negated schema property type ✔ should correctly validate valid postLoginResponse201Request objects ✔ should correctly validate invalid postLoginResponse201Request objects with changed schema property type ✔ should correctly validate invalid postLoginResponse201Request objects with negated schema property type ✔ should correctly validate valid postLoginResponse201Response objects ✔ should correctly validate invalid postLoginResponse201Response objects with changed schema property type ✔ should correctly validate invalid postLoginResponse201Response objects with negated schema property type ✔ should correctly validate valid postLogoutRequestBodyRequest objects ✔ should correctly validate valid postLogoutRequestBodyRequest objects with missing schema.token property ✔ should correctly validate invalid postLogoutRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid postLogoutRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid postLogoutRequestBodyRequest objects with changed schema.token property type ✔ should correctly validate invalid postLogoutRequestBodyRequest objects with negated schema.token property type ✔ should correctly validate valid postLogoutRequestBodyResponse objects ✔ should correctly validate valid postLogoutRequestBodyResponse objects with missing schema.token property ✔ should correctly validate invalid postLogoutRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid postLogoutRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid postLogoutRequestBodyResponse objects with changed schema.token property type ✔ should correctly validate invalid postLogoutRequestBodyResponse objects with negated schema.token property type ✔ should correctly validate valid postDeviceAuthenticationTokenResponse201Request objects ✔ should correctly validate invalid postDeviceAuthenticationTokenResponse201Request objects with changed schema property type ✔ should correctly validate invalid postDeviceAuthenticationTokenResponse201Request objects with negated schema property type ✔ should correctly validate valid postDeviceAuthenticationTokenResponse201Response objects ✔ should correctly validate invalid postDeviceAuthenticationTokenResponse201Response objects with changed schema property type ✔ should correctly validate invalid postDeviceAuthenticationTokenResponse201Response objects with negated schema property type ✔ should correctly validate valid getUsersResponse200Request objects ✔ should correctly validate invalid getUsersResponse200Request objects with changed schema property type ✔ should correctly validate invalid getUsersResponse200Request objects with negated schema property type ✔ should correctly validate invalid getUsersResponse200Request objects with changed schema.items property type ✔ should correctly validate invalid getUsersResponse200Request objects with negated schema.items property type ✔ should correctly validate invalid getUsersResponse200Request objects with removed schema.items.username property ✔ should correctly validate invalid getUsersResponse200Request objects with removed schema.items.password property ✔ should correctly validate invalid getUsersResponse200Request objects with changed schema.items.username property type ✔ should correctly validate invalid getUsersResponse200Request objects with negated schema.items.username property type ✔ should correctly validate invalid getUsersResponse200Request objects with changed schema.items.password property type ✔ should correctly validate invalid getUsersResponse200Request objects with negated schema.items.password property type ✔ should correctly validate valid getUsersResponse200Response objects ✔ should correctly validate invalid getUsersResponse200Response objects with changed schema property type ✔ should correctly validate invalid getUsersResponse200Response objects with negated schema property type ✔ should correctly validate invalid getUsersResponse200Response objects with changed schema.items property type ✔ should correctly validate invalid getUsersResponse200Response objects with negated schema.items property type ✔ should correctly validate invalid getUsersResponse200Response objects with removed schema.items.url property ✔ should correctly validate invalid getUsersResponse200Response objects with removed schema.items.id property ✔ should correctly validate invalid getUsersResponse200Response objects with removed schema.items.username property ✔ should correctly validate invalid getUsersResponse200Response objects with removed schema.items.url property format ✔ should correctly validate invalid getUsersResponse200Response objects with changed schema.items.url property type ✔ should correctly validate invalid getUsersResponse200Response objects with negated schema.items.url property type ✔ should correctly validate invalid getUsersResponse200Response objects with changed schema.items.id property type ✔ should correctly validate invalid getUsersResponse200Response objects with negated schema.items.id property type ✔ should correctly validate invalid getUsersResponse200Response objects with changed schema.items.username property type ✔ should correctly validate invalid getUsersResponse200Response objects with negated schema.items.username property type ✔ should correctly validate valid postUsersRequestBodyRequest objects ✔ should correctly validate invalid postUsersRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid postUsersRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid postUsersRequestBodyRequest objects with removed schema.username property ✔ should correctly validate invalid postUsersRequestBodyRequest objects with removed schema.password property ✔ should correctly validate invalid postUsersRequestBodyRequest objects with changed schema.username property type ✔ should correctly validate invalid postUsersRequestBodyRequest objects with negated schema.username property type ✔ should correctly validate invalid postUsersRequestBodyRequest objects with changed schema.password property type ✔ should correctly validate invalid postUsersRequestBodyRequest objects with negated schema.password property type ✔ should correctly validate valid postUsersRequestBodyResponse objects ✔ should correctly validate invalid postUsersRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid postUsersRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid postUsersRequestBodyResponse objects with removed schema.url property ✔ should correctly validate invalid postUsersRequestBodyResponse objects with removed schema.id property ✔ should correctly validate invalid postUsersRequestBodyResponse objects with removed schema.username property ✔ should correctly validate invalid postUsersRequestBodyResponse objects with removed schema.url property format ✔ should correctly validate invalid postUsersRequestBodyResponse objects with changed schema.url property type ✔ should correctly validate invalid postUsersRequestBodyResponse objects with negated schema.url property type ✔ should correctly validate invalid postUsersRequestBodyResponse objects with changed schema.id property type ✔ should correctly validate invalid postUsersRequestBodyResponse objects with negated schema.id property type ✔ should correctly validate invalid postUsersRequestBodyResponse objects with changed schema.username property type ✔ should correctly validate invalid postUsersRequestBodyResponse objects with negated schema.username property type ✔ should correctly validate valid postUsersResponse201Request objects ✔ should correctly validate invalid postUsersResponse201Request objects with changed schema property type ✔ should correctly validate invalid postUsersResponse201Request objects with negated schema property type ✔ should correctly validate invalid postUsersResponse201Request objects with removed schema.username property ✔ should correctly validate invalid postUsersResponse201Request objects with removed schema.password property ✔ should correctly validate invalid postUsersResponse201Request objects with changed schema.username property type ✔ should correctly validate invalid postUsersResponse201Request objects with negated schema.username property type ✔ should correctly validate invalid postUsersResponse201Request objects with changed schema.password property type ✔ should correctly validate invalid postUsersResponse201Request objects with negated schema.password property type ✔ should correctly validate valid postUsersResponse201Response objects ✔ should correctly validate invalid postUsersResponse201Response objects with changed schema property type ✔ should correctly validate invalid postUsersResponse201Response objects with negated schema property type ✔ should correctly validate invalid postUsersResponse201Response objects with removed schema.url property ✔ should correctly validate invalid postUsersResponse201Response objects with removed schema.id property ✔ should correctly validate invalid postUsersResponse201Response objects with removed schema.username property ✔ should correctly validate invalid postUsersResponse201Response objects with removed schema.url property format ✔ should correctly validate invalid postUsersResponse201Response objects with changed schema.url property type ✔ should correctly validate invalid postUsersResponse201Response objects with negated schema.url property type ✔ should correctly validate invalid postUsersResponse201Response objects with changed schema.id property type ✔ should correctly validate invalid postUsersResponse201Response objects with negated schema.id property type ✔ should correctly validate invalid postUsersResponse201Response objects with changed schema.username property type ✔ should correctly validate invalid postUsersResponse201Response objects with negated schema.username property type ✔ should correctly validate valid getUsersByUserIdResponse200Request objects ✔ should correctly validate invalid getUsersByUserIdResponse200Request objects with changed schema property type ✔ should correctly validate invalid getUsersByUserIdResponse200Request objects with negated schema property type ✔ should correctly validate invalid getUsersByUserIdResponse200Request objects with removed schema.username property ✔ should correctly validate invalid getUsersByUserIdResponse200Request objects with removed schema.password property ✔ should correctly validate invalid getUsersByUserIdResponse200Request objects with changed schema.username property type ✔ should correctly validate invalid getUsersByUserIdResponse200Request objects with negated schema.username property type ✔ should correctly validate invalid getUsersByUserIdResponse200Request objects with changed schema.password property type ✔ should correctly validate invalid getUsersByUserIdResponse200Request objects with negated schema.password property type ✔ should correctly validate valid getUsersByUserIdResponse200Response objects ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with changed schema property type ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with negated schema property type ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with removed schema.url property ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with removed schema.id property ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with removed schema.username property ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with removed schema.url property format ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with changed schema.url property type ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with negated schema.url property type ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with changed schema.id property type ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with negated schema.id property type ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with changed schema.username property type ✔ should correctly validate invalid getUsersByUserIdResponse200Response objects with negated schema.username property type ✔ should correctly validate valid patchUsersByUserIdRequestBodyRequest objects ✔ should correctly validate valid patchUsersByUserIdRequestBodyRequest objects with missing schema.username property ✔ should correctly validate valid patchUsersByUserIdRequestBodyRequest objects with missing schema.password property ✔ should correctly validate invalid patchUsersByUserIdRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid patchUsersByUserIdRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid patchUsersByUserIdRequestBodyRequest objects with changed schema.username property type ✔ should correctly validate invalid patchUsersByUserIdRequestBodyRequest objects with negated schema.username property type ✔ should correctly validate invalid patchUsersByUserIdRequestBodyRequest objects with changed schema.password property type ✔ should correctly validate invalid patchUsersByUserIdRequestBodyRequest objects with negated schema.password property type ✔ should correctly validate valid patchUsersByUserIdRequestBodyResponse objects ✔ should correctly validate valid patchUsersByUserIdRequestBodyResponse objects with missing schema.username property ✔ should correctly validate invalid patchUsersByUserIdRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid patchUsersByUserIdRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid patchUsersByUserIdRequestBodyResponse objects with changed schema.username property type ✔ should correctly validate invalid patchUsersByUserIdRequestBodyResponse objects with negated schema.username property type ✔ should correctly validate valid patchUsersByUserIdResponse200Request objects ✔ should correctly validate invalid patchUsersByUserIdResponse200Request objects with changed schema property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Request objects with negated schema property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Request objects with removed schema.username property ✔ should correctly validate invalid patchUsersByUserIdResponse200Request objects with removed schema.password property ✔ should correctly validate invalid patchUsersByUserIdResponse200Request objects with changed schema.username property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Request objects with negated schema.username property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Request objects with changed schema.password property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Request objects with negated schema.password property type ✔ should correctly validate valid patchUsersByUserIdResponse200Response objects ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with changed schema property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with negated schema property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with removed schema.url property ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with removed schema.id property ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with removed schema.username property ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with removed schema.url property format ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with changed schema.url property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with negated schema.url property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with changed schema.id property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with negated schema.id property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with changed schema.username property type ✔ should correctly validate invalid patchUsersByUserIdResponse200Response objects with negated schema.username property type ✔ should correctly validate valid getUsersByUserIdRolesResponse200Request objects ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with changed schema property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with negated schema property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with changed schema.items property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with negated schema.items property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with removed schema.items.name property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with removed schema.items.scopes property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with changed schema.items.name property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with negated schema.items.name property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with changed schema.items.scopes property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with negated schema.items.scopes property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with changed schema.items.scopes.items property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Request objects with negated schema.items.scopes.items property type ✔ should correctly validate valid getUsersByUserIdRolesResponse200Response objects ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with changed schema property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with negated schema property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with changed schema.items property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with negated schema.items property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with removed schema.items.url property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with removed schema.items.id property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with removed schema.items.name property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with removed schema.items.scopes property ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with removed schema.items.url property format ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with changed schema.items.url property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with negated schema.items.url property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with changed schema.items.id property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with negated schema.items.id property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with changed schema.items.name property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with negated schema.items.name property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with changed schema.items.scopes property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with negated schema.items.scopes property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with changed schema.items.scopes.items property type ✔ should correctly validate invalid getUsersByUserIdRolesResponse200Response objects with negated schema.items.scopes.items property type ✔ should correctly validate valid postUsersByUserIdRolesRequestBodyRequest objects ✔ should correctly validate invalid postUsersByUserIdRolesRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid postUsersByUserIdRolesRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid postUsersByUserIdRolesRequestBodyRequest objects with changed schema.items property type ✔ should correctly validate invalid postUsersByUserIdRolesRequestBodyRequest objects with negated schema.items property type ✔ should correctly validate valid postUsersByUserIdRolesRequestBodyResponse objects ✔ should correctly validate invalid postUsersByUserIdRolesRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid postUsersByUserIdRolesRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid postUsersByUserIdRolesRequestBodyResponse objects with changed schema.items property type ✔ should correctly validate invalid postUsersByUserIdRolesRequestBodyResponse objects with negated schema.items property type ✔ should correctly validate valid deleteUsersByUserIdRolesRequestBodyRequest objects ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBodyRequest objects with changed schema.items property type ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBodyRequest objects with negated schema.items property type ✔ should correctly validate valid deleteUsersByUserIdRolesRequestBodyResponse objects ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBodyResponse objects with changed schema.items property type ✔ should correctly validate invalid deleteUsersByUserIdRolesRequestBodyResponse objects with negated schema.items property type ✔ should correctly validate valid getRolesResponse200Request objects ✔ should correctly validate invalid getRolesResponse200Request objects with changed schema property type ✔ should correctly validate invalid getRolesResponse200Request objects with negated schema property type ✔ should correctly validate invalid getRolesResponse200Request objects with changed schema.items property type ✔ should correctly validate invalid getRolesResponse200Request objects with negated schema.items property type ✔ should correctly validate invalid getRolesResponse200Request objects with removed schema.items.name property ✔ should correctly validate invalid getRolesResponse200Request objects with removed schema.items.scopes property ✔ should correctly validate invalid getRolesResponse200Request objects with changed schema.items.name property type ✔ should correctly validate invalid getRolesResponse200Request objects with negated schema.items.name property type ✔ should correctly validate invalid getRolesResponse200Request objects with changed schema.items.scopes property type ✔ should correctly validate invalid getRolesResponse200Request objects with negated schema.items.scopes property type ✔ should correctly validate invalid getRolesResponse200Request objects with changed schema.items.scopes.items property type ✔ should correctly validate invalid getRolesResponse200Request objects with negated schema.items.scopes.items property type ✔ should correctly validate valid getRolesResponse200Response objects ✔ should correctly validate invalid getRolesResponse200Response objects with changed schema property type ✔ should correctly validate invalid getRolesResponse200Response objects with negated schema property type ✔ should correctly validate invalid getRolesResponse200Response objects with changed schema.items property type ✔ should correctly validate invalid getRolesResponse200Response objects with negated schema.items property type ✔ should correctly validate invalid getRolesResponse200Response objects with removed schema.items.url property ✔ should correctly validate invalid getRolesResponse200Response objects with removed schema.items.id property ✔ should correctly validate invalid getRolesResponse200Response objects with removed schema.items.name property ✔ should correctly validate invalid getRolesResponse200Response objects with removed schema.items.scopes property ✔ should correctly validate invalid getRolesResponse200Response objects with removed schema.items.url property format ✔ should correctly validate invalid getRolesResponse200Response objects with changed schema.items.url property type ✔ should correctly validate invalid getRolesResponse200Response objects with negated schema.items.url property type ✔ should correctly validate invalid getRolesResponse200Response objects with changed schema.items.id property type ✔ should correctly validate invalid getRolesResponse200Response objects with negated schema.items.id property type ✔ should correctly validate invalid getRolesResponse200Response objects with changed schema.items.name property type ✔ should correctly validate invalid getRolesResponse200Response objects with negated schema.items.name property type ✔ should correctly validate invalid getRolesResponse200Response objects with changed schema.items.scopes property type ✔ should correctly validate invalid getRolesResponse200Response objects with negated schema.items.scopes property type ✔ should correctly validate invalid getRolesResponse200Response objects with changed schema.items.scopes.items property type ✔ should correctly validate invalid getRolesResponse200Response objects with negated schema.items.scopes.items property type ✔ should correctly validate valid postRolesRequestBodyRequest objects ✔ should correctly validate invalid postRolesRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid postRolesRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid postRolesRequestBodyRequest objects with removed schema.name property ✔ should correctly validate invalid postRolesRequestBodyRequest objects with removed schema.scopes property ✔ should correctly validate invalid postRolesRequestBodyRequest objects with changed schema.name property type ✔ should correctly validate invalid postRolesRequestBodyRequest objects with negated schema.name property type ✔ should correctly validate invalid postRolesRequestBodyRequest objects with changed schema.scopes property type ✔ should correctly validate invalid postRolesRequestBodyRequest objects with negated schema.scopes property type ✔ should correctly validate invalid postRolesRequestBodyRequest objects with changed schema.scopes.items property type ✔ should correctly validate invalid postRolesRequestBodyRequest objects with negated schema.scopes.items property type ✔ should correctly validate valid postRolesRequestBodyResponse objects ✔ should correctly validate invalid postRolesRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with removed schema.url property ✔ should correctly validate invalid postRolesRequestBodyResponse objects with removed schema.id property ✔ should correctly validate invalid postRolesRequestBodyResponse objects with removed schema.name property ✔ should correctly validate invalid postRolesRequestBodyResponse objects with removed schema.scopes property ✔ should correctly validate invalid postRolesRequestBodyResponse objects with removed schema.url property format ✔ should correctly validate invalid postRolesRequestBodyResponse objects with changed schema.url property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with negated schema.url property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with changed schema.id property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with negated schema.id property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with changed schema.name property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with negated schema.name property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with changed schema.scopes property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with negated schema.scopes property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with changed schema.scopes.items property type ✔ should correctly validate invalid postRolesRequestBodyResponse objects with negated schema.scopes.items property type ✔ should correctly validate valid postRolesResponse201Request objects ✔ should correctly validate invalid postRolesResponse201Request objects with changed schema property type ✔ should correctly validate invalid postRolesResponse201Request objects with negated schema property type ✔ should correctly validate invalid postRolesResponse201Request objects with removed schema.name property ✔ should correctly validate invalid postRolesResponse201Request objects with removed schema.scopes property ✔ should correctly validate invalid postRolesResponse201Request objects with changed schema.name property type ✔ should correctly validate invalid postRolesResponse201Request objects with negated schema.name property type ✔ should correctly validate invalid postRolesResponse201Request objects with changed schema.scopes property type ✔ should correctly validate invalid postRolesResponse201Request objects with negated schema.scopes property type ✔ should correctly validate invalid postRolesResponse201Request objects with changed schema.scopes.items property type ✔ should correctly validate invalid postRolesResponse201Request objects with negated schema.scopes.items property type ✔ should correctly validate valid postRolesResponse201Response objects ✔ should correctly validate invalid postRolesResponse201Response objects with changed schema property type ✔ should correctly validate invalid postRolesResponse201Response objects with negated schema property type ✔ should correctly validate invalid postRolesResponse201Response objects with removed schema.url property ✔ should correctly validate invalid postRolesResponse201Response objects with removed schema.id property ✔ should correctly validate invalid postRolesResponse201Response objects with removed schema.name property ✔ should correctly validate invalid postRolesResponse201Response objects with removed schema.scopes property ✔ should correctly validate invalid postRolesResponse201Response objects with removed schema.url property format ✔ should correctly validate invalid postRolesResponse201Response objects with changed schema.url property type ✔ should correctly validate invalid postRolesResponse201Response objects with negated schema.url property type ✔ should correctly validate invalid postRolesResponse201Response objects with changed schema.id property type ✔ should correctly validate invalid postRolesResponse201Response objects with negated schema.id property type ✔ should correctly validate invalid postRolesResponse201Response objects with changed schema.name property type ✔ should correctly validate invalid postRolesResponse201Response objects with negated schema.name property type ✔ should correctly validate invalid postRolesResponse201Response objects with changed schema.scopes property type ✔ should correctly validate invalid postRolesResponse201Response objects with negated schema.scopes property type ✔ should correctly validate invalid postRolesResponse201Response objects with changed schema.scopes.items property type ✔ should correctly validate invalid postRolesResponse201Response objects with negated schema.scopes.items property type ✔ should correctly validate valid getRolesByRoleIdResponse200Request objects ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with changed schema property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with negated schema property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with removed schema.name property ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with removed schema.scopes property ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with changed schema.name property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with negated schema.name property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with changed schema.scopes property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with negated schema.scopes property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with changed schema.scopes.items property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Request objects with negated schema.scopes.items property type ✔ should correctly validate valid getRolesByRoleIdResponse200Response objects ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with changed schema property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with negated schema property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with removed schema.url property ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with removed schema.id property ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with removed schema.name property ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with removed schema.scopes property ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with removed schema.url property format ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with changed schema.url property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with negated schema.url property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with changed schema.id property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with negated schema.id property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with changed schema.name property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with negated schema.name property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with changed schema.scopes property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with negated schema.scopes property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with changed schema.scopes.items property type ✔ should correctly validate invalid getRolesByRoleIdResponse200Response objects with negated schema.scopes.items property type ✔ should correctly validate valid patchRolesByRoleIdRequestBodyRequest objects ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with removed schema.name property ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with removed schema.scopes property ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with changed schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with negated schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with changed schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with negated schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with changed schema.scopes.items property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyRequest objects with negated schema.scopes.items property type ✔ should correctly validate valid patchRolesByRoleIdRequestBodyResponse objects ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with removed schema.url property ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with removed schema.id property ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with removed schema.name property ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with removed schema.scopes property ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with removed schema.url property format ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with changed schema.url property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with negated schema.url property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with changed schema.id property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with negated schema.id property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with changed schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with negated schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with changed schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with negated schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with changed schema.scopes.items property type ✔ should correctly validate invalid patchRolesByRoleIdRequestBodyResponse objects with negated schema.scopes.items property type ✔ should correctly validate valid patchRolesByRoleIdResponse200Request objects ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with changed schema property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with negated schema property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with removed schema.name property ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with removed schema.scopes property ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with changed schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with negated schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with changed schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with negated schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with changed schema.scopes.items property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Request objects with negated schema.scopes.items property type ✔ should correctly validate valid patchRolesByRoleIdResponse200Response objects ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with changed schema property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with negated schema property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with removed schema.url property ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with removed schema.id property ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with removed schema.name property ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with removed schema.scopes property ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with removed schema.url property format ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with changed schema.url property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with negated schema.url property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with changed schema.id property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with negated schema.id property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with changed schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with negated schema.name property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with changed schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with negated schema.scopes property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with changed schema.scopes.items property type ✔ should correctly validate invalid patchRolesByRoleIdResponse200Response objects with negated schema.scopes.items property type ✔ should correctly validate valid getRolesByRoleIdUsersResponse200Request objects ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with changed schema property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with negated schema property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with changed schema.items property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with negated schema.items property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with removed schema.items.username property ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with removed schema.items.password property ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with changed schema.items.username property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with negated schema.items.username property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with changed schema.items.password property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Request objects with negated schema.items.password property type ✔ should correctly validate valid getRolesByRoleIdUsersResponse200Response objects ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with changed schema property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with negated schema property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with changed schema.items property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with negated schema.items property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with removed schema.items.url property ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with removed schema.items.id property ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with removed schema.items.username property ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with removed schema.items.url property format ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with changed schema.items.url property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with negated schema.items.url property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with changed schema.items.id property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with negated schema.items.id property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with changed schema.items.username property type ✔ should correctly validate invalid getRolesByRoleIdUsersResponse200Response objects with negated schema.items.username property type ✔ should correctly validate valid postRolesByRoleIdUsersRequestBodyRequest objects ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBodyRequest objects with changed schema.items property type ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBodyRequest objects with negated schema.items property type ✔ should correctly validate valid postRolesByRoleIdUsersRequestBodyResponse objects ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBodyResponse objects with changed schema.items property type ✔ should correctly validate invalid postRolesByRoleIdUsersRequestBodyResponse objects with negated schema.items property type ✔ should correctly validate valid deleteRolesByRoleIdUsersRequestBodyRequest objects ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBodyRequest objects with changed schema.items property type ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBodyRequest objects with negated schema.items property type ✔ should correctly validate valid deleteRolesByRoleIdUsersRequestBodyResponse objects ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBodyResponse objects with changed schema.items property type ✔ should correctly validate invalid deleteRolesByRoleIdUsersRequestBodyResponse objects with negated schema.items property type ✔ should correctly validate valid getIdentityResponse200Request objects ✔ should correctly validate invalid getIdentityResponse200Request objects with changed schema property type ✔ should correctly validate invalid getIdentityResponse200Request objects with negated schema property type ✔ should correctly validate invalid getIdentityResponse200Request objects with removed schema.username property ✔ should correctly validate invalid getIdentityResponse200Request objects with removed schema.password property ✔ should correctly validate invalid getIdentityResponse200Request objects with changed schema.username property type ✔ should correctly validate invalid getIdentityResponse200Request objects with negated schema.username property type ✔ should correctly validate invalid getIdentityResponse200Request objects with changed schema.password property type ✔ should correctly validate invalid getIdentityResponse200Request objects with negated schema.password property type ✔ should correctly validate valid getIdentityResponse200Response objects ✔ should correctly validate invalid getIdentityResponse200Response objects with changed schema property type ✔ should correctly validate invalid getIdentityResponse200Response objects with negated schema property type ✔ should correctly validate invalid getIdentityResponse200Response objects with removed schema.url property ✔ should correctly validate invalid getIdentityResponse200Response objects with removed schema.id property ✔ should correctly validate invalid getIdentityResponse200Response objects with removed schema.username property ✔ should correctly validate invalid getIdentityResponse200Response objects with removed schema.url property format ✔ should correctly validate invalid getIdentityResponse200Response objects with changed schema.url property type ✔ should correctly validate invalid getIdentityResponse200Response objects with negated schema.url property type ✔ should correctly validate invalid getIdentityResponse200Response objects with changed schema.id property type ✔ should correctly validate invalid getIdentityResponse200Response objects with negated schema.id property type ✔ should correctly validate invalid getIdentityResponse200Response objects with changed schema.username property type ✔ should correctly validate invalid getIdentityResponse200Response objects with negated schema.username property type ✔ should correctly validate valid patchIdentityRequestBodyRequest objects ✔ should correctly validate valid patchIdentityRequestBodyRequest objects with missing schema.username property ✔ should correctly validate valid patchIdentityRequestBodyRequest objects with missing schema.password property ✔ should correctly validate invalid patchIdentityRequestBodyRequest objects with changed schema property type ✔ should correctly validate invalid patchIdentityRequestBodyRequest objects with negated schema property type ✔ should correctly validate invalid patchIdentityRequestBodyRequest objects with changed schema.username property type ✔ should correctly validate invalid patchIdentityRequestBodyRequest objects with negated schema.username property type ✔ should correctly validate invalid patchIdentityRequestBodyRequest objects with changed schema.password property type ✔ should correctly validate invalid patchIdentityRequestBodyRequest objects with negated schema.password property type ✔ should correctly validate valid patchIdentityRequestBodyResponse objects ✔ should correctly validate valid patchIdentityRequestBodyResponse objects with missing schema.username property ✔ should correctly validate invalid patchIdentityRequestBodyResponse objects with changed schema property type ✔ should correctly validate invalid patchIdentityRequestBodyResponse objects with negated schema property type ✔ should correctly validate invalid patchIdentityRequestBodyResponse objects with changed schema.username property type ✔ should correctly validate invalid patchIdentityRequestBodyResponse objects with negated schema.username property type ✔ should correctly validate valid patchIdentityResponse200Request objects ✔ should correctly validate invalid patchIdentityResponse200Request objects with changed schema property type ✔ should correctly validate invalid patchIdentityResponse200Request objects with negated schema property type ✔ should correctly validate invalid patchIdentityResponse200Request objects with removed schema.username property ✔ should correctly validate invalid patchIdentityResponse200Request objects with removed schema.password property ✔ should correctly validate invalid patchIdentityResponse200Request objects with changed schema.username property type ✔ should correctly validate invalid patchIdentityResponse200Request objects with negated schema.username property type ✔ should correctly validate invalid patchIdentityResponse200Request objects with changed schema.password property type ✔ should correctly validate invalid patchIdentityResponse200Request objects with negated schema.password property type ✔ should correctly validate valid patchIdentityResponse200Response objects ✔ should correctly validate invalid patchIdentityResponse200Response objects with changed schema property type ✔ should correctly validate invalid patchIdentityResponse200Response objects with negated schema property type ✔ should correctly validate invalid patchIdentityResponse200Response objects with removed schema.url property ✔ should correctly validate invalid patchIdentityResponse200Response objects with removed schema.id property ✔ should correctly validate invalid patchIdentityResponse200Response objects with removed schema.username property ✔ should correctly validate invalid patchIdentityResponse200Response objects with removed schema.url property format ✔ should correctly validate invalid patchIdentityResponse200Response objects with changed schema.url property type ✔ should correctly validate invalid patchIdentityResponse200Response objects with negated schema.url property type ✔ should correctly validate invalid patchIdentityResponse200Response objects with changed schema.id property type ✔ should correctly validate invalid patchIdentityResponse200Response objects with negated schema.id property type ✔ should correctly validate invalid patchIdentityResponse200Response objects with changed schema.username property type ✔ should correctly validate invalid patchIdentityResponse200Response objects with negated schema.username property type ✔ should correctly validate valid postRegisterRequestBodyRequest objects ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with changed schema.allOf[0] property type ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with negated schema.allOf[0] property type ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with removed schema.allOf[0].username property ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with removed schema.allOf[0].password property ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with changed schema.allOf[0].username property type ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with negated schema.allOf[0].username property type ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with changed schema.allOf[0].password property type ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with negated schema.allOf[0].password property type ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with changed schema.allOf[1] property type ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with negated schema.allOf[1] property type ✔ should correctly validate invalid postRegisterRequestBodyRequest objects with negated schema property type ✔ should correctly validate valid postRegisterRequestBodyResponse objects ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with changed schema.allOf[0] property type ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with negated schema.allOf[0] property type ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with removed schema.allOf[0].username property ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with removed schema.allOf[0].password property ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with changed schema.allOf[0].username property type ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with negated schema.allOf[0].username property type ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with changed schema.allOf[0].password property type ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with negated schema.allOf[0].password property type ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with changed schema.allOf[1] property type ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with negated schema.allOf[1] property type ✔ should correctly validate invalid postRegisterRequestBodyResponse objects with negated schema property type Request Validation Tests ✔ should return true when validating a valid input for getAuth ✔ should return true when validating a valid input for getAuth (undefined unrequired parameters) ✔ should return false when validating an invalid input for getAuth (null parameters) ✔ should return false when validating an invalid input for getAuth (invalid 'Authorization'-parameter) ✔ should return false when validating an invalid input for getAuth (invalid 'X-Real-IP'-parameter) ✔ should return false when validating an invalid input for getAuth (invalid 'X-Forwarded-Proto'-parameter) ✔ should return true when validating a valid 200 output for getAuth ✔ should return true when validating a valid 200 output for getAuth (undefined unrequired headers) ✔ should return false when validating an invalid 200 output for getAuth (null headers) ✔ should return false when validating an invalid 200 output for getAuth (invalid 'Authorization'-header) ✔ should return true when validating a valid 400 output for getAuth ✔ should return true when validating a valid 401 output for getAuth ✔ should return true when validating a valid 403 output for getAuth ✔ should return true when validating a valid 404 output for getAuth ✔ should return true when validating a valid 500 output for getAuth ✔ should return false when validating an output with an invalid status code for getAuth ✔ should return false when validating an output with a status code < 100 or >= 600 for getAuth ✔ should return true when validating a valid input for postLogin ✔ should return false when validating an invalid input for postLogin (invalid body) ✔ should return true when validating a valid 201 output for postLogin ✔ should return false when validating an invalid 201 output for postLogin (invalid body) ✔ should return true when validating a valid 400 output for postLogin ✔ should return true when validating a valid 401 output for postLogin ✔ should return true when validating a valid 403 output for postLogin ✔ should return true when validating a valid 404 output for postLogin ✔ should return true when validating a valid 500 output for postLogin ✔ should return false when validating an output with an invalid status code for postLogin ✔ should return false when validating an output with a status code < 100 or >= 600 for postLogin ✔ should return true when validating a valid input for postLogout ✔ should return false when validating an invalid input for postLogout (invalid body) ✔ should return true when validating a valid 204 output for postLogout ✔ should return true when validating a valid 400 output for postLogout ✔ should return true when validating a valid 401 output for postLogout ✔ should return true when validating a valid 403 output for postLogout ✔ should return true when validating a valid 404 output for postLogout ✔ should return true when validating a valid 500 output for postLogout ✔ should return false when validating an output with an invalid status code for postLogout ✔ should return false when validating an output with a status code < 100 or >= 600 for postLogout ✔ should return true when validating a valid input for postDeviceAuthenticationToken ✔ should return false when validating an invalid input for postDeviceAuthenticationToken (undefined required parameters) ✔ should return false when validating an invalid input for postDeviceAuthenticationToken (invalid 'device_url'-parameter) ✔ should return true when validating a valid 201 output for postDeviceAuthenticationToken ✔ should return false when validating an invalid 201 output for postDeviceAuthenticationToken (invalid body) ✔ should return true when validating a valid 400 output for postDeviceAuthenticationToken ✔ should return true when validating a valid 401 output for postDeviceAuthenticationToken ✔ should return true when validating a valid 403 output for postDeviceAuthenticationToken ✔ should return true when validating a valid 404 output for postDeviceAuthenticationToken ✔ should return true when validating a valid 500 output for postDeviceAuthenticationToken ✔ should return false when validating an output with an invalid status code for postDeviceAuthenticationToken ✔ should return false when validating an output with a status code < 100 or >= 600 for postDeviceAuthenticationToken ✔ should return true when validating a valid input for getUsers ✔ should return true when validating a valid 200 output for getUsers ✔ should return false when validating an invalid 200 output for getUsers (invalid body) ✔ should return true when validating a valid 400 output for getUsers ✔ should return true when validating a valid 401 output for getUsers ✔ should return true when validating a valid 403 output for getUsers ✔ should return true when validating a valid 404 output for getUsers ✔ should return true when validating a valid 500 output for getUsers ✔ should return false when validating an output with an invalid status code for getUsers ✔ should return false when validating an output with a status code < 100 or >= 600 for getUsers ✔ should return true when validating a valid input for postUsers ✔ should return false when validating an invalid input for postUsers (invalid body) ✔ should return true when validating a valid 201 output for postUsers ✔ should return false when validating an invalid 201 output for postUsers (invalid body) ✔ should return true when validating a valid 400 output for postUsers ✔ should return true when validating a valid 401 output for postUsers ✔ should return true when validating a valid 403 output for postUsers ✔ should return true when validating a valid 404 output for postUsers ✔ should return true when validating a valid 500 output for postUsers ✔ should return false when validating an output with an invalid status code for postUsers ✔ should return false when validating an output with a status code < 100 or >= 600 for postUsers ✔ should return true when validating a valid input for getUsersByUserId ✔ should return false when validating an invalid input for getUsersByUserId (undefined required parameters) ✔ should return false when validating an invalid input for getUsersByUserId (invalid 'user_id'-parameter) ✔ should return true when validating a valid 200 output for getUsersByUserId ✔ should return false when validating an invalid 200 output for getUsersByUserId (invalid body) ✔ should return true when validating a valid 400 output for getUsersByUserId ✔ should return true when validating a valid 401 output for getUsersByUserId ✔ should return true when validating a valid 403 output for getUsersByUserId ✔ should return true when validating a valid 404 output for getUsersByUserId ✔ should return true when validating a valid 500 output for getUsersByUserId ✔ should return false when validating an output with an invalid status code for getUsersByUserId ✔ should return false when validating an output with a status code < 100 or >= 600 for getUsersByUserId ✔ should return true when validating a valid input for patchUsersByUserId ✔ should return false when validating an invalid input for patchUsersByUserId (undefined required parameters) ✔ should return false when validating an invalid input for patchUsersByUserId (invalid 'user_id'-parameter) ✔ should return false when validating an invalid input for patchUsersByUserId (invalid body) ✔ should return true when validating a valid input for patchUsersByUserId (empty not unrequired body) ✔ should return true when validating a valid 200 output for patchUsersByUserId ✔ should return false when validating an invalid 200 output for patchUsersByUserId (invalid body) ✔ should return true when validating a valid 400 output for patchUsersByUserId ✔ should return true when validating a valid 401 output for patchUsersByUserId ✔ should return true when validating a valid 403 output for patchUsersByUserId ✔ should return true when validating a valid 404 output for patchUsersByUserId ✔ should return true when validating a valid 500 output for patchUsersByUserId ✔ should return false when validating an output with an invalid status code for patchUsersByUserId ✔ should return false when validating an output with a status code < 100 or >= 600 for patchUsersByUserId ✔ should return true when validating a valid input for deleteUsersByUserId ✔ should return false when validating an invalid input for deleteUsersByUserId (undefined required parameters) ✔ should return false when validating an invalid input for deleteUsersByUserId (invalid 'user_id'-parameter) ✔ should return true when validating a valid 204 output for deleteUsersByUserId ✔ should return true when validating a valid 400 output for deleteUsersByUserId ✔ should return true when validating a valid 401 output for deleteUsersByUserId ✔ should return true when validating a valid 403 output for deleteUsersByUserId ✔ should return true when validating a valid 404 output for deleteUsersByUserId ✔ should return true when validating a valid 500 output for deleteUsersByUserId ✔ should return false when validating an output with an invalid status code for deleteUsersByUserId ✔ should return false when validating an output with a status code < 100 or >= 600 for deleteUsersByUserId ✔ should return true when validating a valid input for getUsersByUserIdRoles ✔ should return false when validating an invalid input for getUsersByUserIdRoles (undefined required parameters) ✔ should return false when validating an invalid input for getUsersByUserIdRoles (invalid 'user_id'-parameter) ✔ should return true when validating a valid 200 output for getUsersByUserIdRoles ✔ should return false when validating an invalid 200 output for getUsersByUserIdRoles (invalid body) ✔ should return true when validating a valid 400 output for getUsersByUserIdRoles ✔ should return true when validating a valid 401 output for getUsersByUserIdRoles ✔ should return true when validating a valid 403 output for getUsersByUserIdRoles ✔ should return true when validating a valid 404 output for getUsersByUserIdRoles ✔ should return true when validating a valid 500 output for getUsersByUserIdRoles ✔ should return false when validating an output with an invalid status code for getUsersByUserIdRoles ✔ should return false when validating an output with a status code < 100 or >= 600 for getUsersByUserIdRoles ✔ should return true when validating a valid input for postUsersByUserIdRoles ✔ should return false when validating an invalid input for postUsersByUserIdRoles (undefined required parameters) ✔ should return false when validating an invalid input for postUsersByUserIdRoles (invalid 'user_id'-parameter) ✔ should return false when validating an invalid input for postUsersByUserIdRoles (invalid body) ✔ should return true when validating a valid input for postUsersByUserIdRoles (empty not unrequired body) ✔ should return true when validating a valid 204 output for postUsersByUserIdRoles ✔ should return true when validating a valid 400 output for postUsersByUserIdRoles ✔ should return true when validating a valid 401 output for postUsersByUserIdRoles ✔ should return true when validating a valid 403 output for postUsersByUserIdRoles ✔ should return true when validating a valid 404 output for postUsersByUserIdRoles ✔ should return true when validating a valid 500 output for postUsersByUserIdRoles ✔ should return false when validating an output with an invalid status code for postUsersByUserIdRoles ✔ should return false when validating an output with a status code < 100 or >= 600 for postUsersByUserIdRoles ✔ should return true when validating a valid input for deleteUsersByUserIdRoles ✔ should return false when validating an invalid input for deleteUsersByUserIdRoles (undefined required parameters) ✔ should return false when validating an invalid input for deleteUsersByUserIdRoles (invalid 'user_id'-parameter) ✔ should return false when validating an invalid input for deleteUsersByUserIdRoles (invalid body) ✔ should return true when validating a valid input for deleteUsersByUserIdRoles (empty not unrequired body) ✔ should return true when validating a valid 204 output for deleteUsersByUserIdRoles ✔ should return true when validating a valid 400 output for deleteUsersByUserIdRoles ✔ should return true when validating a valid 401 output for deleteUsersByUserIdRoles ✔ should return true when validating a valid 403 output for deleteUsersByUserIdRoles ✔ should return true when validating a valid 404 output for deleteUsersByUserIdRoles ✔ should return true when validating a valid 500 output for deleteUsersByUserIdRoles ✔ should return false when validating an output with an invalid status code for deleteUsersByUserIdRoles ✔ should return false when validating an output with a status code < 100 or >= 600 for deleteUsersByUserIdRoles ✔ should return true when validating a valid input for getRoles ✔ should return true when validating a valid 200 output for getRoles ✔ should return false when validating an invalid 200 output for getRoles (invalid body) ✔ should return true when validating a valid 400 output for getRoles ✔ should return true when validating a valid 401 output for getRoles ✔ should return true when validating a valid 403 output for getRoles ✔ should return true when validating a valid 404 output for getRoles ✔ should return true when validating a valid 500 output for getRoles ✔ should return false when validating an output with an invalid status code for getRoles ✔ should return false when validating an output with a status code < 100 or >= 600 for getRoles ✔ should return true when validating a valid input for postRoles ✔ should return false when validating an invalid input for postRoles (invalid body) ✔ should return true when validating a valid input for postRoles (empty not unrequired body) ✔ should return true when validating a valid 201 output for postRoles ✔ should return false when validating an invalid 201 output for postRoles (invalid body) ✔ should return true when validating a valid 400 output for postRoles ✔ should return true when validating a valid 401 output for postRoles ✔ should return true when validating a valid 403 output for postRoles ✔ should return true when validating a valid 404 output for postRoles ✔ should return true when validating a valid 500 output for postRoles ✔ should return false when validating an output with an invalid status code for postRoles ✔ should return false when validating an output with a status code < 100 or >= 600 for postRoles ✔ should return true when validating a valid input for getRolesByRoleId ✔ should return false when validating an invalid input for getRolesByRoleId (undefined required parameters) ✔ should return false when validating an invalid input for getRolesByRoleId (invalid 'role_id'-parameter) ✔ should return true when validating a valid 200 output for getRolesByRoleId ✔ should return false when validating an invalid 200 output for getRolesByRoleId (invalid body) ✔ should return true when validating a valid 400 output for getRolesByRoleId ✔ should return true when validating a valid 401 output for getRolesByRoleId ✔ should return true when validating a valid 403 output for getRolesByRoleId ✔ should return true when validating a valid 404 output for getRolesByRoleId ✔ should return true when validating a valid 500 output for getRolesByRoleId ✔ should return false when validating an output with an invalid status code for getRolesByRoleId ✔ should return false when validating an output with a status code < 100 or >= 600 for getRolesByRoleId ✔ should return true when validating a valid input for patchRolesByRoleId ✔ should return false when validating an invalid input for patchRolesByRoleId (undefined required parameters) ✔ should return false when validating an invalid input for patchRolesByRoleId (invalid 'role_id'-parameter) ✔ should return false when validating an invalid input for patchRolesByRoleId (invalid body) ✔ should return true when validating a valid input for patchRolesByRoleId (empty not unrequired body) ✔ should return true when validating a valid 200 output for patchRolesByRoleId ✔ should return false when validating an invalid 200 output for patchRolesByRoleId (invalid body) ✔ should return true when validating a valid 400 output for patchRolesByRoleId ✔ should return true when validating a valid 401 output for patchRolesByRoleId ✔ should return true when validating a valid 403 output for patchRolesByRoleId ✔ should return true when validating a valid 404 output for patchRolesByRoleId ✔ should return true when validating a valid 500 output for patchRolesByRoleId ✔ should return false when validating an output with an invalid status code for patchRolesByRoleId ✔ should return false when validating an output with a status code < 100 or >= 600 for patchRolesByRoleId ✔ should return true when validating a valid input for deleteRolesByRoleId ✔ should return false when validating an invalid input for deleteRolesByRoleId (undefined required parameters) ✔ should return false when validating an invalid input for deleteRolesByRoleId (invalid 'role_id'-parameter) ✔ should return true when validating a valid 204 output for deleteRolesByRoleId ✔ should return true when validating a valid 400 output for deleteRolesByRoleId ✔ should return true when validating a valid 401 output for deleteRolesByRoleId ✔ should return true when validating a valid 403 output for deleteRolesByRoleId ✔ should return true when validating a valid 404 output for deleteRolesByRoleId ✔ should return true when validating a valid 500 output for deleteRolesByRoleId ✔ should return false when validating an output with an invalid status code for deleteRolesByRoleId ✔ should return false when validating an output with a status code < 100 or >= 600 for deleteRolesByRoleId ✔ should return true when validating a valid input for getRolesByRoleIdUsers ✔ should return false when validating an invalid input for getRolesByRoleIdUsers (undefined required parameters) ✔ should return false when validating an invalid input for getRolesByRoleIdUsers (invalid 'role_id'-parameter) ✔ should return true when validating a valid 200 output for getRolesByRoleIdUsers ✔ should return false when validating an invalid 200 output for getRolesByRoleIdUsers (invalid body) ✔ should return true when validating a valid 400 output for getRolesByRoleIdUsers ✔ should return true when validating a valid 401 output for getRolesByRoleIdUsers ✔ should return true when validating a valid 403 output for getRolesByRoleIdUsers ✔ should return true when validating a valid 404 output for getRolesByRoleIdUsers ✔ should return true when validating a valid 500 output for getRolesByRoleIdUsers ✔ should return false when validating an output with an invalid status code for getRolesByRoleIdUsers ✔ should return false when validating an output with a status code < 100 or >= 600 for getRolesByRoleIdUsers ✔ should return true when validating a valid input for postRolesByRoleIdUsers ✔ should return false when validating an invalid input for postRolesByRoleIdUsers (undefined required parameters) ✔ should return false when validating an invalid input for postRolesByRoleIdUsers (invalid 'role_id'-parameter) ✔ should return false when validating an invalid input for postRolesByRoleIdUsers (invalid body) ✔ should return true when validating a valid input for postRolesByRoleIdUsers (empty not unrequired body) ✔ should return true when validating a valid 204 output for postRolesByRoleIdUsers ✔ should return true when validating a valid 400 output for postRolesByRoleIdUsers ✔ should return true when validating a valid 401 output for postRolesByRoleIdUsers ✔ should return true when validating a valid 403 output for postRolesByRoleIdUsers ✔ should return true when validating a valid 404 output for postRolesByRoleIdUsers ✔ should return true when validating a valid 500 output for postRolesByRoleIdUsers ✔ should return false when validating an output with an invalid status code for postRolesByRoleIdUsers ✔ should return false when validating an output with a status code < 100 or >= 600 for postRolesByRoleIdUsers ✔ should return true when validating a valid input for deleteRolesByRoleIdUsers ✔ should return false when validating an invalid input for deleteRolesByRoleIdUsers (undefined required parameters) ✔ should return false when validating an invalid input for deleteRolesByRoleIdUsers (invalid 'role_id'-parameter) ✔ should return false when validating an invalid input for deleteRolesByRoleIdUsers (invalid body) ✔ should return true when validating a valid input for deleteRolesByRoleIdUsers (empty not unrequired body) ✔ should return true when validating a valid 204 output for deleteRolesByRoleIdUsers ✔ should return true when validating a valid 400 output for deleteRolesByRoleIdUsers ✔ should return true when validating a valid 401 output for deleteRolesByRoleIdUsers ✔ should return true when validating a valid 403 output for deleteRolesByRoleIdUsers ✔ should return true when validating a valid 404 output for deleteRolesByRoleIdUsers ✔ should return true when validating a valid 500 output for deleteRolesByRoleIdUsers ✔ should return false when validating an output with an invalid status code for deleteRolesByRoleIdUsers ✔ should return false when validating an output with a status code < 100 or >= 600 for deleteRolesByRoleIdUsers ✔ should return true when validating a valid input for getIdentity ✔ should return true when validating a valid 200 output for getIdentity ✔ should return false when validating an invalid 200 output for getIdentity (invalid body) ✔ should return true when validating a valid 400 output for getIdentity ✔ should return true when validating a valid 401 output for getIdentity ✔ should return true when validating a valid 403 output for getIdentity ✔ should return true when validating a valid 404 output for getIdentity ✔ should return true when validating a valid 500 output for getIdentity ✔ should return false when validating an output with an invalid status code for getIdentity ✔ should return false when validating an output with a status code < 100 or >= 600 for getIdentity ✔ should return true when validating a valid input for patchIdentity ✔ should return false when validating an invalid input for patchIdentity (invalid body) ✔ should return true when validating a valid input for patchIdentity (empty not unrequired body) ✔ should return true when validating a valid 200 output for patchIdentity ✔ should return false when validating an invalid 200 output for patchIdentity (invalid body) ✔ should return true when validating a valid 400 output for patchIdentity ✔ should return true when validating a valid 401 output for patchIdentity ✔ should return true when validating a valid 403 output for patchIdentity ✔ should return true when validating a valid 404 output for patchIdentity ✔ should return true when validating a valid 500 output for patchIdentity ✔ should return false when validating an output with an invalid status code for patchIdentity ✔ should return false when validating an output with a status code < 100 or >= 600 for patchIdentity ✔ should return true when validating a valid input for postRegister ✔ should return false when validating an invalid input for postRegister (invalid body) ✔ should return true when validating a valid 201 output for postRegister ✔ should return true when validating a valid 400 output for postRegister ✔ should return true when validating a valid 401 output for postRegister ✔ should return true when validating a valid 403 output for postRegister ✔ should return true when validating a valid 404 output for postRegister ✔ should return true when validating a valid 500 output for postRegister ✔ should return false when validating an output with an invalid status code for postRegister ✔ should return false when validating an output with a status code < 100 or >= 600 for postRegister TypeGuard Tests ✔ should execute the typeguard for UserType correctly ✔ should return true when calling isSuccessResponse with a SuccessResponse ✔ should return false when calling isSuccessResponse with an ErrorResponse ✔ should return true when calling isErrorResponse with a ErrorResponse ✔ should return true when calling isErrorResponse with a SuccessResponse Route Tests ✔ should handle errors without status and name correctly ✔ should catch missing routes GET /auth Tests ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed POST /login Tests ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed POST /logout Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed POST /device_authentication_token Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed GET /users Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed POST /users Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed GET /users/{user_id} Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed PATCH /users/{user_id} Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed DELETE /users/{user_id} Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed GET /users/{user_id}/roles Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed POST /users/{user_id}/roles Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed DELETE /users/{user_id}/roles Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed GET /roles Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed POST /roles Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed GET /roles/{role_id} Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed PATCH /roles/{role_id} Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed DELETE /roles/{role_id} Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed GET /roles/{role_id}/users Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed POST /roles/{role_id}/users Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed DELETE /roles/{role_id}/users Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed GET /identity Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed PATCH /identity Tests ✔ should deny access without necessary scopes ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed POST /register Tests ✔ should call the validation and operation methods correctly ✔ should throw a ValidationError if the input validation failed ✔ should throw a ValidationError if the output validation failed 1515 passing (1s) > test:methods > nyc --temp-dir .nyc_output/methods --silent --reporter=html env-cmd -e development ts-mocha --require @babel/register test/methods/index.spec.ts Methods allowlist methods parseAllowlist ✔ should correctly parse a valid allowlist ✔ should throw an error if the allowlist is malformed resolveAllowlist ✔ should correctly resolve the allowlist entries ✔ should log an error if the user could not be found resolveAllowlistEntry ✔ should correctly resolve the allowlist entries ✔ should log an error if the DNS lookup fails ✔ should log an error if the user could not be found getAllowlistedUser ✔ should correctly return the allowlisted user for the given ip address ✔ should throw an error if the ip has no corresponding user ✔ should throw an error if the corresponding user is not found api methods getDevice ✔ should return the device if no error occurred ✔ should handle FetchErrors correctly ✔ should handle ValidationErrors correctly ✔ should handle InvalidUrlErrors correctly ✔ should handle UnsuccessfulRequestErrors correctly ✔ should handle other errors correctly auth methods sign ✔ should correctly sign a JWT with the given payload, key and expiration time signUserToken ✔ should correctly sign a user token signDeviceToken ✔ should correctly sign a device token parseBearerToken ✔ should parse a valid token ✔ should throw an error if the Authorization parameter is missing ✔ should throw an error if the Authorization parameter is malformed key methods generateNewKey() ✔ should correctly generate a key (467ms) jwk() ✔ should correctly parse a jwk from a given key login methods createUserToken ✔ should create a user token correctly ✔ should load the tokens of the user correctly createUserTUI ✔ should create a tui user correctly loginTui ✔ should login with tui account with correct credentials ✔ should create a new account if none exists ✔ should throw an LdapAuthenticationError if bind fails with error code 49 ✔ should throw an LdapBindError if bind fails and the cause is unknown ✔ should throw an LdapError if search returns no entries loginLocal ✔ should login with local account with correct credentials (93ms) ✔ should throw an AuthenticationError if no user with the given username exists ✔ should throw an AuthenticationError if the provided password is incorrect (89ms) ✔ should throw an AuthenticationError if the user cannot be logged in via username and password utils methods capitalizeFirstLetter ✔ should capitalize the first letter of the provided string ✔ should return an empty string when the provided string is empty userUrlFromId ✔ should correctly build the url of a user roleUrlFromId ✔ should correctly build the url of a role 40 passing (1s)