<% if schemata['stability'] && !schemata['stability'].empty? %>
Stability: <%= schemata['stability'] %>
<% end %>
<%= markdownify.(schemata['description']) %>
<% if schemata['property_refs'] && !schemata['property_refs'].empty? %>
Attributes
<%- schemata['property_refs'].each do |property_ref| -%>
-
<%= property_ref[:name] %>
<%= property_ref[:type] %>
<%= markdownify.(property_ref[:description]) %>
<%- end -%>
<%= include.('resource_example.html.erb', example: schemata['example']) %>
<% end %>