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

Tighten up HTTP Validation #23

Open
mattcollier opened this issue Jan 21, 2020 · 1 comment
Open

Tighten up HTTP Validation #23

mattcollier opened this issue Jan 21, 2020 · 1 comment

Comments

@mattcollier
Copy link
Contributor

Basic schemas are in place for HTTP APIs. After the data modelling is complete, another pass is required to tighten things up. additionalProperties: false needs to be applied in many instances.

@aljones15
Copy link
Contributor

Other potential additions:

  1. Regular Expressions for validating ids.
  2. Implementing ids for each property if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants