Commit 4fa7fc3
Introduce abc-clinical-demand-forecast-1.0.0.json schema (#5432)
* Introduce abc-clinical-demand-forecast-1.0.0.json schema
- Add abc-clinical-demand-forecast-1.0.0.json schema file (first-time publish)
- Add new ABCClinicalDemandForecast entry in catalog.json
- Add schema-validation.jsonc entry for custom keyword abcHasValidKitItemReferences
- Add positive test case for version 1.0.0
- Add negative test case (missing $schema property)
abc-clinical-demand-forecast-1.0.0.json is a JSON Schema defining the structure
of ABCClinicalDemandForecast used for clinical trial demand forecasting in
ABC-Plan. This includes study overview, enrollment configuration, dosing
regimens, arms, regions, kits, items, sites, and analytics.
Testing:
- Validated schema-specific: node ./cli.js check --schema-name=abc-clinical-demand-forecast-1.0.0.json
- Validated full test suite: node ./cli.js check (all 776 tested schemas pass)
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: Michael Osofsky <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent cfd92dd commit 4fa7fc3
File tree
5 files changed
+2081
-0
lines changed- src
- api/json
- negative_test/abc-clinical-demand-forecast-1.0.0
- schemas/json
- test/abc-clinical-demand-forecast-1.0.0
5 files changed
+2081
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
192 | 201 | | |
193 | 202 | | |
194 | 203 | | |
| |||
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
434 | 437 | | |
435 | 438 | | |
436 | 439 | | |
| |||
0 commit comments