--- permalink: / --- Meshery Schemas

Meshery Schemas

Latest schema version for each Meshery resource.

Each resource is also tagged by where its API surfaces: Core resources are served by Meshery Server, and Extension resources are served by Meshery Cloud. A resource can be both.

{% for schema in site.data.latest_schema_versions %} {% endfor %}
Resource Latest schema Core Extension
{% if schema.docs_href %}{{ schema.construct }}{% else %}{{ schema.construct }}{% endif %} {{ schema.version }} {% if schema.core %}Core{% else %}Not Core{% endif %} {% if schema.extension %}Extension{% else %}Not Extension{% endif %}