Skip to content

Commit

Permalink
Merge pull request #1270 from zkamvar/znk/revert-v4/1261
Browse files Browse the repository at this point in the history
Revert "switch to v4; fix schema org URL"
  • Loading branch information
Annabella-Hines authored Dec 11, 2024
2 parents d9b4244 + beb149a commit 54b5753
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion hub-config/admin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schema_version": "https://raw.githubusercontent.com/hubverse-org/schemas/main/v4.0.0/admin-schema.json",
"schema_version": "https://raw.githubusercontent.com/Infectious-Disease-Modeling-Hubs/schemas/main/v3.0.1/admin-schema.json",
"name": "US CDC FluSight",
"maintainer": "US CDC",
"contact": {
Expand Down
34 changes: 17 additions & 17 deletions hub-config/tasks.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schema_version": "https://raw.githubusercontent.com/hubverse-org/schemas/main/v4.0.0/tasks-schema.json",
"schema_version": "https://raw.githubusercontent.com/Infectious-Disease-Modeling-Hubs/schemas/main/v3.0.1/tasks-schema.json",
"rounds": [
{
"round_id_from_variable": true,
Expand Down Expand Up @@ -116,6 +116,7 @@
"2025-04-26", "2025-05-03", "2025-05-10", "2025-05-17",
"2025-05-24", "2025-05-31", "2025-06-07", "2025-06-14",
"2025-06-21"

]
}
},
Expand All @@ -128,14 +129,14 @@
"stable",
"increase",
"large_increase"
]
],
"optional": null
},
"value": {
"type": "double",
"minimum": 0,
"maximum": 1
},
"is_required": true
}
}
},
"target_metadata": [
Expand Down Expand Up @@ -295,16 +296,17 @@
0.95,
0.975,
0.99
]
],
"optional": null
},
"value": {
"type": "double",
"minimum": 0
},
"is_required": true
}
},
"sample": {
"output_type_id_params": {
"is_required": false,
"type": "integer",
"min_samples_per_task": 100,
"max_samples_per_task": 100,
Expand All @@ -313,8 +315,7 @@
"value": {
"type": "integer",
"minimum": 0
},
"is_required": false
}
}
},
"target_metadata": [
Expand Down Expand Up @@ -453,13 +454,13 @@
0.95,
0.975,
0.99
]
],
"optional": null
},
"value": {
"type": "double",
"minimum": 0
},
"is_required": true
}
}
},
"target_metadata": [
Expand Down Expand Up @@ -584,14 +585,14 @@
"2025-04-05", "2025-04-12", "2025-04-19",
"2025-04-26", "2025-05-03", "2025-05-10",
"2025-05-17", "2025-05-24", "2025-05-31"
]
],
"optional": null
},
"value": {
"type": "double",
"minimum": 0,
"maximum": 1
},
"is_required": true
}
}
},
"target_metadata": [
Expand All @@ -615,6 +616,5 @@
"end": -3
}
}
],
"derived_task_ids": ["target_end_date"]
]
}

0 comments on commit 54b5753

Please sign in to comment.