{% extends "layout.html" %} {% block head %} {{ super() }} {% endblock %} {% block content %}

{{ 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(', ') }}
{{ _('SHA 256') }}
{{ sha256 }}
{{ _('Related objects') }}

{{ json_object_pretty }}
{% endblock %}