+ {#if parsedExternalSourceEventTypeSchema !== undefined}
+
+
+
+
+ Source & Event Type Attribute Schema Parsed
+
+ {/if}
+ {/if}
+ {#if parsedExternalSourceEventTypeSchema !== undefined}
+
+
+ {#if parsedExternalSourceEventTypeSchema.source_types}
+
+ {#each Object.keys(parsedExternalSourceEventTypeSchema.source_types) as newSourceTypeName}
+ - {newSourceTypeName}
+ {/each}
+
+ {/if}
+
+ {#if parsedExternalSourceEventTypeSchema.event_types}
+
+ {#each Object.keys(parsedExternalSourceEventTypeSchema.event_types) as newEventTypeName}
+ - {newEventTypeName}
+ {/each}
+
+ {/if}
+