Hey y’all and specifically @lewo who made hydra-cli,
I’m looking at improving the API to return actual bools where currently it returns a 0/1. This would be a breaking change for users of very strict languages, but I think would be a net improvement. Notably, it makes the API conform to the OpenAPI spec included in the Hydra repo.
Anyone have the opinion that we shouldn’t do this?
The following PR partially implements this: it converts boolean fields that were previously exposed as integers to JSON booleans (but only when hinted by the boolean_columns list in the schema).