decky
decky copied to clipboard
Bug: Type decorator should account for inherited properties
I have a base class that as some JSON schema field decorators in it, and a child class that extends that which has it's own field decorators. However, when the json files get created like in the example, the child json doesn't contain the fields from the parent class that I decorated.