{% extends "layout.html" %} {% block content %}
Name of the schema
{{ schema.name }}
Description
{{ schema.description }}
Provided by


Objects validated by this schema {% for object in objects %} {% endfor %}
# Name Organization Visibility Last updated View Edit JSON editor Object Delete
{{ loop.index }} {{ object.name }} {{ object.organization.name }} {{ 'Public' if object.is_public else 'Private' }} {{ object.last_updated }}
{% endblock %}