onebeyond / generator-systemic

A yeoman-based template to generate a systemic microservice
MIT License
24 stars 10 forks source link

Fix swagger-endpoint-validator doc issue #44

Closed MatteoDiPaolo closed 4 years ago

MatteoDiPaolo commented 4 years ago

Generated system has failing tests since email and author fields cannot be empty:

SwaggerValidator: Wrong options for yaml: One or more errors exist in the OpenApi definition
  at: info > contact
    at: name
      Value must be a string. Received: null
    at: email
      Value must be a string. Received: null