Skip to content

Commit 468d679

Browse files
committed
Drop vis table from yaml (missed in #631); fix dtype
1 parent 9194c63 commit 468d679

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

doc/v2/_static/petab_schema_v2.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,6 @@ properties:
7676
type: string
7777
description: PEtab observable file name or URL.
7878

79-
visualization_files:
80-
type: array
81-
description: List of PEtab visualization files.
82-
83-
items:
84-
type: string
85-
description: PEtab visualization file name or URL.
86-
8779
mapping_files:
8880
type: array
8981
description: List of PEtab mapping files.
@@ -92,8 +84,6 @@ properties:
9284
type: string
9385
description: PEtab mapping file name or URL.
9486

95-
required:
96-
9787
extensions:
9888
type: object
9989
description: |
@@ -109,7 +99,7 @@ properties:
10999
type: string
110100
pattern: ^([1-9][0-9]*!)?(0|[1-9][0-9]*)(\.(0|[1-9][0-9]*))*((a|b|rc)(0|[1-9][0-9]*))?(\.post(0|[1-9][0-9]*))?(\.dev(0|[1-9][0-9]*))?$
111101
required:
112-
type: bool
102+
type: boolean
113103
description: |
114104
Indicates whether the extension is required for the
115105
mathematical interpretation of the problem.
@@ -126,4 +116,3 @@ required:
126116
- model_files
127117
- observable_files
128118
- measurement_files
129-

0 commit comments

Comments
 (0)