CMSgov / price-transparency-guide-validator

Validation tool to check output files required by the price-transparency-guide
Apache License 2.0
29 stars 13 forks source link

Output when validating is not generating. Please help. #116

Closed winnkathy-hub closed 4 months ago

winnkathy-hub commented 4 months ago

when trying to validate any of the schemas, the validator is not returning any OUTPUT (not even to a file). The only line I get is "Running validatoar container ..." for every file with no output. I even tried to send the output to a text file and it doesn't work.

The code below is the example on validating a bad file. So I know I should see some type of error output.

cms-mrf-validator validate test-files/allowed-amounts-error.json --schema-version v1.0.0 -o "C:\Users\regwinka2\results.txt" -t allowed-amounts

Can someone please help me with this issue? Thank You!