Dmitry Repchevsky

Results 46 comments of Dmitry Repchevsky
trafficstars

That's not about the List but about the JsonbRiParser wrapper. As I understand the problem, a custom deserializer calls parser.getValue() and _consume_ events. Meanwhile, JsonbRiParser doesn't realize this and think...

@datsirul Hi Daniel, IMHO, the "quick and dirt" fix would be to put `"not": { "required": [ "numTotalResults" ] }` in the `beaconBooleanResponseSection`. D.

I am confused... [beaconConfigurationSchema.yaml](https://github.com/ga4gh-beacon/beacon-v2/blob/4db7f83ca546547c9901fed719400bdbb6154020/framework/src/configuration/beaconConfigurationSchema.yaml) is a Json Schema and has nothing with OpenAPI. Although the "default" is just an annotation that doesn't interfere the validation, it's recommended to be valid...

The Json Schema spec. defines "examples" as an array of values. In this case it is an array of arrays. The problem where you wanna put the examples: Json Schema:...

Hi all, I'd like to revive the issue, as IMO the original point is valid: We have [/configuration/filteringTermsSchema.json](https://github.com/ga4gh-beacon/beacon-v2/blob/main/framework/json/configuration/filteringTermsSchema.json) which, according the description is "It is kept separated to allow updating...

This is a very old story... 🤷 https://github.com/ga4gh-beacon/beacon-v2/pull/107 Dmitry