The property pvalue_threshold in https://un5zrkc9wr42n3vgzmtd6ek48hn94hkthr.julianrbryant.com/openapi.json fails validation because the default value (0.000001) is converted into scientific notation in Python (1e-06), which is judged to not be a valid number (Could not validate OpenAPI at https://un5zrkc9wr42n3vgzmtd6ek48hn94hkthr.julianrbryant.com/openapi.json: '1e-06' is not of type 'number'). Is there any way to work around this?
May be related to #115