/ Builder

Your Specifications

{% if user_specs %}
{% for spec in user_specs %}
{{ spec.display_name }} {% if spec.description %} {{ spec.description[:80] }}{% if spec.description|length > 80 %}...{% endif %} {% endif %}
{% for version in spec.versions %} Edit v{{ version }} {% endfor %}
{% endfor %}
{% else %}

No specifications yet. Create one to get started.

{% endif %}

Create a New Specification

Build a custom specification from scratch or start with an existing template.

+

Start from Scratch

Create a new empty specification with your own entities and fields.

Import from File

Load a specification from a YAML file.

~

Clone Template

Start with a built-in specification as a template.

{% if templates %}
{% for template in templates %}
{{ template.display_name }} {{ template.description[:60] }}{% if template.description|length > 60 %}...{% endif %}
{% for version in template.versions %} v{{ version }} {% endfor %}
{% endfor %}
{% else %}

No templates available.

{% endif %}