You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a number of different combinations and none of them really works:
The schema that is generated from Pydantic is too large and redocly runs out of memory.
The schema with inheritance generates the document but most of the object fields are considered recursive and don't show up correctly. This is probably because we now inherit all the classes from the same baseclass.
The better solution is to probably report the issue to redocly team.
The text was updated successfully, but these errors were encountered:
1. fix path to docs folder
2. added JSON Schema object for honeybee model. resolvesladybug-tools#182
I also tried to generate a new file without discriminator to fix the docs. It makes it slightly better but doesn't fix the issue. Related ladybug-tools#221
1. fix path to docs folder
2. added JSON Schema object for honeybee model. resolves#182
I also tried to generate a new file without discriminator to fix the docs. It makes it slightly better but doesn't fix the issue. Related #221
I tried a number of different combinations and none of them really works:
The better solution is to probably report the issue to redocly team.
The text was updated successfully, but these errors were encountered: