DomainEvent template¶ labels: - event {{ event_name }}¶ Event Name: {{ event_name }} Description¶ {{ description }} Schema¶ Property Type Description {% for prop in properties %} {{ prop.name }} {{ prop.type }} {% endfor %} Example¶ { // Add a json example here }