{% include global_head_assets.html %} {% capture page_title %}“{{ page.name | smartify }}” Profile{% endcapture %} JSON API — {{ page_title|strip }} {% include site_navigation.html %}

{{ page_title }}

Introduction

This is the specification of a profile for the JSON:API specification.

The url for this profile is {% include profile_url.md page=page %}.

{% capture extended_description_markdown %} {{ page.extended_description | markdownify }} {% endcapture %} {% include header_offset_2.md content=extended_description_markdown %}
{% if page.minimum_jsonapi_version > 1.0 %}

Minimum JSON:API Version

This profile requires at least JSON:API version {{ page.minimum_jsonapi_version }}.

{% capture minimum_version_markdown %} {{ page.minimum_jsonapi_version_explanation | markdownify }} {% endcapture %} {% include header_offset_2.md content=minimum_version_markdown %}
{% endif %}

Specification

{% include header_offset_2.md content=content %}

Version History

View changes to this profile over time

Contact the Editor{% if page.editors.size > 1 %}s{% endif %}

{% if page.discussion_url %}

To discuss or ask questions about this extension, visit {{ page.discussion_url }}.

You can also contact the author directly:

{% endif %} {% for editor in page.editors %}
{{ editor.name }}
{{ editor.email }}
{% if editor.website %} {{ editor.website }}
{% endif %} {% if editor.phone %} {{ editor.phone }}
{% endif %}
{% endfor %}
{% include global_html_footer.html %}