-
Notifications
You must be signed in to change notification settings - Fork 75
Improve validation #189
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels