{% extends "package/resource_edit_base.html" %} {% block primary_content_inner %}

{{ _("Use a JSON Schema (Draft 2020-12) to validate the structure and content of the resource metadata.") }}

{{ _("This schema ensures that the data adheres to the expected format, types, and required fields, helping to catch errors early and maintain data consistency.") }}

{{ _("Learn more about JSON Schema Draft 2020-12 at") }} https://json-schema.org/draft/2020-12/

{% endblock %} {% block scripts %} {% asset "resource_docs/resource_docs-js" %} {{ super() }} {% endblock %} {% block styles %} {% asset "resource_docs/resource_docs-css" %} {{ super() }} {% endblock %}