I've started using Source Generator in .NET 5 to generate some custom serialization code. This works beautifully for my use case. However I'd also like to create a custom schema for said serializer in the form of a JSON file. Unfortunately, I haven't been able to find a way to output said generated file using Source Generators. Is this possible at all? Or perhaps I should use some other method of generation?