$ npm run validate-auths

> openapi-v3-with-redoc@1.0.0 validate-auths
> swagger-cli validate ./docs/v1/auth/openapi.yaml

Swagger schema validation failed. 
  Data does not match any schemas from 'oneOf' at #/paths//me/get/responses/200
    Data does not match any schemas from 'oneOf' at #/paths//me/get/responses/200/content/application/json/schema
      Additional properties not allowed: user at #/content/application/json/schema
      Missing required property: $ref at #/content/application/json/schema
    Missing required property: $ref at #/paths//me/get/responses/200
 
JSON_OBJECT_VALIDATION_FAILED