issues
search
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:
Pulls a schema (locally for now, but eventually a master schema stored in Azure)
Accepts a JSON configuration
Validates the configuration against the schema
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
Implement a server route that: