Improved validation error messages
- Improved validation error messages through the usage of github.com/santhosh-tekuri/jsonschema instead of xeipuuv/gojsonschema
- validator.NewRegistry now prioritizes in-memory cache to search for validators
- Go 1.10 build green