Because the type for residencyDocuments contains null due to me using the @nullable decorator for the attribute, the definition for SubDocument is not generated.
I'd be happy to attempt a fix if someone could point me in the right direction, haven't made a change here before.
Hi, ran into an issue where if the properties of a schema are nullable, then the definition they refer to is not generated within the file.
e.g
Because the type for residencyDocuments contains null due to me using the @nullable decorator for the attribute, the definition for SubDocument is not generated.
I'd be happy to attempt a fix if someone could point me in the right direction, haven't made a change here before.