Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter table subset files. #407

Merged
merged 15 commits into from
Mar 31, 2020
Prev Previous commit
Next Next commit
YAML schema.
  • Loading branch information
dilpath committed Mar 26, 2020
commit 1e44cc9b746483645df2559eae03a13546fcb6a8
5 changes: 3 additions & 2 deletions petab/petab_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ properties:
description: Version of the PEtab format (e.g. 1).

parameter_file:
type:
oneOf: [string, array]
oneOf:
- type: string
- type: array
description: |
File name (absolute or relative) or URL to PEtab parameter table
containing parameters of all models listed in `problems`. A single
Expand Down