Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate does not remember custom additions to the schema #11

Open
aflatoon2874 opened this issue Oct 22, 2020 · 0 comments
Open

Generate does not remember custom additions to the schema #11

aflatoon2874 opened this issue Oct 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@aflatoon2874
Copy link

  • Problem:
    Please note that re-generation of the schema does not remember any custom additions done to the old schema file.
    For example, in the following fragment minimum and maximum attributes have been added manually.
...
"noOfLicenses": {
  "type": "Integer",
  "minimum: 0,
  "maximum": 200
},
...
  • Expectation:
    Any custom attributes should be remembered and copied to the new schema file.
@valentinpalkovic valentinpalkovic added the enhancement New feature or request label Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants