{% extends "page.html" %} {% block subtitle %}Validate a DCAT-US /data.json File{% endblock %} {% block breadcrumb_content %} {% endblock %} {% block primary %}

Validate a DCAT-US /data.json File

Let’s validate that a data.json file meets the DCAT-US Metadata Schema.

{% if c.source_url %}

Validation Results

{{ c.source_url }}

{% for err in c.errors %}

{{err.0}}

{% for item in err.1 %}

{{item}}

{% endfor %} {% endfor %} {% endif %}
{% endblock %} {% block secondary %}{% endblock %}