Skip to content

Commit 9d9b9ea

Browse files
authored
v2: Change parameter_file to parameter_files (#641)
In the PEtab v2 yaml schema, let's change `parameter_file` to `parameter_files` and always require a list for consistency with how other tables are handled.
1 parent 25d49ba commit 9d9b9ea

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

doc/v2/_static/petab_schema_v2.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ properties:
1414

1515
description: Version of the PEtab format
1616

17-
parameter_file:
18-
oneOf:
19-
- type: string
20-
- type: array
17+
parameter_files:
18+
type: array
2119
description: |
22-
File name (absolute or relative) or URL to PEtab parameter table
23-
containing parameters of all models listed in `problems`. A single
24-
table may be split into multiple files and described as an array here.
20+
List of PEtab parameter files.
21+
22+
items:
23+
type: string
24+
description: |
25+
File name (absolute or relative) or URL to a PEtab parameter table.
2526
2627
model_files:
2728
type: object

0 commit comments

Comments
 (0)