CDCgov / cfa-config-validation

Modeling pipeline config validation microservice.
Apache License 2.0
0 stars 0 forks source link

Implement validation routes #2

Closed amondal2 closed 1 month ago

amondal2 commented 2 months ago

Implement a server route that:

  1. Pulls a schema (locally for now, but eventually a master schema stored in Azure)
  2. Accepts a JSON configuration
  3. Validates the configuration against the schema
  4. Returns an error detailing why the validation failed if the configuration is not valid, otherwise the return the configuration as-is
amondal2 commented 1 month ago

Closed by #5