<% # Load the org types from thosedefined in the MagicStrings section of the locale %>
<% I18n.t("identifier_schemes.schemes").each do |k,v| %>
<%= k.downcase %>:
name: <%= "#{k}" %>
description: <%= "#{k.downcase}.org - testing" %>
active: true
<% end %>