frictionlessdata / datapackage-go

A Go library for working with Data Package.
MIT License
21 stars 5 forks source link

Support for schema dereferencing before validation #8

Closed danielfireman closed 6 years ago

danielfireman commented 6 years ago

Clarification by @roll:

This is an important part of validation process - http://frictionlessdata.io/specs/implementation/. If we don't dereference e.g. a resource.schema=http://example.com/shcema.json on tabular resource our validation will be just half-done.