Stored queries do not currently fill in the default values if they are not supplied as part of the params. Make it so!
ETA: This ticket was originally concerned with populating defaults, but further investigation revealed that the current mechanism for adding defaults (taken from the python-jsonschema repo) does not fetch $refs, so defaults do not get set in some cases.
Stored queries do not currently fill in the default values if they are not supplied as part of the params. Make it so!
ETA: This ticket was originally concerned with populating defaults, but further investigation revealed that the current mechanism for adding defaults (taken from the python-jsonschema repo) does not fetch
$refs, so defaults do not get set in some cases.