{% extends "base.html" %} {% block title %}{{ schema.name }} v{{ schema.version }}{% endblock %} {% block content %}

{{ schema.name }}

v{{ schema.version }} — Published by {{ schema.did }}

{% if schema.description %}

{{ schema.description }}

{% endif %}

Details

{% if schema.arrayFormat is defined %} {% endif %} {% if schema.dtype is defined %} {% endif %} {% if schema.shape is defined and schema.shape is iterable and schema.shape is not string %} {% endif %} {% if schema.dimensionNames is defined and schema.dimensionNames is iterable and schema.dimensionNames is not string %} {% endif %}
AT-URI{{ schema.uri }}
Type{{ schema.schemaType }}
Array Format{{ schema.get("arrayFormatLabel", schema.arrayFormat) }}
Data Type{{ schema.dtype }}
Shape{{ schema.shape | join(" × ") }}
Dimensions{{ schema.dimensionNames | join(", ") }}
Version{{ schema.version }}
Created{{ schema.createdAt }}

Schema Body

{{ schema_body_json }}
{% endblock %}