Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/v2/_static/petab_schema_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ properties:

description: Version of the PEtab format

id:
type: string
description: |
Identifier of the PEtab problem.

This is optional and has no effect on the PEtab problem itself.
pattern: "^[a-zA-Z_]\\w*$"

parameter_files:
type: array
description: |
Expand Down