Schema descriptor with path
property raises a "resource-error"
#1688
Labels
bug
Something isn't working
path
property raises a "resource-error"
#1688
Overview
If a schema descriptor has a
path
property, validating the descriptor with python code returns a "resource-error". At the command line, the file is considered valid.For the context, the
path
property is defined for a data resource, but not in the Table Schema specification. It is also not in the Schema class properties.I have no clue what is going on here.
Reproduce
Schema descriptor in file "schema.json" :
What I tested
frictionless validate --type=schema --json schema.json
returnsVALID
'valid': True
path
topatch
does not reproduce the behavior.path
value to an URL does not solve the issue.The text was updated successfully, but these errors were encountered: