{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}
{{ _('Name') }}
{{ json_object.name }}
{{ _('Description') }}
{{ json_object.description }}
{{ _('Owning organization') }}
{{ _('Validating JSON schema') }}
{% if json_object.creator.public_profile %}
{{ _('Creator') }}
{% endif %}
{{ _('License') }}
{{ json_object.licenses | join(', ') }}
{{ _('Download the object') }}
{{ _('Export only values') }}
  

{{ json_object_pretty }}
{% endblock %}