elixir-europe / biovalidator

JSON validator derived from AJV supporting ontology and taxonomy validation.
Apache License 2.0
19 stars 6 forks source link

[Bug]: typo at "errors" status code in README #47

Closed M-casado closed 1 year ago

M-casado commented 2 years ago

In the documentation about errors it says:

...
HTTP status code 200
[]

An example of a validation response with errors:
HTTP status code 200
...

I suppose the HTTP status code was copied, but I'm fairly sure a status code of 200 shouldn't be erroneous.

M-casado commented 1 year ago

And I take back what I said, I just realized printing the HTTP status that, very much indeed, the status code of an erroneous validation is 200.