Categories
{{ child.title }}
{% with child.metadata.description as desc %} {% if desc %}{{ desc | truncate(120) }}
{% end %} {% end %} {% end %}Schemas
{% if schema_items | length > 4 %}No schemas match your filter.
{{ schema.name }}
{{ schema.schema_type }}
{% if tile_composition is not none or tile_flags?.deprecated %}
{% if tile_composition is not none %}{{ tile_composition.kind }}{% end %}
{% if tile_composition?.discriminator %}polymorphic{% end %}
{% if tile_flags?.deprecated %}deprecated{% end %}
{% end %}
{% if schema.description %}
{{ schema.description | truncate(120) }}
{% end %}
{% if property_preview | length > 0 %}
{% for prop_name, prop_schema in property_preview %}
{{ prop_name }}
{% end %}
{% end %}
{% end %}
Items
{{ child.title }}
{% with child.metadata.description as desc %} {% if desc %}{{ desc | truncate(120) }}
{% end %} {% end %} {% end %} {% end %}No items in this section.
{% end %}