The current validator just checks for valid JSON syntax, but there are still a lot of possible errors it doesn't catch
- invalid type (missing address, missing name, misspelled address, misspelled name)
- invalid value (something other than a string)
- typo in value (invalid ip address)
I can write a json validator to catch more errors and run it under github actions
The current validator just checks for valid JSON syntax, but there are still a lot of possible errors it doesn't catch
I can write a json validator to catch more errors and run it under github actions