Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

StackOverflowError in case of name conflict #34

Open
vcharpenay opened this issue Sep 27, 2018 · 0 comments
Open

StackOverflowError in case of name conflict #34

vcharpenay opened this issue Sep 27, 2018 · 0 comments

Comments

@vcharpenay
Copy link
Collaborator

When a name conflict occur in a TD, the method TDTransform.asJsonLd11ForType() runs into an infinite loop. E.g. (conflictingName used twice):

{
  "id": "tag:something",
  "properties":
    "conflictingName": {
      "type": "object",
      "properties": {
        "conflictingName": {
          "type": "string"
        }
      }
    } 
}
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant