hubverse-org / schemas

JSON schemas for modeling hubs
Creative Commons Zero v1.0 Universal
4 stars 2 forks source link

"value" object in quantile "output_type" should always have specific values #18

Closed nickreich closed 1 year ago

nickreich commented 1 year ago

https://github.com/Infectious-Disease-Modeling-Hubs/schemas/blob/b95a91cb9953315bc27ddea6278a28eea30a250c/tasks-schema.json#L486

Should always be this:

                            "value": {
                                "type": "numeric",
                                "minimum": 0,
                                "maximum": 1
                            }

maybe this could be documented clearly in the documentation?

nickreich commented 1 year ago

I was misunderstanding the min/max thing here. this is not relevant.