Skip to content

Improve validation #189

@BalaM314

Description

@BalaM314

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions