diff --git a/compendium_v2/routes/api.py b/compendium_v2/routes/api.py index a5e0e83572f5c5eedced7d6cabeda1a805701f55..75627c2acf39f6ed961408d74908290d8b045c96 100644 --- a/compendium_v2/routes/api.py +++ b/compendium_v2/routes/api.py @@ -82,7 +82,7 @@ BUDGET_MATRIX_SCHEMA = { "items": { "anyOf": [ { - "type": "integer" + "type": "number" }, { "type": "null" @@ -140,7 +140,7 @@ def things(): response will be formatted as: .. asjson:: - compendium_v2.routes.api.THING_LIST_SCHEMA + compendium_v2.routes.api.BUDGET_MATRIX_SCHEMA :return: """