generator-swaggerize icon indicating copy to clipboard operation
generator-swaggerize copied to clipboard

Model files are created as all lowercase (e.g. ModifierValue --> modifiervalue).

Open johnkchiu opened this issue 10 years ago • 0 comments

The model files are generated as all lower case (e.g. modifiervalue), but I think the generate should respect the schema model name with 1st letter lower case (e.g. modifierValue).

Example:

{
  ...
  "definition": {
    "ModifierValue: {
    ...
    }
  }
}

Should create a file as modifierValue.js.

johnkchiu avatar Dec 30 '14 19:12 johnkchiu