When a name conflict occur in a TD, the method `TDTransform.asJsonLd11ForType()` runs into an infinite loop. E.g. (`conflictingName` used twice): ```js { "id": "tag:something", "properties": "conflictingName": { "type": "object", "properties": { "conflictingName": { "type": "string" } } } } ```
When a name conflict occur in a TD, the method
TDTransform.asJsonLd11ForType()runs into an infinite loop. E.g. (conflictingNameused twice):