<%= schemata['title'] %>

<% if schemata['stability'] && !schemata['stability'].empty? %>

Stability: <%= schemata['stability'] %>

<% end %>

<%= markdownify.(schemata['description']) %>

<% if schemata['property_refs'] && !schemata['property_refs'].empty? %>

Attributes

<%= include.('resource_example.html.erb', example: schemata['example']) %>
<% end %>