[PATCH] Re: Question about GNS record representation in json

2024-08-14 Thread fence
So I've looked into the issue and fixed it. The shadow flag wasn't parsed properly from JSON and it overwrote the "is_supplemental" flag when converting a record to JSON. As for the rewrite, I don't have that much time on my hand right now. kind regards, fence On 13.08.2024 13:24, Schanzenb

Re: Question about GNS record representation in json

2024-08-13 Thread Schanzenbach, Martin
This may be a bug/oversight. The reason may be that shadow records must be ignored by the resolver and are never returned as part of a resolution process. If you have any use or require a symmetric API, then this can be changed. Feel free to modify the code accordingly. Note that the REST serv