@@ -31,71 +31,47 @@ properties:
31
31
File name (absolute or relative) or URL to PEtab parameter table
32
32
containing parameters of all models listed in `problems`. A single
33
33
table may be split into multiple files and described as an array here.
34
- problems :
35
- type : array
36
- description : |
37
- One or multiple PEtab problems (sets of model, condition, observable
38
- and measurement files). If different model and data files are
39
- independent, they can be specified as separate PEtab problems, which
40
- may allow more efficient handling. Files in one problem cannot refer
41
- to models entities or data specified inside another problem.
42
- items :
43
34
44
- type : object
45
- description : |
46
- A set of PEtab model, condition, observable and measurement
47
- files and optional visualization files.
48
- properties :
49
-
50
- model_files :
51
- type : object
52
- description : One or multiple models
53
-
54
- # the model ID
55
- patternProperties :
56
- " ^[a-zA-Z_]\\w*$ " :
57
- type : object
58
- properties :
59
- location :
60
- type : string
61
- description : Model file name or URL
62
- language :
63
- type : string
64
- description : |
65
- Model language, e.g., 'sbml', 'cellml', 'bngl', 'pysb'
66
- required :
67
- - location
68
- - language
69
- additionalProperties : false
70
-
71
- measurement_files :
72
- description : List of PEtab measurement files.
73
- $ref : " #/definitions/list_of_files"
74
-
75
- condition_files :
76
- description : List of PEtab condition files.
77
- $ref : " #/definitions/list_of_files"
78
-
79
- experiment_files :
80
- description : List of PEtab experiment files.
81
- $ref : " #/definitions/list_of_files"
82
-
83
- observable_files :
84
- description : List of PEtab observable files.
85
- $ref : " #/definitions/list_of_files"
86
-
87
- visualization_files :
88
- description : List of PEtab visualization files.
89
- $ref : " #/definitions/list_of_files"
90
-
91
- mapping_file :
35
+ model_files :
36
+ type : object
37
+ description : One or multiple models
38
+
39
+ # the model ID
40
+ patternProperties :
41
+ " ^[a-zA-Z_]\\w*$ " :
42
+ type : object
43
+ properties :
44
+ location :
92
45
type : string
93
- description : Optional PEtab mapping file name or URL.
46
+ description : Model file name or URL
47
+ language :
48
+ type : string
49
+ description : |
50
+ Model language, e.g., 'sbml', 'cellml', 'bngl', 'pysb'
51
+ required :
52
+ - location
53
+ - language
54
+ additionalProperties : false
55
+
56
+ measurement_files :
57
+ description : List of PEtab measurement files.
58
+ $ref : " #/definitions/list_of_files"
59
+
60
+ condition_files :
61
+ description : List of PEtab condition files.
62
+ $ref : " #/definitions/list_of_files"
63
+
64
+ experiment_files :
65
+ description : List of PEtab experiment files.
66
+ $ref : " #/definitions/list_of_files"
67
+
68
+ observable_files :
69
+ description : List of PEtab observable files.
70
+ $ref : " #/definitions/list_of_files"
94
71
95
- required :
96
- - model_files
97
- - observable_files
98
- - measurement_files
72
+ mapping_files :
73
+ description : List of PEtab mapping files.
74
+ $ref : " #/definitions/list_of_files"
99
75
100
76
extensions :
101
77
type : object
@@ -120,4 +96,6 @@ properties:
120
96
required :
121
97
- format_version
122
98
- parameter_file
123
- - problems
99
+ - model_files
100
+ - observable_files
101
+ - measurement_files
0 commit comments