drafter
drafter copied to clipboard
Circular Dependency warning when there should be none.
# Data Structures
## E (object)
- entities (array[A])
## A (object)
- Include E
Expected
Parse without error or warning.
Actual
Gives circular reference error when parsing.