Validate a DCAT-US /data.json File
Let’s validate that a data.json file meets the DCAT-US Metadata Schema.
Validation Results
{{ c.source_url }}
{% for err in c.errors %}{{err.0}}
{% for item in err.1 %}{{item}}
{% endfor %} {% endfor %}Let’s validate that a data.json file meets the DCAT-US Metadata Schema.
{{ c.source_url }}
{% for err in c.errors %}{{item}}
{% endfor %} {% endfor %}